Home
last modified time | relevance | path

Searched refs:null_method (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/lib/libcrypto/bio/
H A Dbss_null.c75 static const BIO_METHOD null_method = { variable
90 return (&null_method); in BIO_s_null()
/openbsd-src/usr.bin/compress/
H A Dmain.c117 const struct compressor null_method = { variable
666 return (&null_method); in check_method()
/openbsd-src/gnu/usr.bin/cvs/src/
H A Droot.c310 newroot->method = null_method; in new_cvsroot_t()
H A Dcvs.h377 null_method, local_method, server_method, pserver_method, kserver_method, gserver_method, enumerator
H A DChangeLog703 * cvs.h (enum CVSmethod): add null_method
704 * root.c (method_names): correlate null_method & "undefined"