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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dapp.h38 *\li isc_app_run(); This will post any on-run events,
44 * After isc_app_run() returns, the
50 * should check the result of isc_app_run() and call the reload routine if
51 * the result is ISC_R_RELOAD. They should then call isc_app_run() again
58 * Clients must ensure that isc_app_start(), isc_app_run(), and
113 isc_app_run(void);
127 * FIFO order) before isc_app_run() blocks.
144 *\li isc_app_run() has been called.
157 *\li isc_app_run() has been called.
/bind-9.6-ESV-R11/bin/tests/
H A Dratelimiter_test.c140 isc_app_run();
H A Dbyaddr_test.c240 (void)isc_app_run();
243 * XXXRTH if we get a control-C before we get to isc_app_run(),
H A Dshutdown_test.c221 RUNTIME_CHECK(isc_app_run() == ISC_R_SUCCESS);
H A Dbyname_test.c351 (void)isc_app_run();
H A Dsig0_test.c278 (void)isc_app_run();
H A Dadb_test.c410 isc_app_run();
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dapp.c136 isc_app_run(void) { function
/bind-9.6-ESV-R11/bin/tests/system/tkey/
H A Dkeydelete.c238 (void)isc_app_run();
H A Dkeycreate.c297 (void)isc_app_run();
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dapp.c431 isc_app_run(void) { function
499 "isc_app_run() sigsetops: %s", strbuf);
531 "isc_app_run() sigsetops: %s", strbuf);
/bind-9.6-ESV-R11/bin/named/
H A Dmain.c972 result = isc_app_run();
978 "isc_app_run(): %s",
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dgsstest.c527 (void)isc_app_run();
/bind-9.6-ESV-R11/bin/dig/
H A Dhost.c889 isc_app_run();
H A Dnslookup.c912 (void)isc_app_run();
H A Ddig.c1820 isc_app_run();
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c842 result = isc_app_run();
844 fatal("isc_app_run() failed: %s", isc_result_totext(result));
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c2812 (void)isc_app_run();
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c3618 (void)isc_app_run();

Completed in 294 milliseconds