Home
last modified time | relevance | path

Searched refs:fetchstate_init (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dresolver.c275 fetchstate_init = 0, /*%< Start event has not run yet. */ enumerator
4630 fctx->state == fetchstate_init); in fctx_unlink()
4667 fctx->state == fetchstate_init); in fctx_destroy()
4867 if (fctx->state != fetchstate_init) { in fctx_shutdown()
4973 INSIST(fctx->state == fetchstate_init); in fctx_start()
5197 fctx->state = fetchstate_init; in fctx_create()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dresolver.c310 fetchstate_init = 0, /*%< Start event has not run yet. */ global() enumerator