Home
last modified time | relevance | path

Searched refs:pythonmod_deinit (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod.h55 void pythonmod_deinit(struct module_env* env, int id);
H A Dpythonmod.c619 void pythonmod_deinit(struct module_env* env, int id) in pythonmod_deinit() function
780 &pythonmod_init, &pythonmod_deinit, &pythonmod_operate, &pythonmod_inform_super,
/netbsd-src/external/bsd/unbound/dist/util/
H A Dfptr_wlist.c431 else if(fptr == &pythonmod_deinit) return 1; in fptr_whitelist_mod_deinit()