Lines Matching refs:eref
55 int32_t eref; member
193 requestmgr->eref = 1; /* implicit attach */ in dns_requestmgr_create()
285 source, source->eref, source->iref); in requestmgr_attach()
303 requestmgr, requestmgr->eref, requestmgr->iref); in requestmgr_detach()
308 if (requestmgr->eref == 0) { in requestmgr_detach()
326 source->eref++; in dns_requestmgr_attach()
331 source, source->eref, source->iref); in dns_requestmgr_attach()
345 INSIST(requestmgr->eref > 0); in dns_requestmgr_detach()
346 requestmgr->eref--; in dns_requestmgr_detach()
349 requestmgr, requestmgr->eref, requestmgr->iref); in dns_requestmgr_detach()
351 if (requestmgr->eref == 0 && requestmgr->iref == 0) { in dns_requestmgr_detach()
390 REQUIRE(requestmgr->eref == 0); in mgr_destroy()