Searched refs:isc_app_onrun (Results 1 - 17 of 17) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dapp.h157 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 Dzt_test.c172 isc_app_onrun(mctx, maintask, start_zone_asyncload, &args);
246 isc_app_onrun(mctx, maintask, start_zt_asyncload, &args);
H A Ddispatch_test.c304 result = isc_app_onrun(mctx, task, startit, &region);
/bind-9.11.3/lib/isc/
H A Dapp_api.c183 isc_app_onrun(isc_mem_t *mctx, isc_task_t *task, function
/bind-9.11.3/bin/tests/system/tkey/
H A Dkeydelete.c219 RUNCHECK(isc_app_onrun(mctx, task, sendquery, NULL));
H A Dkeycreate.c290 RUNCHECK(isc_app_onrun(mctx, task, sendquery, NULL));
/bind-9.11.3/bin/tests/
H A Dbyname_test.c339 RUNTIME_CHECK(isc_app_onrun(mctx, task, run, NULL) == ISC_R_SUCCESS);
/bind-9.11.3/bin/tests/system/pipelined/
H A Dpipequeries.c281 RUNCHECK(isc_app_onrun(mctx, task, sendqueries, NULL));
/bind-9.11.3/bin/dig/
H A Dnslookup.c1015 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 Dhost.c909 result = isc_app_onrun(mctx, global_task, onrun_callback, NULL);
910 check_result(result, "isc_app_onrun");
H A Ddig.c2227 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 Dgsstest.c526 RUNCHECK(isc_app_onrun(mctx, task, console, NULL));
/bind-9.11.3/bin/rndc/
H A Drndc.c949 DO("post event", isc_app_onrun(rndc_mctx, task, rndc_start, NULL));
/bind-9.11.3/bin/tools/
H A Dmdig.c2003 RUNCHECK(isc_app_onrun(mctx, task, sendqueries, query));
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c3789 result = isc_app_onrun(mctx, master, startworker,
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c3308 result = isc_app_onrun(gmctx, global_task, getinput, NULL);
3309 check_result(result, "isc_app_onrun");
/bind-9.11.3/bin/named/
H A Dserver.c8842 CHECKFATAL(isc_app_onrun(ns_g_mctx, server->task, run_server, server),
8843 "isc_app_onrun");

Completed in 284 milliseconds