Searched refs:resumable (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | runtests.c | 1980 static XML_Bool resumable = XML_FALSE; variable 1988 XML_StopParser(g_parser, resumable); in clearing_aborting_character_handler() 2004 resumable = XML_FALSE; in START_TEST() 2025 resumable = XML_TRUE; in START_TEST() 2047 XML_StopParser(g_parser, resumable); in parser_stop_character_handler() 2049 if (! resumable) { in parser_stop_character_handler() 2073 resumable = XML_FALSE; in START_TEST() 2081 resumable = XML_TRUE; in START_TEST() 2089 resumable = XML_TRUE; in START_TEST() 2482 resumable in START_TEST() [all...] |
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | expat.h | 780 (resumable = 0) an already suspended parser. Some call-backs may 788 except when parsing an external parameter entity and resumable != 0. 795 When resumable != 0 (true) then parsing is suspended, that is, 810 XML_StopParser(XML_Parser parser, XML_Bool resumable);
|
H A D | xmlparse.c | 2201 XML_StopParser(XML_Parser parser, XML_Bool resumable) { in XML_StopParser() argument 2206 if (resumable) { in XML_StopParser() 2216 if (resumable) { in XML_StopParser()
|
/third_party/python/Modules/expat/ |
H A D | expat.h | 793 (resumable = 0) an already suspended parser. Some call-backs may 801 except when parsing an external parameter entity and resumable != 0. 808 When resumable != 0 (true) then parsing is suspended, that is, 823 XML_StopParser(XML_Parser parser, XML_Bool resumable);
|
H A D | xmlparse.c | 2170 XML_StopParser(XML_Parser parser, XML_Bool resumable) { in XML_StopParser() argument 2175 if (resumable) { in XML_StopParser() 2185 if (resumable) { in XML_StopParser()
|
Completed in 32 milliseconds