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

/bind-9.6-ESV-R11/lib/dns/
H A Dssu.c66 dns_ssutable_create(isc_mem_t *mctx, dns_ssutable_t **tablep) { argument
70 REQUIRE(tablep != NULL && *tablep == NULL);
86 *tablep = table;
136 dns_ssutable_detach(dns_ssutable_t **tablep) { argument
140 REQUIRE(tablep != NULL);
141 table = *tablep;
151 *tablep = NULL;

Completed in 10 milliseconds