Lines Matching refs:xmlParserErrors
84 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info);
204 static xmlParserErrors
219 static xmlParserErrors
276 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info)
483 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error,
511 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error,
541 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error,
575 xmlFatalErrMsgInt(xmlParserCtxtPtr ctxt, xmlParserErrors error,
605 xmlFatalErrMsgStrIntStr(xmlParserCtxtPtr ctxt, xmlParserErrors error,
635 xmlFatalErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error,
664 xmlErrMsgStr(xmlParserCtxtPtr ctxt, xmlParserErrors error,
689 xmlNsErr(xmlParserCtxtPtr ctxt, xmlParserErrors error,
718 xmlNsWarn(xmlParserCtxtPtr ctxt, xmlParserErrors error,
5274 xmlFatalErrMsg(ctxt, (xmlParserErrors)ctxt->errNo,
6615 xmlParserErrors ret = XML_ERR_OK;
11419 * Returns zero if no error, the xmlParserErrors otherwise.
11509 return((xmlParserErrors) ctxt->errNo);
12247 static xmlParserErrors
12256 xmlParserErrors ret = XML_ERR_OK;
12380 ret = (xmlParserErrors)ctxt->errNo;
12511 static xmlParserErrors
12521 xmlParserErrors ret = XML_ERR_OK;
12617 ret = (xmlParserErrors)ctxt->errNo;
12693 xmlParserErrors
12702 xmlParserErrors ret = XML_ERR_OK;
12834 ret = (xmlParserErrors)ctxt->errNo;