Searched refs:xmlFatalErr (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dparser.c91 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info);
224 xmlFatalErr(ctxt, XML_ERR_ENTITY_LOOP, NULL);
336 * xmlFatalErr:
344 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info) function
2077 xmlFatalErr(ctxt, XML_ERR_INTERNAL_ERROR, "Huge input lookup");
2085 xmlFatalErr(ctxt, XML_ERR_INTERNAL_ERROR, "cur index out of bound");
2283 xmlFatalErr(ctxt, XML_ERR_INVALID_HEX_CHARREF, NULL);
2312 xmlFatalErr(ctxt, XML_ERR_INVALID_DEC_CHARREF, NULL);
2329 xmlFatalErr(ctxt, XML_ERR_INVALID_CHARREF, NULL);
2386 xmlFatalErr(ctx
[all...]

Completed in 105 milliseconds