Searched refs:isc_app_start (Results 1 - 21 of 21) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dapp.h35 *\li isc_app_start(); Call very early in main(), before
54 * Use of this module is not required. In particular, isc_app_start() is
58 * Clients must ensure that isc_app_start(), isc_app_run(), and
60 * is safe to use by any thread (provided isc_app_start() has been
89 isc_app_start(void);
105 * isc_app_start() has been called.
123 *\li isc_app_start() has been called.
173 *\li isc_app_start() has been called.
176 *\li Any resources allocated by isc_app_start() have been released.
190 * \li isc_app_start() ha
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dratelimiter_test.c110 isc_app_start();
H A Dbyaddr_test.c95 RUNTIME_CHECK(isc_app_start() == ISC_R_SUCCESS);
H A Dshutdown_test.c175 RUNTIME_CHECK(isc_app_start() == ISC_R_SUCCESS);
H A Dzone_test.c292 RUNTIME_CHECK(isc_app_start() == ISC_R_SUCCESS);
H A Dbyname_test.c211 RUNTIME_CHECK(isc_app_start() == ISC_R_SUCCESS);
H A Dsig0_test.c218 RUNTIME_CHECK(isc_app_start() == ISC_R_SUCCESS);
H A Dadb_test.c294 result = isc_app_start();
295 check_result(result, "isc_app_start()");
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dapp.c78 isc_app_start(void) { function
/bind-9.6-ESV-R11/bin/tests/system/tkey/
H A Dkeydelete.c161 RUNCHECK(isc_app_start());
H A Dkeycreate.c217 RUNCHECK(isc_app_start());
/bind-9.6-ESV-R11/lib/dns/tests/
H A Ddnstest.c117 CHECK(isc_app_start());
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dapp.c127 isc_app_start(void) { function
145 "isc_app_start() pthread_init: %s", strbuf);
207 * If isc_app_start() is called from the main thread before any other
219 "isc_app_start() sigsetops: %s", strbuf);
226 "isc_app_start() pthread_sigmask: %s",
244 "isc_app_start() sigsetops: %s", strbuf);
251 "isc_app_start() sigprocmask: %s", strbuf);
/bind-9.6-ESV-R11/bin/named/
H A Dmain.c690 * We call isc_app_start() here as some versions of FreeBSD's fork()
693 result = isc_app_start();
695 ns_main_earlyfatal("isc_app_start() failed: %s",
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dgsstest.c452 RUNCHECK(isc_app_start());
/bind-9.6-ESV-R11/bin/dig/
H A Dhost.c882 result = isc_app_start();
883 check_result(result, "isc_app_start");
H A Dnslookup.c893 result = isc_app_start();
894 check_result(result, "isc_app_start");
H A Ddig.c1809 result = isc_app_start();
1810 check_result(result, "isc_app_start");
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c700 result = isc_app_start();
702 fatal("isc_app_start() failed: %s", isc_result_totext(result));
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c2798 isc_app_start();
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c3109 check_result(isc_app_start(), "isc_app_start");

Completed in 59 milliseconds