Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_null.c75 static const BIO_METHOD null_method = { variable
90 return (&null_method); in BIO_s_null()
/dragonfly/sys/kern/
H A Dsubr_kobj.c64 static const struct kobj_method null_method = { variable
104 ops->cache[i] = &null_method; in kobj_class_compile()
/dragonfly/contrib/cvs-1.12/src/
H A Droot.h18 null_method = 0, enumerator
H A Droot.c384 newroot->method = null_method; in new_cvsroot_t()