Searched refs:deinit (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/usr.sbin/unbound/cachedb/
H A Dcachedb.h80 void (*deinit)(struct module_env*, struct cachedb_env*); member in struct:cachedb_backend
H A Dcachedb.c281 (*cachedb_env->backend->deinit)(env, cachedb_env);
/openbsd-current/usr.bin/less/
H A Dlsystem.c61 deinit();
62 flush(0); /* Make sure the deinit chars get out */
210 deinit();
H A Dsignal.c103 deinit();
H A Dfuncs.h22 void deinit(void);
H A Dmain.c384 deinit();
H A Dscreen.c554 deinit(void) function
/openbsd-current/sbin/unwind/libunbound/services/
H A Dmodstack.c255 fptr_ok(fptr_whitelist_mod_deinit(stack->mod[i]->deinit));
256 (*stack->mod[i]->deinit)(env, i);
/openbsd-current/usr.sbin/unbound/services/
H A Dmodstack.c255 fptr_ok(fptr_whitelist_mod_deinit(stack->mod[i]->deinit));
256 (*stack->mod[i]->deinit)(env, i);
/openbsd-current/usr.sbin/unbound/dynlibmod/examples/
H A Dhelloworld.c53 EXPORT void deinit(struct module_env* env, int id) { function
54 log_info("dynlib: hello world from deinit");
/openbsd-current/usr.sbin/unbound/util/
H A Dmodule.h729 void (*deinit)(struct module_env* env, int id); member in struct:module_func_block
/openbsd-current/sbin/unwind/libunbound/util/
H A Dmodule.h729 void (*deinit)(struct module_env* env, int id); member in struct:module_func_block
/openbsd-current/usr.sbin/unbound/smallapp/
H A Dunbound-checkconf.c146 (*fb->deinit)(&env, 0);

Completed in 154 milliseconds