Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dparser.h128 XML_PARSER_EPILOG, /* the Misc* after the last end tag */ enumerator
/external/libxml2/
Dparser.c2523 case XML_PARSER_EPILOG: in xmlParserHandlePEReference()
10712 ctxt->instate = XML_PARSER_EPILOG; in xmlParseDocument()
11137 case XML_PARSER_EPILOG: in xmlParseTryOrFinish()
11393 ctxt->instate = XML_PARSER_EPILOG; in xmlParseTryOrFinish()
11545 ctxt->instate = XML_PARSER_EPILOG; in xmlParseTryOrFinish()
11788 case XML_PARSER_EPILOG: in xmlParseTryOrFinish()
11812 ctxt->instate = XML_PARSER_EPILOG; in xmlParseTryOrFinish()
11828 ctxt->instate = XML_PARSER_EPILOG; in xmlParseTryOrFinish()
12292 (ctxt->instate != XML_PARSER_EPILOG)) { in xmlParseChunk()
12295 if ((ctxt->instate == XML_PARSER_EPILOG) && (cur_avail > 0)) { in xmlParseChunk()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle137 d XML_PARSER_EPILOG... Last end tag Misc*