HomeSort by: relevance | last modified time | path
    Searched defs:deinit (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/external/bsd/unbound/dist/pythonmod/examples/
calc.py 41 def deinit(id): return True function
resgen.py 38 def deinit(id): return True function
resip.py 45 def deinit(id): return True function
calc.py 41 def deinit(id): return True function
resgen.py 38 def deinit(id): return True function
resip.py 45 def deinit(id): return True function
edns.py 103 def deinit(id): return True function
resmod.py 39 def deinit(id): return True function
edns.py 103 def deinit(id): return True function
resmod.py 39 def deinit(id): return True function
dict.py 67 def deinit(id): function
68 log_info("pythonmod: dict deinit")
log.py 95 def deinit(id): function
96 log_info("pythonmod: deinit called, module id is %d" % id)
dict.py 67 def deinit(id): function
68 log_info("pythonmod: dict deinit")
log.py 95 def deinit(id): function
96 log_info("pythonmod: deinit called, module id is %d" % id)
  /src/external/bsd/unbound/dist/pythonmod/doc/examples/
example0-1.py 9 def deinit(id): function
10 log_info("pythonmod: deinit called, module id is %d" % id)
example0-1.py 9 def deinit(id): function
10 log_info("pythonmod: deinit called, module id is %d" % id)
  /src/external/bsd/unbound/dist/pythonmod/
ubmodule-msg.py 41 def deinit(id): function
42 log_info("pythonmod: deinit called, module id is %d" % id)
ubmodule-tst.py 39 def deinit(id): function
40 log_info("pythonmod: deinit called, module id is %d" % id)
ubmodule-msg.py 41 def deinit(id): function
42 log_info("pythonmod: deinit called, module id is %d" % id)
ubmodule-tst.py 39 def deinit(id): function
40 log_info("pythonmod: deinit called, module id is %d" % id)
  /src/external/bsd/unbound/dist/testdata/pymod.tdir/
pymod.py 43 def deinit(id): function
44 log_info("pythonmod: deinit called, module id is %d" % id)
pymod.py 43 def deinit(id): function
44 log_info("pythonmod: deinit called, module id is %d" % id)
  /src/external/bsd/unbound/dist/testdata/pymod_thread.tdir/
pymod_thread.py 43 def deinit(id): function
44 log_info("pythonmod: deinit called, module id is %d" % id)
pymod_thread.py 43 def deinit(id): function
44 log_info("pythonmod: deinit called, module id is %d" % id)
  /src/external/bsd/wpa/dist/src/utils/
ext_password_i.h 17 void (*deinit)(void *ctx); member in struct:ext_password_backend

Completed in 1352 milliseconds

1 2 3