Searched refs:isc_timermgr_create (Results 1 - 21 of 21) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | timer.h | 292 isc_timermgr_create(isc_mem_t *mctx, isc_timermgr_t **managerp);
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | ratelimiter_test.c | 116 RUNTIME_CHECK(isc_timermgr_create(mctx, &timermgr) ==
|
H A D | timer_test.c | 118 RUNTIME_CHECK(isc_timermgr_create(mctx1, &timgr) == ISC_R_SUCCESS);
|
H A D | byaddr_test.c | 137 RUNTIME_CHECK(isc_timermgr_create(mctx, &timermgr) == ISC_R_SUCCESS);
|
H A D | shutdown_test.c | 193 RUNTIME_CHECK(isc_timermgr_create(mctx, &timer_manager) ==
|
H A D | task_test.c | 102 RUNTIME_CHECK(isc_timermgr_create(mctx, &timgr) == ISC_R_SUCCESS);
|
H A D | zone_test.c | 296 RUNTIME_CHECK(isc_timermgr_create(mctx, &timermgr) == ISC_R_SUCCESS);
|
H A D | byname_test.c | 257 RUNTIME_CHECK(isc_timermgr_create(mctx, &timermgr) == ISC_R_SUCCESS);
|
H A D | sig0_test.c | 249 RUNTIME_CHECK(isc_timermgr_create(mctx, &timermgr) == ISC_R_SUCCESS);
|
H A D | sock_test.c | 298 RUNTIME_CHECK(isc_timermgr_create(mctx, &timgr) == ISC_R_SUCCESS);
|
H A D | adb_test.c | 162 result = isc_timermgr_create(mctx, &timermgr); 163 check_result(result, "isc_timermgr_create");
|
/bind-9.6-ESV-R11/bin/tests/system/tkey/ |
H A D | keydelete.c | 190 RUNCHECK(isc_timermgr_create(mctx, &timermgr));
|
H A D | keycreate.c | 249 RUNCHECK(isc_timermgr_create(mctx, &timermgr));
|
/bind-9.6-ESV-R11/lib/dns/tests/ |
H A D | dnstest.c | 102 CHECK(isc_timermgr_create(mctx, &timermgr));
|
/bind-9.6-ESV-R11/bin/tests/timers/ |
H A D | t_timers.c | 247 isc_result = isc_timermgr_create(mctx, &timermgr); 249 t_info("isc_timermgr_create failed %s\n", 938 isc_result = isc_timermgr_create(mctx, &timermgr); 940 t_info("isc_timermgr_create failed %s\n",
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | main.c | 534 result = isc_timermgr_create(ns_g_mctx, &ns_g_timermgr); 537 "isc_timermgr_create() failed: %s",
|
/bind-9.6-ESV-R11/bin/tests/dst/ |
H A D | gsstest.c | 490 RUNCHECK(isc_timermgr_create(mctx, &timermgr));
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | timer.c | 767 isc_timermgr_create(isc_mem_t *mctx, isc_timermgr_t **managerp) { function
|
/bind-9.6-ESV-R11/bin/tests/tasks/ |
H A D | t_tasks.c | 186 isc_result = isc_timermgr_create(mctx, &timgr); 188 t_info("isc_timermgr_create %d\n", isc_result);
|
/bind-9.6-ESV-R11/bin/nsupdate/ |
H A D | nsupdate.c | 787 result = isc_timermgr_create(mctx, &timermgr);
|
/bind-9.6-ESV-R11/bin/dig/ |
H A D | dighost.c | 1163 result = isc_timermgr_create(mctx, &timermgr); 1164 check_result(result, "isc_timermgr_create");
|
Completed in 2137 milliseconds