Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dpyexpat.c692 get_parse_result(pyexpat_state *state, xmlparseobject *self, int rv) in get_parse_result() function
762 return get_parse_result(state, self, rc); in pyexpat_xmlparser_Parse_impl()
842 return get_parse_result(state, self, 0); in pyexpat_xmlparser_ParseFile_impl()
860 return get_parse_result(state, self, rv); in pyexpat_xmlparser_ParseFile_impl()