Searched refs:dns_dispatchmgr_create (Results 1 - 15 of 15) sorted by relevance

/bind-9.11.3/bin/tests/resolver/
H A Dt_resolver.c59 /* 5 */ CHECK(dns_dispatchmgr_create(mctx, NULL, &dispatch_manager));
/bind-9.11.3/lib/dns/tests/
H A Ddispatch_test.c39 result = dns_dispatchmgr_create(mctx, NULL, &dispatchmgr);
262 result = dns_dispatchmgr_create(mctx, NULL, &dispatchmgr);
/bind-9.11.3/lib/dns/include/dns/
H A Ddispatch.h144 dns_dispatchmgr_create(isc_mem_t *mctx, isc_entropy_t *entropy,
/bind-9.11.3/bin/tests/
H A Dbyaddr_test.c125 RUNTIME_CHECK(dns_dispatchmgr_create(mctx, NULL, &dispatchmgr)
H A Dbyname_test.c243 RUNTIME_CHECK(dns_dispatchmgr_create(mctx, NULL, &dispatchmgr)
H A Dadb_test.c162 result = dns_dispatchmgr_create(mctx, NULL, &dispatchmgr);
163 check_result(result, "dns_dispatchmgr_create");
/bind-9.11.3/bin/tests/system/tkey/
H A Dkeydelete.c188 RUNCHECK(dns_dispatchmgr_create(mctx, NULL, &dispatchmgr));
H A Dkeycreate.c258 RUNCHECK(dns_dispatchmgr_create(mctx, NULL, &dispatchmgr));
/bind-9.11.3/bin/tests/system/pipelined/
H A Dpipequeries.c259 RUNCHECK(dns_dispatchmgr_create(mctx, ectx, &dispatchmgr));
/bind-9.11.3/bin/tests/dst/
H A Dgsstest.c495 RUNCHECK(dns_dispatchmgr_create(mctx, ectx, &dispatchmgr));
/bind-9.11.3/bin/tools/
H A Dmdig.c1972 RUNCHECK(dns_dispatchmgr_create(mctx, ectx, &dispatchmgr));
/bind-9.11.3/lib/dns/
H A Dclient.c477 result = dns_dispatchmgr_create(mctx, NULL, &dispatchmgr);
H A Ddispatch.c1747 dns_dispatchmgr_create(isc_mem_t *mctx, isc_entropy_t *entropy, function
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c952 result = dns_dispatchmgr_create(gmctx, entropy, &dispatchmgr);
953 check_result(result, "dns_dispatchmgr_create");
/bind-9.11.3/bin/named/
H A Dserver.c8616 CHECKFATAL(dns_dispatchmgr_create(ns_g_mctx, ns_g_entropy,

Completed in 3381 milliseconds