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

/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c163 fetchstate_done /*%< FETCHDONE events posted. */ enumerator in enum:__anon130
1035 REQUIRE(fctx->state == fetchstate_done);
1150 fctx->state = fetchstate_done;
3107 REQUIRE(fctx->state == fetchstate_done ||
3140 REQUIRE(fctx->state == fetchstate_done ||
3340 fctx->state == fetchstate_done);
3343 if (fctx->state != fetchstate_done) {
3344 fctx->state = fetchstate_done;
3389 fctx->state = fetchstate_done;
7744 if (fctx->cloned || fctx->state == fetchstate_done ||
[all...]

Completed in 779 milliseconds