HomeSort by: relevance | last modified time | path
    Searched refs:MODULE_EVENT_NEW (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/unbound/dist/pythonmod/doc/examples/
example0-1.py 19 if event == MODULE_EVENT_NEW:
  /src/external/bsd/unbound/dist/pythonmod/examples/
calc.py 46 if (event == MODULE_EVENT_NEW) or (event == MODULE_EVENT_PASS):
resgen.py 43 if (event == MODULE_EVENT_NEW) or (event == MODULE_EVENT_PASS):
resip.py 58 if (event == MODULE_EVENT_NEW) or (event == MODULE_EVENT_PASS):
resmod.py 54 if (event == MODULE_EVENT_NEW) or (event == MODULE_EVENT_PASS):
dict.py 72 if (event == MODULE_EVENT_NEW) or (event == MODULE_EVENT_PASS):
edns.py 110 if (event == MODULE_EVENT_NEW) or (event == MODULE_EVENT_PASS):
log.py 105 if (event == MODULE_EVENT_NEW) or (event == MODULE_EVENT_PASS):
inplace_callbacks.py 350 if (event == MODULE_EVENT_NEW) or (event == MODULE_EVENT_PASS):
avahi-resolver.py 439 if event == MODULE_EVENT_NEW or event == MODULE_EVENT_PASS:
  /src/external/bsd/unbound/dist/pythonmod/
ubmodule-msg.py 105 if (event == MODULE_EVENT_NEW) and (qstate.qinfo.qname_str.endswith(".seznam.cz.")): #pokud mame "python validator iterator"
138 if event == MODULE_EVENT_NEW:
ubmodule-tst.py 134 if event == MODULE_EVENT_NEW:
  /src/external/bsd/unbound/dist/testdata/pymod.tdir/
pymod.py 109 if (event == MODULE_EVENT_NEW or event == MODULE_EVENT_PASS) and (qstate.qinfo.qname_str.endswith("www2.example.com.")):
145 if event == MODULE_EVENT_NEW:
  /src/external/bsd/unbound/dist/testdata/pymod_thread.tdir/
pymod_thread.py 109 if (event == MODULE_EVENT_NEW or event == MODULE_EVENT_PASS) and (qstate.qinfo.qname_str.endswith("example.com.")):
150 if event == MODULE_EVENT_NEW:

Completed in 18 milliseconds