Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_null.c20 static const BIO_METHOD null_method = { variable
37 return &null_method; in BIO_s_null()
/freebsd/sys/kern/
H A Dsubr_kobj.c86 static const struct kobj_method null_method = { variable
121 ops->cache[i] = &null_method; in kobj_class_compile_common()