Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/python/
H A Dlibxml_wrap.h199 #define PyFile_Get(v) (((v) == Py_None) ? NULL : libxml_PyFileGet(v)) macro
202 #define PyFile_Get(v) (((v) == Py_None) ? NULL : \ macro
H A Dlibxml.c2773 output = PyFile_Get(py_file); in libxml_saveNodeTo()
3431 output = PyFile_Get(py_file); in libxml_C14NDocSaveTo()