Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/
H A Diicbb_if.m48 null_callback(device_t dev, int index, caddr_t data) function
61 } DEFAULT null_callback;
/freebsd/contrib/libcbor/test/
H A Dstream_expectations.h149 void null_callback(void *);
H A Dstream_expectations.c275 void null_callback(void *_CBOR_UNUSED(_context)) { in null_callback() function
316 .null = &null_callback,
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c47 static int null_callback(int ok, X509_STORE_CTX *e);
81 static int null_callback(int ok, X509_STORE_CTX *e) in null_callback() function
2372 ctx->verify_cb = null_callback; in X509_STORE_CTX_init()