Home
last modified time | relevance | path

Searched refs:module_wait_reply (Results 1 – 7 of 7) sorted by relevance

/src/contrib/unbound/util/
H A Dmodule.h567 module_wait_reply, enumerator
H A Dmodule.c53 case module_wait_reply: return "module_wait_reply"; in strextstate()
/src/contrib/unbound/iterator/
H A Diterator.c2403 qstate->ext_state[id] = module_wait_reply; in check_waiting_queries()
2412 qstate->ext_state[id] = module_wait_reply; in check_waiting_queries()
2575 qstate->ext_state[id] = module_wait_reply; in processQueryTargets()
2796 qstate->ext_state[id] = module_wait_reply; in processQueryTargets()
3110 qstate->ext_state[id] = module_wait_reply; in processQueryTargets()
/src/contrib/unbound/contrib/
H A Daaaa-filter-iterator.patch120 qstate->ext_state[id] = module_wait_reply;
/src/contrib/unbound/pythonmod/
H A Dinterface.i1174 module_wait_reply,
/src/contrib/unbound/validator/
H A Dvalidator.c861 qstate->ext_state[id] = module_wait_reply; in validate_suspend_setup_timer()
/src/contrib/unbound/daemon/
H A Dremote.c3006 if(strcmp(modname, "iterator") == 0 && s == module_wait_reply && in get_mesh_status()