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

/bind-9.11.3/lib/dns/
H A Dacache.c1056 dns_acache_create(dns_acache_t **acachep, isc_mem_t *mctx, argument
1063 REQUIRE(acachep != NULL && *acachep == NULL);
1143 *acachep = acache;
1184 dns_acache_detach(dns_acache_t **acachep) { argument
1189 REQUIRE(acachep != NULL && DNS_ACACHE_VALID(*acachep));
1190 acache = *acachep;
1200 *acachep = NULL;

Completed in 25 milliseconds