Home
last modified time | relevance | path

Searched refs:module_wait_module (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c810 qstate->ext_state[id] = module_wait_module; in cachedb_handle_query()
820 qstate->ext_state[id] = module_wait_module; in cachedb_handle_query()
858 qstate->ext_state[id] = module_wait_module; in cachedb_handle_query()
868 qstate->ext_state[id] = module_wait_module; in cachedb_handle_query()
874 qstate->ext_state[id] = module_wait_module; in cachedb_handle_query()
894 qstate->ext_state[id] = module_wait_module; in cachedb_handle_query()
/freebsd/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c72 qstate->ext_state[id] = module_wait_module; in operate()
/freebsd/contrib/unbound/dns64/
H A Ddns64.c473 return module_wait_module; /* Let other module handle this. */ in handle_ipv6_ptr()
482 return module_wait_module; in handle_ipv6_ptr()
604 return module_wait_module; in handle_event_pass()
/freebsd/contrib/unbound/ipsecmod/
H A Dipsecmod.c438 qstate->ext_state[id] = module_wait_module; in ipsecmod_handle_query()
454 qstate->ext_state[id] = module_wait_module; in ipsecmod_handle_query()
/freebsd/contrib/unbound/util/
H A Dmodule.h577 module_wait_module, enumerator
H A Dmodule.c54 case module_wait_module: return "module_wait_module"; in strextstate()
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c1076 qstate->ext_state[id] = module_wait_module; in subnetmod_operate()
1157 qstate->ext_state[id] = module_wait_module; in subnetmod_operate()
1190 qstate->ext_state[id] = module_wait_module; in subnetmod_operate()
/freebsd/contrib/unbound/ipset/
H A Dipset.c429 qstate->ext_state[id] = module_wait_module; in ipset_operate()
/freebsd/contrib/unbound/respip/
H A Drespip.c1113 qstate->ext_state[id] = module_wait_module; in respip_operate()
/freebsd/contrib/unbound/validator/
H A Dvalidator.c2800 qstate->ext_state[id] = module_wait_module; in val_operate()
/freebsd/contrib/unbound/services/
H A Dmesh.c2174 if(s == module_wait_module || s == module_restart_next) { in mesh_continue()