Searched refs:isc_app_run (Results 1 - 22 of 22) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dapp.h29 *\li isc_app_run(); This will post any on-run events,
35 * After isc_app_run() returns, the
41 * should check the result of isc_app_run() and call the reload routine if
42 * the result is ISC_R_RELOAD. They should then call isc_app_run() again
55 * Clients must ensure that isc_app_start(), isc_app_run(), and
175 isc_app_run(void);
189 * FIFO order) before isc_app_run() blocks.
240 *\li isc_app_run() has been called.
/bind-9.11.3/lib/dns/tests/
H A Dzt_test.c174 isc_app_run();
248 isc_app_run();
H A Ddispatch_test.c307 result = isc_app_run();
/bind-9.11.3/lib/isc/
H A Dapp_api.c193 isc_app_run() { function
/bind-9.11.3/bin/tests/
H A Dratelimiter_test.c132 isc_app_run();
H A Dbyaddr_test.c232 (void)isc_app_run();
235 * XXXRTH if we get a control-C before we get to isc_app_run(),
H A Dshutdown_test.c214 RUNTIME_CHECK(isc_app_run() == ISC_R_SUCCESS);
H A Dbyname_test.c341 (void)isc_app_run();
H A Dsig0_test.c268 (void)isc_app_run();
H A Dadb_test.c403 isc_app_run();
/bind-9.11.3/bin/tests/system/tkey/
H A Dkeydelete.c237 (void)isc_app_run();
H A Dkeycreate.c303 (void)isc_app_run();
/bind-9.11.3/bin/tests/system/pipelined/
H A Dpipequeries.c283 (void)isc_app_run();
/bind-9.11.3/bin/tests/dst/
H A Dgsstest.c528 (void)isc_app_run();
/bind-9.11.3/bin/dig/
H A Dhost.c911 isc_app_run();
H A Dnslookup.c1022 (void)isc_app_run();
H A Ddig.c2229 isc_app_run();
/bind-9.11.3/bin/named/
H A Dmain.c1398 result = isc_app_run();
1404 "isc_app_run(): %s",
/bind-9.11.3/bin/rndc/
H A Drndc.c951 result = isc_app_run();
953 fatal("isc_app_run() failed: %s", isc_result_totext(result));
/bind-9.11.3/bin/tools/
H A Dmdig.c2005 (void)isc_app_run();
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c3795 (void)isc_app_run();
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c3311 (void)isc_app_run();

Completed in 66 milliseconds