Searched refs:_cb (Results 1 – 5 of 5) sorted by relevance
17 struct _cb { struct18 LIST_ENTRY(_cb) q; /* Linked list of cut buffers. */
37 typedef struct _cb CB;
64 LIST_HEAD(_cuth, _cb) cutq; /* Linked list of cut buffers. */
44 BN_GENCB *_cb = NULL; in dh_test() local155 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()
300 static int nssov_##db##_cb(Operation *op, SlapReply *rs) \336 cb.sc_response = nssov_##db##_cb; \