Searched refs:func_inform (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/dynlibmod/
H A Ddynlibmod.h126 func_inform_t func_inform; member in struct:dynlibmod_env
H A Ddynlibmod.c142 de->func_inform = (func_inform_t)(void*)inform;
191 de->func_inform(qstate, id, super);
/netbsd-current/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod.c94 PyObject* func_inform; member in struct:pythonmod_env
576 if ((pe->func_inform = PyDict_GetItemString(pe->dict, "inform_super")) == NULL)
581 Py_XINCREF(pe->func_inform);
612 Py_XDECREF(pe->func_inform);
646 Py_XDECREF(pe->func_inform);
676 res = PyObject_CallFunction(pe->func_inform, "iOOO", id, py_qstate,

Completed in 99 milliseconds