Searched refs:pythonmod_inform_super (Results 1 – 3 of 3) sorted by relevance
62 void pythonmod_inform_super(struct module_qstate* qstate, int id,
663 void pythonmod_inform_super(struct module_qstate* qstate, int id, struct module_qstate* super) in pythonmod_inform_super() function780 &pythonmod_init, &pythonmod_deinit, &pythonmod_operate, &pythonmod_inform_super,
489 else if(fptr == &pythonmod_inform_super) return 1; in fptr_whitelist_mod_inform_super()