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

/bind-9.11.3/lib/dns/
H A Dportlist.c65 dns_portlist_create(isc_mem_t *mctx, dns_portlist_t **portlistp) { argument
69 REQUIRE(portlistp != NULL && *portlistp == NULL);
91 *portlistp = portlist;
227 dns_portlist_attach(dns_portlist_t *portlist, dns_portlist_t **portlistp) { argument
230 REQUIRE(portlistp != NULL && *portlistp == NULL);
233 *portlistp = portlist;
237 dns_portlist_detach(dns_portlist_t **portlistp) { argument
241 REQUIRE(portlistp !
[all...]

Completed in 33 milliseconds