Searched defs:acachep (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dacache.c1043 dns_acache_create(dns_acache_t **acachep, isc_mem_t *mctx, argument
1050 REQUIRE(acachep != NULL && *acachep == NULL);
1130 *acachep = acache;
1171 dns_acache_detach(dns_acache_t **acachep) { argument
1176 REQUIRE(acachep != NULL && DNS_ACACHE_VALID(*acachep));
1177 acache = *acachep;
1187 *acachep = NULL;

Completed in 17 milliseconds