Searched defs:fctxp (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | resolver.c | 690 fctx_attach(fctx,fctxp) global() argument 692 fctx_detach(fctxp) global() argument 693 fctx_done_detach(fctxp,result) global() argument 1832 fctx__done_detach(fetchctx_t ** fctxp,isc_result_t result,const char * file,unsigned int line,const char * func) fctx__done_detach() argument 4756 fctx_create(dns_resolver_t * res,isc_task_t * task,const dns_name_t * name,dns_rdatatype_t type,const dns_name_t * domain,dns_rdataset_t * nameservers,const isc_sockaddr_t * client,unsigned int options,unsigned int bucketnum,unsigned int depth,isc_counter_t * qc,fetchctx_t ** fctxp) fctx_create() argument 7336 fctx__attach(fetchctx_t * fctx,fetchctx_t ** fctxp,const char * file,unsigned int line,const char * func) fctx__attach() argument 7356 fctx__detach(fetchctx_t ** fctxp,const char * file,unsigned int line,const char * func) fctx__detach() argument [all...] |
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | resolver.c | 5137 isc_counter_t *qc, fetchctx_t **fctxp) { in fctx_create()
|