Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod.h69 size_t pythonmod_get_mem(struct module_env* env, int id);
H A Dpythonmod.c766 size_t pythonmod_get_mem(struct module_env* env, int id) in pythonmod_get_mem() function
781 &pythonmod_clear, &pythonmod_get_mem
/netbsd-src/external/bsd/unbound/dist/util/
H A Dfptr_wlist.c546 else if(fptr == &pythonmod_get_mem) return 1; in fptr_whitelist_mod_get_mem()