Home
last modified time | relevance | path

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

/netbsd/external/bsd/libbind/dist/irs/
H A Ddns_ho.c251 int querystate = RESQRY_FAIL; in ho_byname2() local
302 if (querystate == RESQRY_SUCCESS) in ho_byname2()
311 querystate = RESQRY_FAIL; in ho_byname2()
321 querystate = RESQRY_FAIL; in ho_byname2()
341 int querystate = RESQRY_FAIL; in ho_byaddr() local
473 querystate = RESQRY_FAIL; in ho_byaddr()
482 querystate = RESQRY_FAIL; in ho_byaddr()
563 int querystate = RESQRY_FAIL; in ho_addrinfo() local
640 querystate = RESQRY_FAIL; in ho_addrinfo()
647 querystate = RESQRY_SUCCESS; in ho_addrinfo()
[all …]
/netbsd/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample0.rst92 Inform super querystate about the results from this subquerystate.
93 Is called when the querystate is finished.