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

/bind-9.11.3/lib/dns/
H A Dnta.c102 dns_ntatable_t **ntatablep)
107 REQUIRE(ntatablep != NULL && *ntatablep == NULL);
136 *ntatablep = ntatable;
169 dns_ntatable_detach(dns_ntatable_t **ntatablep) { argument
173 REQUIRE(ntatablep != NULL && VALID_NTATABLE(*ntatablep));
175 ntatable = *ntatablep;
176 *ntatablep = NULL;
100 dns_ntatable_create(dns_view_t *view, isc_taskmgr_t *taskmgr, isc_timermgr_t *timermgr, dns_ntatable_t **ntatablep) argument

Completed in 12 milliseconds