Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dpyexpat.c.h80 pyexpat_xmlparser_SetBase_impl(xmlparseobject *self, const char *base);
101 return_value = pyexpat_xmlparser_SetBase_impl(self, base); in pyexpat_xmlparser_SetBase()
/third_party/python/Modules/
Dpyexpat.c873 pyexpat_xmlparser_SetBase_impl(xmlparseobject *self, const char *base) in pyexpat_xmlparser_SetBase_impl() function