Searched refs:XML_ERR_INVALID_CHAR (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/ |
D | testchar.c | 53 if ((lastError != XML_ERR_INVALID_CHAR) && (res != NULL)) in testDocumentRangeByte1() 258 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte1() 287 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte2() 298 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte2() 309 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte2() 320 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte2() 371 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte3() 381 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte3() 393 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte3() 404 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte3() [all …]
|
D | parserInternals.c | 507 xmlErrEncodingInt(ctxt, XML_ERR_INVALID_CHAR, in xmlNextChar() 554 __xmlErrEncoding(ctxt, XML_ERR_INVALID_CHAR, in xmlNextChar() 563 __xmlErrEncoding(ctxt, XML_ERR_INVALID_CHAR, in xmlNextChar() 667 xmlErrEncodingInt(ctxt, XML_ERR_INVALID_CHAR, in xmlCurrentChar() 678 xmlErrEncodingInt(ctxt, XML_ERR_INVALID_CHAR, in xmlCurrentChar() 729 __xmlErrEncoding(ctxt, XML_ERR_INVALID_CHAR, in xmlCurrentChar() 800 xmlErrEncodingInt(ctxt, XML_ERR_INVALID_CHAR, in xmlStringCurrentChar() 842 __xmlErrEncoding(ctxt, XML_ERR_INVALID_CHAR, in xmlStringCurrentChar() 878 xmlErrEncodingInt(NULL, XML_ERR_INVALID_CHAR, in xmlCopyCharMultiByte()
|
D | entities.c | 702 xmlEntitiesErr(XML_ERR_INVALID_CHAR, in xmlEncodeEntitiesInternal()
|
D | parser.c | 2340 xmlFatalErrMsgInt(ctxt, XML_ERR_INVALID_CHAR, in xmlParseCharRef() 2431 xmlFatalErrMsgInt(ctxt, XML_ERR_INVALID_CHAR, in xmlParseStringCharRef() 4191 xmlFatalErrMsg(ctxt, XML_ERR_INVALID_CHAR, in xmlParseAttValueComplex() 4721 xmlFatalErrMsgInt(ctxt, XML_ERR_INVALID_CHAR, in xmlParseCharDataComplex() 4850 xmlFatalErrMsgInt(ctxt, XML_ERR_INVALID_CHAR, in xmlParseCommentComplex() 4861 xmlFatalErrMsgInt(ctxt, XML_ERR_INVALID_CHAR, in xmlParseCommentComplex() 4926 xmlFatalErrMsgInt(ctxt, XML_ERR_INVALID_CHAR, in xmlParseCommentComplex() 8209 xmlFatalErrMsgInt(ctxt, XML_ERR_INVALID_CHAR, in xmlLoadEntityContent() 12274 __xmlErrEncoding(ctxt, XML_ERR_INVALID_CHAR, in xmlParseTryOrFinish()
|
/external/libxml2/include/libxml/ |
D | xmlerror.h | 109 XML_ERR_INVALID_CHAR, /* 9 */ enumerator
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlerror.rpgle | 126 d XML_ERR_INVALID_CHAR...
|