Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/python/
H A Dlibxml.c729 static PyObject *pythonInputOpenCallbackObject; variable
745 ret = PyObject_CallFunction(pythonInputOpenCallbackObject, in pythonInputOpenCallback()
778 pythonInputOpenCallbackObject = cb; in libxml_xmlRegisterInputCallback()
779 Py_INCREF(pythonInputOpenCallbackObject); in libxml_xmlRegisterInputCallback()
797 Py_DECREF(pythonInputOpenCallbackObject); in libxml_xmlUnregisterInputCallback()
798 pythonInputOpenCallbackObject = NULL; in libxml_xmlUnregisterInputCallback()