Searched refs:XML_ERR_NOT_WELL_BALANCED (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlerror.h | 183 XML_ERR_NOT_WELL_BALANCED, /* 85 */ enumerator
|
/external/libxml2/ |
D | parser.c | 454 case XML_ERR_NOT_WELL_BALANCED: in xmlFatalErr() 10488 xmlFatalErr(ctxt, XML_ERR_NOT_WELL_BALANCED, NULL); in xmlParseExtParsedEnt() 12466 xmlFatalErr(ctxt, XML_ERR_NOT_WELL_BALANCED, NULL); in xmlParseCtxtExternalEntity() 12471 xmlFatalErr(ctxt, XML_ERR_NOT_WELL_BALANCED, NULL); in xmlParseCtxtExternalEntity() 12647 xmlFatalErr(ctxt, XML_ERR_NOT_WELL_BALANCED, NULL); in xmlParseExternalEntityPrivate() 12652 xmlFatalErr(ctxt, XML_ERR_NOT_WELL_BALANCED, NULL); in xmlParseExternalEntityPrivate() 12894 xmlFatalErr(ctxt, XML_ERR_NOT_WELL_BALANCED, NULL); in xmlParseBalancedChunkMemoryInternal() 12899 xmlFatalErr(ctxt, XML_ERR_NOT_WELL_BALANCED, NULL); in xmlParseBalancedChunkMemoryInternal() 13134 xmlFatalErr(ctxt, XML_ERR_NOT_WELL_BALANCED, NULL); in xmlParseInNodeContext() 13139 xmlFatalErr(ctxt, XML_ERR_NOT_WELL_BALANCED, NULL); in xmlParseInNodeContext() [all …]
|