Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dpyexpat.c1165 newxmlparseobject(const char *encoding, const char *namespace_separator, PyObject *intern) in newxmlparseobject() function
1584 result = newxmlparseobject(encoding, namespace_separator, intern); in pyexpat_ParserCreate_impl()
/external/python/cpython2/Modules/
Dpyexpat.c1281 newxmlparseobject(char *encoding, char *namespace_separator, PyObject *intern) in newxmlparseobject() function
1776 result = newxmlparseobject(encoding, namespace_separator, intern); in pyexpat_ParserCreate()