Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/python/
H A Dlibxml_wrap.h198 void libxml_PyFileRelease(FILE *f);
200 #define PyFile_Release(f) libxml_PyFileRelease(f)
H A Dtypes.c222 void libxml_PyFileRelease(FILE *f) { in libxml_PyFileRelease() function