Searched refs:isc_app_onrun (Results 1 - 17 of 17) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | app.h | 157 isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, isc_taskaction_t action, 188 *\li Any events requested via isc_app_onrun() will have been posted (in
|
/bind-9.11.3/lib/dns/tests/ |
H A D | zt_test.c | 172 isc_app_onrun(mctx, maintask, start_zone_asyncload, &args); 246 isc_app_onrun(mctx, maintask, start_zt_asyncload, &args);
|
H A D | dispatch_test.c | 304 result = isc_app_onrun(mctx, task, startit, ®ion);
|
/bind-9.11.3/lib/isc/ |
H A D | app_api.c | 183 isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, function
|
/bind-9.11.3/bin/tests/system/tkey/ |
H A D | keydelete.c | 219 RUNCHECK(isc_app_onrun(mctx, task, sendquery, NULL));
|
H A D | keycreate.c | 290 RUNCHECK(isc_app_onrun(mctx, task, sendquery, NULL));
|
/bind-9.11.3/bin/tests/ |
H A D | byname_test.c | 339 RUNTIME_CHECK(isc_app_onrun(mctx, task, run, NULL) == ISC_R_SUCCESS);
|
/bind-9.11.3/bin/tests/system/pipelined/ |
H A D | pipequeries.c | 281 RUNCHECK(isc_app_onrun(mctx, task, sendqueries, NULL));
|
/bind-9.11.3/bin/dig/ |
H A D | nslookup.c | 1015 result = isc_app_onrun(mctx, global_task, onrun_callback, 1018 result = isc_app_onrun(mctx, global_task, getinput, NULL); 1019 check_result(result, "isc_app_onrun");
|
H A D | host.c | 909 result = isc_app_onrun(mctx, global_task, onrun_callback, NULL); 910 check_result(result, "isc_app_onrun");
|
H A D | dig.c | 2227 result = isc_app_onrun(mctx, global_task, onrun_callback, NULL); 2228 check_result(result, "isc_app_onrun");
|
/bind-9.11.3/bin/tests/dst/ |
H A D | gsstest.c | 526 RUNCHECK(isc_app_onrun(mctx, task, console, NULL));
|
/bind-9.11.3/bin/rndc/ |
H A D | rndc.c | 949 DO("post event", isc_app_onrun(rndc_mctx, task, rndc_start, NULL));
|
/bind-9.11.3/bin/tools/ |
H A D | mdig.c | 2003 RUNCHECK(isc_app_onrun(mctx, task, sendqueries, query));
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssec-signzone.c | 3789 result = isc_app_onrun(mctx, master, startworker,
|
/bind-9.11.3/bin/nsupdate/ |
H A D | nsupdate.c | 3308 result = isc_app_onrun(gmctx, global_task, getinput, NULL); 3309 check_result(result, "isc_app_onrun");
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 8842 CHECKFATAL(isc_app_onrun(ns_g_mctx, server->task, run_server, server), 8843 "isc_app_onrun");
|
Completed in 284 milliseconds