Searched refs:get_parse_result (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | pyexpat.c | 683 get_parse_result(xmlparseobject *self, int rv) in get_parse_result() function 750 return get_parse_result(self, rc); in pyexpat_xmlparser_Parse_impl() 826 return get_parse_result(self, 0); in pyexpat_xmlparser_ParseFile() 844 return get_parse_result(self, rv); in pyexpat_xmlparser_ParseFile()
|
/external/python/cpython2/Modules/ |
D | pyexpat.c | 874 get_parse_result(xmlparseobject *self, int rv) in get_parse_result() function 902 return get_parse_result(self, XML_Parse(self->itself, s, slen, isFinal)); in xmlparse_Parse() 979 return get_parse_result(self, 0); in xmlparse_ParseFile() 998 return get_parse_result(self, rv); in xmlparse_ParseFile()
|