Home
last modified time | relevance | path

Searched refs:XML_ERR_OK (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/
Derror.c270 if (code == XML_ERR_OK) in xmlReportError()
455 if (code == XML_ERR_OK) in __xmlRaiseError()
842 if (xmlLastError.code == XML_ERR_OK) in xmlGetLastError()
858 if (err->code == XML_ERR_OK) in xmlResetError()
871 err->code = XML_ERR_OK; in xmlResetError()
883 if (xmlLastError.code == XML_ERR_OK) in xmlResetLastError()
903 if (ctxt->lastError.code == XML_ERR_OK) in xmlCtxtGetLastError()
922 ctxt->errNo = XML_ERR_OK; in xmlCtxtResetLastError()
923 if (ctxt->lastError.code == XML_ERR_OK) in xmlCtxtResetLastError()
Dparser.c6714 if ((encoding == NULL) && (ctxt->errNo == XML_ERR_OK)) { in xmlParseTextDecl()
6839 xmlParserErrors ret = XML_ERR_OK; in xmlParseReference()
6971 if ((ret == XML_ERR_OK) && (list != NULL)) { in xmlParseReference()
7016 } else if ((ret != XML_ERR_OK) && in xmlParseReference()
10794 if ((ctxt->errNo != XML_ERR_OK) && (ctxt->disableSAX == 1)) in xmlParseTryOrFinish()
11677 if ((ctxt->errNo != XML_ERR_OK) && (ctxt->disableSAX == 1)) in xmlParseChunk()
11765 if ((ctxt->errNo != XML_ERR_OK) && (ctxt->disableSAX == 1)) in xmlParseChunk()
12535 xmlParserErrors ret = XML_ERR_OK; in xmlParseExternalEntityPrivate()
12676 ret = XML_ERR_OK; in xmlParseExternalEntityPrivate()
12696 if (ctxt->lastError.code != XML_ERR_OK) in xmlParseExternalEntityPrivate()
[all …]
DparserInternals.c1755 ctxt->errNo = XML_ERR_OK; in xmlInitParserCtxt()
DdebugXML.c2324 if (ret == XML_ERR_OK) { in xmlShellSetContent()
DHTMLparser.c6468 ctxt->errNo = XML_ERR_OK; in htmlCtxtReset()
/external/libxml2/include/libxml/
Dxmlerror.h98 XML_ERR_OK = 0, enumerator