| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| async.h | 39 isc_async_run(isc_loop_t *loop, isc_job_cb cb, void *cbarg); 47 *\li 'cbarg' is passed to the 'cb' as the only argument, may be NULL 50 #define isc_async_current(cb, cbarg) isc_async_run(isc_loop(), cb, cbarg)
|
| helper.h | 31 isc_helper_run(isc_loop_t *loop, isc_job_cb cb, void *cbarg); 39 *\li 'cbarg' is passed to the 'cb' as the only argument, may be NULL 42 #define isc_helper_current(cb, cbarg) isc_async_run(isc_loop(), cb, cbarg)
|
| job.h | 40 void *cbarg; member in struct:isc_job 55 isc_job_run(isc_loop_t *loop, isc_job_t *job, isc_job_cb cb, void *cbarg); 65 *\li 'cbarg' is passed to the 'cb' as the only argument, may be NULL
|
| signal.h | 28 isc_signal_new(isc_loopmgr_t *loopmgr, isc_signal_cb cb, void *cbarg, 36 * signal 'signum', 'cb' will be run with argument 'cbarg'.
|
| work.h | 31 isc_after_work_cb after_work_cb, void *cbarg);
|
| proxy2.h | 251 void *cbarg); 268 *\li 'cbarg' - opaque pointer to user supplied data. 303 void *cbarg; /*!< Callback argument. */ member in struct:isc_proxy2_handler 330 void *cbarg); 340 *\li 'cbarg' - data processing callback argument. 373 isc_proxy2_handler_cb_t cb, void *cbarg); 383 *\li 'cbarg' - data 405 isc_proxy2_handler_cb_t cb, void *cbarg); 413 *\li 'cbarg' - new data processing callback argument. 531 void *cbarg); [all...] |
| loop.h | 113 isc_loop_setup(isc_loop_t *loop, isc_job_cb cb, void *cbarg); 115 isc_loop_teardown(isc_loop_t *loop, isc_job_cb cb, void *cbarg); 127 isc_loopmgr_setup(isc_loopmgr_t *loopmgr, isc_job_cb cb, void *cbarg); 129 isc_loopmgr_teardown(isc_loopmgr_t *loopmgr, isc_job_cb cb, void *cbarg);
|
| /src/external/mpl/bind/dist/tests/isc/ |
| proxyheader_test.c | 54 const isc_region_t *restrict data, void *cbarg) { 55 dummy_handler_cbarg_t *arg = (dummy_handler_cbarg_t *)cbarg; 78 const isc_region_t *restrict data, void *cbarg) { 79 dummy_handler_cbarg_t *arg = (dummy_handler_cbarg_t *)cbarg; 93 data, dummy_subtlv_iter_cb, cbarg); 106 const isc_region_t *restrict extra, void *cbarg) { 107 dummy_handler_cbarg_t *arg = (dummy_handler_cbarg_t *)cbarg; 140 if (cbarg != NULL) { 142 cbarg); 209 dummy_handler_cbarg_t *cbarg) { 341 dummy_handler_cbarg_t cbarg = { 0 }; local 367 dummy_handler_cbarg_t cbarg = { 0 }; local 400 dummy_handler_cbarg_t cbarg = { 0 }; local 427 dummy_handler_cbarg_t cbarg = { 0 }; local 567 dummy_handler_cbarg_t cbarg = { 0 }; local [all...] |
| stream_shutdown.c | 46 void *cbarg) { 51 assert_null(cbarg); 120 isc_region_t *region, void *cbarg) { 126 assert_null(cbarg); 134 shutdownread_sendcb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) { 139 assert_null(cbarg); 149 void *cbarg) { 154 assert_null(cbarg); 165 isc_nm_read(handle, shutdownread_readcb, cbarg); 170 cbarg); [all...] |
| netmgr_common.c | 257 void *cbarg ISC_ATTR_UNUSED) { 263 void *cbarg ISC_ATTR_UNUSED) { 274 connect_send_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg); 280 connect_send_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) { 285 UNUSED(cbarg); 306 isc_result_totext(eresult), cbarg); 325 isc_region_t *region, void *cbarg) { 328 UNUSED(cbarg); 365 isc_result_totext(eresult), cbarg); 374 connect_connect_cb(isc_nmhandle_t *handle, isc_result_t eresult, void *cbarg) { [all...] |
| /src/external/mpl/bind/dist/lib/isc/ |
| job.c | 47 isc_job_run(isc_loop_t *loop, isc_job_t *job, isc_job_cb cb, void *cbarg) { 53 job->cbarg = cbarg; 77 void *cbarg = job->cbarg; local 79 LIBISC_JOB_CB_BEFORE(job, cb, cbarg); 80 cb(cbarg); 81 LIBISC_JOB_CB_AFTER(job, cb, cbarg);
|
| work.c | 35 work->work_cb(work->cbarg); 49 work->after_work_cb(work->cbarg); 58 isc_after_work_cb after_work_cb, void *cbarg) { 71 .cbarg = cbarg,
|
| signal.c | 25 isc_signal_new(isc_loopmgr_t *loopmgr, isc_signal_cb cb, void *cbarg, 37 .cbarg = cbarg, 92 signal->cb(signal->cbarg, signum);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| self_test_core.c | 18 void *cbarg; member in struct:self_test_cb_st 53 void *cbarg) 59 stcb->cbarg = cbarg; 64 void **cbarg) 70 if (cbarg != NULL) 71 *cbarg = (stcb != NULL ? stcb->cbarg : NULL); 90 OSSL_SELF_TEST *OSSL_SELF_TEST_new(OSSL_CALLBACK *cb, void *cbarg) 98 ret->cb_arg = cbarg; [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| self_test_core.c | 18 void *cbarg; member in struct:self_test_cb_st 61 void *cbarg) 67 stcb->cbarg = cbarg; 72 void **cbarg) 78 if (cbarg != NULL) 79 *cbarg = (stcb != NULL ? stcb->cbarg : NULL); 101 OSSL_SELF_TEST *OSSL_SELF_TEST_new(OSSL_CALLBACK *cb, void *cbarg) 109 ret->cb_arg = cbarg; [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/dsa/ |
| dsa_key.c | 76 OSSL_CALLBACK *cb, void *cbarg) 86 st = OSSL_SELF_TEST_new(cb, cbarg); 114 static int dsa_keygen_pairwise_test(DSA *dsa, OSSL_CALLBACK *cb, void *cbarg) 122 st = OSSL_SELF_TEST_new(cb, cbarg); 195 void *cbarg = NULL; local 197 OSSL_SELF_TEST_get_callback(dsa->libctx, &cb, &cbarg); 198 ok = dsa_keygen_pairwise_test(dsa, cb, cbarg) 199 && dsa_keygen_knownanswer_test(dsa, ctx, cb, cbarg);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/skeymgmt/ |
| aes_skmgmt.c | 37 OSSL_CALLBACK *param_callback, void *cbarg) 44 return generic_export(keydata, selection, param_callback, cbarg);
|
| /src/external/mpl/bind/dist/lib/isccc/include/isccc/ |
| ccmsg.h | 96 isccc_ccmsg_readmessage(isccc_ccmsg_t *ccmsg, isc_nm_cb_t cb, void *cbarg); 115 isc_nm_cb_t cb, void *cbarg);
|
| /src/sys/dev/ic/ |
| arcofivar.h | 43 void *cbarg; member in struct:arcofi_softc::__anon2708
|
| /src/external/bsd/libevent/dist/include/event2/ |
| buffer_compat.h | 93 @param cbarg an argument to be provided to the callback function 97 int evbuffer_setcb(struct evbuffer *buffer, evbuffer_cb cb, void *cbarg);
|
| rpc.h | 191 struct reqstruct *, struct rplystruct *, void *cbarg), \ 205 void *cbarg); 219 * @param cbarg the argument to supply to the callback 222 pool, request, reply, cb, cbarg) \ 229 cbarg) 245 struct reqstruct *, struct rplystruct *, void *cbarg), \ 246 void *cbarg) { \ 249 cbarg, \ 329 * @param cbarg an additional parameter that can be passed to the callback. 332 #define EVRPC_REGISTER(base, name, request, reply, callback, cbarg) \ [all...] |
| /src/external/bsd/ntp/dist/sntp/libevent/include/event2/ |
| buffer_compat.h | 94 @param cbarg an argument to be provided to the callback function 98 int evbuffer_setcb(struct evbuffer *buffer, evbuffer_cb cb, void *cbarg);
|
| rpc.h | 191 struct reqstruct *, struct rplystruct *, void *cbarg), \ 205 void *cbarg); 219 * @param cbarg the argument to supply to the callback 222 pool, request, reply, cb, cbarg) \ 229 cbarg) 245 struct reqstruct *, struct rplystruct *, void *cbarg), \ 246 void *cbarg) { \ 249 cbarg, \ 329 * @param cbarg an additional parameter that can be passed to the callback. 332 #define EVRPC_REGISTER(base, name, request, reply, callback, cbarg) \ [all...] |
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| self_test.h | 99 void *cbarg); 101 void **cbarg); 103 OSSL_SELF_TEST *OSSL_SELF_TEST_new(OSSL_CALLBACK *cb, void *cbarg);
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| self_test.h | 77 void *cbarg); 79 void **cbarg); 81 OSSL_SELF_TEST *OSSL_SELF_TEST_new(OSSL_CALLBACK *cb, void *cbarg);
|