Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dpyexpat.c170 static void clear_handlers(xmlparseobject *self, int initial);
200 clear_handlers(self, 0); in flag_error()
965 clear_handlers(new_parser, 1); in pyexpat_xmlparser_ExternalEntityParserCreate_impl()
1153 clear_handlers(self, 1); in newxmlparseobject()
1460 clear_handlers(op, 0); in xmlparse_clear()
1890 clear_handlers(xmlparseobject *self, int initial) in clear_handlers() function
/external/python/cpython2/Modules/
Dpyexpat.c226 static void clear_handlers(xmlparseobject *self, int initial);
256 clear_handlers(self, 0); in flag_error()
1130 clear_handlers(new_parser, 1); in xmlparse_ExternalEntityParserCreate()
1347 clear_handlers(self, 1); in newxmlparseobject()
1690 clear_handlers(op, 0); in xmlparse_clear()
2053 clear_handlers(xmlparseobject *self, int initial) in clear_handlers() function