Searched refs:py_qstate (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/pythonmod/ |
H A D | pythonmod.c | 667 PyObject* py_qstate, *py_sqstate, *res; in pythonmod_inform_super() local 673 py_qstate = SWIG_NewPointerObj((void*) qstate, SWIGTYPE_p_module_qstate, 0); in pythonmod_inform_super() 676 res = PyObject_CallFunction(pe->func_inform, "iOOO", id, py_qstate, in pythonmod_inform_super() 693 Py_XDECREF(py_qstate); in pythonmod_inform_super() 703 PyObject* py_qstate, *res; in pythonmod_operate() local 726 py_qstate = SWIG_NewPointerObj((void*) qstate, SWIGTYPE_p_module_qstate, 0); in pythonmod_operate() 728 py_qstate, pq->data); in pythonmod_operate() 741 Py_XDECREF(py_qstate); in pythonmod_operate()
|
H A D | interface.i | 1590 PyObject *func = NULL, *py_edns = NULL, *py_qstate = NULL; 1601 py_qstate = SWIG_NewPointerObj((void*) qstate, 1609 if(!(py_qinfo && py_qstate && py_rep && py_edns && py_opt_list_out 1614 py_args = Py_BuildValue("(OOOiOOO)", py_qinfo, py_qstate, py_rep, 1628 Py_XDECREF(py_qstate); 1684 PyObject *py_qstate = NULL; 1692 py_qstate = SWIG_NewPointerObj((void*) qstate, SWIGTYPE_p_module_qstate, 0); 1696 if(!(py_qinfo && py_qstate && py_addr && py_zone && py_region)) { 1700 … py_args = Py_BuildValue("(OiOOOO)", py_qinfo, flags, py_qstate, py_addr, py_zone, py_region); 1712 Py_XDECREF(py_qstate); [all …]
|