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

/macosx-10.9.5/bind9-45.100/bind9/lib/dns/include/dns/
H A Dportlist.h31 dns_portlist_create(isc_mem_t *mctx, dns_portlist_t **portlistp);
37 *\li 'portlistp' to be non NULL and '*portlistp' to be NULL;
83 dns_portlist_attach(dns_portlist_t *portlist, dns_portlist_t **portlistp);
89 *\li 'portlistp' to be non NULL and '*portlistp' to be NULL;
93 dns_portlist_detach(dns_portlist_t **portlistp);
98 *\li '*portlistp' to be valid.
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dportlist.c74 dns_portlist_create(isc_mem_t *mctx, dns_portlist_t **portlistp) { argument
78 REQUIRE(portlistp != NULL && *portlistp == NULL);
100 *portlistp = portlist;
236 dns_portlist_attach(dns_portlist_t *portlist, dns_portlist_t **portlistp) { argument
239 REQUIRE(portlistp != NULL && *portlistp == NULL);
242 *portlistp = portlist;
246 dns_portlist_detach(dns_portlist_t **portlistp) { argument
250 REQUIRE(portlistp !
[all...]

Completed in 106 milliseconds