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

1 2

  /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
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)
inplace_callbacks.py 343 def deinit(id): return True function
avahi-resolver.py 402 def deinit(*args, **kwargs): function
569 deinit()
  /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)
  /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)
  /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)
  /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)
  /src/external/bsd/wpa/dist/src/utils/
ext_password_i.h 17 void (*deinit)(void *ctx); member in struct:ext_password_backend
  /src/external/bsd/wpa/dist/wpa_supplicant/
autoscan.h 18 void (*deinit)(void *priv); member in struct:autoscan_ops
bgscan.h 20 void (*deinit)(void *priv); member in struct:bgscan_ops
  /src/external/bsd/unbound/dist/cachedb/
cachedb.h 79 /** Deinit - close db for program exit */
80 void (*deinit)(struct module_env*, struct cachedb_env*); member in struct:cachedb_backend
95 /** Deinit the cachedb module */
  /src/external/bsd/unbound/dist/dynlibmod/examples/
helloworld.c 51 /* Deinit is run as the program is shutting down. It should be used to clean up
53 EXPORT void deinit(struct module_env* env, int id) { function
54 log_info("dynlib: hello world from deinit");
  /src/external/bsd/wpa/dist/src/fst/
fst.h 163 * deinit - Deinitialize the notification interface
165 void (*deinit)(void); member in struct:fst_ctrl
  /src/distrib/utils/more/
screen.c 469 deinit() function
  /src/sys/dev/qbus/
if_de.c 167 static int deinit(struct ifnet *);
264 ifp->if_init = deinit;
299 deinit(&sc->sc_if);
307 deinit(struct ifnet *ifp) function
  /src/external/bsd/unbound/dist/util/
module.h 760 void (*deinit)(struct module_env* env, int id); member in struct:module_func_block
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_i.h 95 * deinit - Deinitialize an EAP method
101 void (*deinit)(struct eap_sm *sm, void *priv); member in struct:eap_method
  /src/external/bsd/less/dist/
screen.c 1818 public void deinit(void) function

Completed in 51 milliseconds

1 2