Home
last modified time | relevance | path

Searched refs:module_event_new (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/ipset/
H A Dipset.c302 if ((event == module_event_new || event == module_event_pass) && !iq) { in ipset_operate()
310 if (iq && (event == module_event_pass || event == module_event_new)) { in ipset_operate()
/netbsd-src/external/bsd/unbound/dist/dynlibmod/examples/
H A Dhelloworld.c71 if (event == module_event_new || event == module_event_pass) { in operate()
/netbsd-src/external/bsd/unbound/dist/ipsecmod/
H A Dipsecmod.c523 if((event == module_event_new || event == module_event_pass) && in ipsecmod_operate()
532 if(iq && (event == module_event_pass || event == module_event_new)) { in ipsecmod_operate()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dmodule.h571 module_event_new = 0, enumerator
H A Dmodule.c67 case module_event_new: return "module_event_new"; in strmodulevent()
/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c843 if((event == module_event_new || event == module_event_pass) && in cachedb_operate()
851 if(iq && (event == module_event_pass || event == module_event_new)) { in cachedb_operate()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/examples/
H A Dexample0.rst31 Python module is the first module here, so it's invoked with :data:`module_event_new` event *(new q…
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Denv.rst48 .. data:: module_event_new
/netbsd-src/external/bsd/unbound/dist/edns-subnet/
H A Dsubnetmod.c783 if((event == module_event_new || event == module_event_pass) && in subnetmod_operate()
922 if(event == module_event_pass || event == module_event_new) { in subnetmod_operate()
/netbsd-src/external/bsd/unbound/dist/services/
H A Dmesh.c531 mesh_run(mesh, s, module_event_new, NULL); in mesh_new_client()
623 mesh_run(mesh, s, module_event_new, NULL); in mesh_new_callback()
702 mesh_run(mesh, s, module_event_new, NULL); in mesh_schedule_prefetch()
786 mesh_run(mesh, s, module_event_new, NULL); in mesh_schedule_prefetch_subnet()
/netbsd-src/external/bsd/unbound/dist/dns64/
H A Ddns64.c692 case module_event_new: in dns64_operate()
/netbsd-src/external/bsd/unbound/dist/respip/
H A Drespip.c1070 if(event == module_event_new || event == module_event_pass) { in respip_operate()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1190 module_event_new = 0,
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dvalidator.c2596 if(event == module_event_new || in val_operate()
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diterator.c4284 if((event == module_event_new || event == module_event_pass) && in iter_operate()