Home
last modified time | relevance | path

Searched refs:pythonInputOpenCallbackObject (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Dlibxml.c798 static PyObject *pythonInputOpenCallbackObject; variable
814 ret = PyObject_CallFunction(pythonInputOpenCallbackObject, in pythonInputOpenCallback()
847 pythonInputOpenCallbackObject = cb; in libxml_xmlRegisterInputCallback()
848 Py_INCREF(pythonInputOpenCallbackObject); in libxml_xmlRegisterInputCallback()
866 Py_DECREF(pythonInputOpenCallbackObject); in libxml_xmlUnregisterInputCallback()
867 pythonInputOpenCallbackObject = NULL; in libxml_xmlUnregisterInputCallback()
/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Dlibxml.c798 static PyObject *pythonInputOpenCallbackObject; variable
814 ret = PyObject_CallFunction(pythonInputOpenCallbackObject, in pythonInputOpenCallback()
847 pythonInputOpenCallbackObject = cb; in libxml_xmlRegisterInputCallback()
848 Py_INCREF(pythonInputOpenCallbackObject); in libxml_xmlRegisterInputCallback()
866 Py_DECREF(pythonInputOpenCallbackObject); in libxml_xmlUnregisterInputCallback()
867 pythonInputOpenCallbackObject = NULL; in libxml_xmlUnregisterInputCallback()