Home
last modified time | relevance | path

Searched refs:module_event_pass (Results 1 – 14 of 14) sorted by relevance

/src/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c71 if (event == module_event_new || event == module_event_pass) { in operate()
/src/contrib/unbound/ipset/
H A Dipset.c417 if ((event == module_event_new || event == module_event_pass) && !iq) { in ipset_operate()
425 if (iq && (event == module_event_pass || event == module_event_new)) { in ipset_operate()
/src/contrib/unbound/ipsecmod/
H A Dipsecmod.c524 if((event == module_event_new || event == module_event_pass) && in ipsecmod_operate()
533 if(iq && (event == module_event_pass || event == module_event_new)) { in ipsecmod_operate()
/src/contrib/unbound/util/
H A Dmodule.h587 module_event_pass, enumerator
H A Dmodule.c68 case module_event_pass: return "module_event_pass"; in strmodulevent()
/src/contrib/unbound/cachedb/
H A Dcachedb.c916 if((event == module_event_new || event == module_event_pass) && in cachedb_operate()
924 if(iq && (event == module_event_pass || event == module_event_new)) { in cachedb_operate()
/src/contrib/unbound/edns-subnet/
H A Dsubnetmod.c931 if((event == module_event_new || event == module_event_pass) && in subnetmod_operate()
1090 if(event == module_event_pass || event == module_event_new) { in subnetmod_operate()
/src/contrib/unbound/dns64/
H A Ddns64.c707 case module_event_pass: in dns64_operate()
/src/contrib/unbound/validator/
H A Dvalidator.c840 mesh_run(qstate->env->mesh, qstate->mesh_info, module_event_pass, in validate_suspend_timer_cb()
2688 (event == module_event_pass && vq == NULL)) { in val_operate()
2751 if(event == module_event_pass) { in val_operate()
/src/contrib/unbound/respip/
H A Drespip.c1089 if(event == module_event_new || event == module_event_pass) { in respip_operate()
/src/contrib/unbound/services/
H A Dmesh.c2092 *ev = module_event_pass; in mesh_continue()
2194 ev = module_event_pass; in mesh_run()
/src/contrib/unbound/pythonmod/
H A Dinterface.i1192 module_event_pass,
/src/contrib/unbound/iterator/
H A Diterator.c4495 if((event == module_event_new || event == module_event_pass) && in iter_operate()
4506 if(iq && event == module_event_pass) { in iter_operate()
/src/contrib/unbound/doc/
H A DChangelog5881 - Also create ECS module qstate on module_event_pass event