Home
last modified time | relevance | path

Searched defs:namespace_separator (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dpyexpat.c.h249 const char *namespace_separator = NULL; in pyexpat_ParserCreate() local
/external/python/cpython3/Modules/
Dpyexpat.c1165 newxmlparseobject(const char *encoding, const char *namespace_separator, PyObject *intern) in newxmlparseobject()
1556 const char *namespace_separator, PyObject *intern) in pyexpat_ParserCreate_impl()
/external/python/cpython2/Modules/
Dpyexpat.c1281 newxmlparseobject(char *encoding, char *namespace_separator, PyObject *intern) in newxmlparseobject()
1744 char *namespace_separator = NULL; in pyexpat_ParserCreate() local