Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
Dpyexpat.c.h92 pyexpat_xmlparser_SetBase_impl(xmlparseobject *self, const char *base);
113 return_value = pyexpat_xmlparser_SetBase_impl(self, base); in pyexpat_xmlparser_SetBase()
/aosp_15_r20/external/python/cpython3/Modules/
Dpyexpat.c874 pyexpat_xmlparser_SetBase_impl(xmlparseobject *self, const char *base) in pyexpat_xmlparser_SetBase_impl() function