HomeSort by: relevance | last modified time | path
    Searched refs:fetchstate_done (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 277 fetchstate_done /*%< FETCHDONE events posted. */ enumerator in enum:__anon24339
1763 REQUIRE(fctx->state == fetchstate_done);
1908 fctx->state = fetchstate_done;
4629 REQUIRE(fctx->state == fetchstate_done ||
4666 REQUIRE(fctx->state == fetchstate_done ||
4928 fctx->state == fetchstate_done);
4931 if (fctx->state != fetchstate_done) {
4932 fctx->state = fetchstate_done;
4980 fctx->state = fetchstate_done;
10993 if (fctx->cloned || fctx->state == fetchstate_done ||
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 320 fetchstate_done /*%< Fetch completion events posted. */ enumerator in enum:__anon40
526 #define SHUTTINGDOWN(f) ((f)->state == fetchstate_done)
1585 REQUIRE(fctx->state == fetchstate_done);
1719 if (fctx->state == fetchstate_done) {
1723 fctx->state = fetchstate_done;
10733 fctx->state = fetchstate_done;
10999 if (fctx->state != fetchstate_done) {
11049 if (fctx->state != fetchstate_done) {
11368 fctx->state == fetchstate_done ? "done"

Completed in 27 milliseconds