Home
last modified time | relevance | path

Searched refs:pythonmod_get_funcblock (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod.h49 struct module_func_block* pythonmod_get_funcblock(void);
H A Dpythonmod.c784 struct module_func_block* pythonmod_get_funcblock(void) in pythonmod_get_funcblock() function
/netbsd-src/external/bsd/unbound/dist/services/
H A Dmodstack.c181 &pythonmod_get_funcblock, in module_funcs_avail()
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c996 check_mod(cfg, pythonmod_get_funcblock()); in checkconf()