Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/nvi/dist/common/
Dcut.h17 struct _cb { struct
18 LIST_ENTRY(_cb) q; /* Linked list of cut buffers. */
Dcommon.h37 typedef struct _cb CB;
Dscreen.h64 LIST_HEAD(_cuth, _cb) cutq; /* Linked list of cut buffers. */
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Ddhtest.c44 BN_GENCB *_cb = NULL; in dh_test() local
155 if (!TEST_ptr(_cb = BN_GENCB_new())) in dh_test()
157 BN_GENCB_set(_cb, &cb, NULL); in dh_test()
160 DH_GENERATOR_5, _cb))) in dh_test()
251 BN_GENCB_free(_cb); in dh_test()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
Dnssov.h300 static int nssov_##db##_cb(Operation *op, SlapReply *rs) \
336 cb.sc_response = nssov_##db##_cb; \