Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod.h66 void pythonmod_clear(struct module_qstate* qstate, int id);
H A Dpythonmod.c746 void pythonmod_clear(struct module_qstate* qstate, int id) in pythonmod_clear() function
781 &pythonmod_clear, &pythonmod_get_mem
/netbsd-src/external/bsd/unbound/dist/util/
H A Dfptr_wlist.c518 else if(fptr == &pythonmod_clear) return 1; in fptr_whitelist_mod_clear()