Lines Matching refs:lastError

15 int lastError;  variable
18 if ((unused == NULL) && (err != NULL) && (lastError == 0)) { in errorHandler()
19 lastError = err->code; in errorHandler()
32 lastError = 0; in testDocumentRangeByte1()
40 if ((lastError == 0) || (res != NULL)) in testDocumentRangeByte1()
47 if ((lastError == 0) || (res != NULL)) in testDocumentRangeByte1()
53 if ((lastError != XML_ERR_INVALID_CHAR) && (res != NULL)) in testDocumentRangeByte1()
73 lastError = 0; in testDocumentRangeByte2()
83 if ((lastError == 0) || (res != NULL)) in testDocumentRangeByte2()
94 if ((lastError == 0) || (res != NULL)) in testDocumentRangeByte2()
105 if ((lastError == 0) || (res != NULL)) in testDocumentRangeByte2()
116 if ((lastError == 0) || (res != NULL)) in testDocumentRangeByte2()
125 else if ((lastError != 0) || (res == NULL)) { in testDocumentRangeByte2()
254 lastError = 0; in testCharRangeByte1()
258 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte1()
282 lastError = 0; in testCharRangeByte2()
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()
329 else if ((lastError != 0) || (len != 2)) { in testCharRangeByte2()
363 lastError = 0; in testCharRangeByte3()
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()
413 else if ((lastError != 0) || (len != 3)) { in testCharRangeByte3()
453 lastError = 0; in testCharRangeByte4()
461 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte4()
472 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte4()
484 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte4()
496 if (lastError != XML_ERR_INVALID_CHAR) in testCharRangeByte4()
505 else if ((lastError != 0) || (len != 4)) { in testCharRangeByte4()