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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dssu.h74 dns_ssutable_detach(dns_ssutable_t **tablep);
76 * Detach '*tablep' from its simple-secure-update rule table.
79 *\li 'tablep' points to a valid dns_ssutable_t
82 *\li *tablep is NULL
83 *\li If '*tablep' is the last reference to the SSU table, all
/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 40 milliseconds