Home | History | Annotate | Download | only in dns

Lines Matching defs:nloops

606 	uint32_t nloops;
10121 for (size_t i = 0; i < res->nloops; i++) {
10124 isc_mem_cput(res->mctx, res->rdspools, res->nloops,
10126 isc_mem_cput(res->mctx, res->namepools, res->nloops,
10191 .nloops = isc_loopmgr_nloops(loopmgr),
10218 res->nloops);
10223 res->nloops);
10238 res->namepools = isc_mem_cget(res->mctx, res->nloops,
10240 res->rdspools = isc_mem_cget(res->mctx, res->nloops,
10242 for (size_t i = 0; i < res->nloops; i++) {