Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod.h62 void pythonmod_inform_super(struct module_qstate* qstate, int id,
H A Dpythonmod.c663 void pythonmod_inform_super(struct module_qstate* qstate, int id, struct module_qstate* super) in pythonmod_inform_super() function
780 &pythonmod_init, &pythonmod_deinit, &pythonmod_operate, &pythonmod_inform_super,
/netbsd-src/external/bsd/unbound/dist/util/
H A Dfptr_wlist.c489 else if(fptr == &pythonmod_inform_super) return 1; in fptr_whitelist_mod_inform_super()