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

/vbox/src/libs/libxml2-2.6.31/
H A Derror.c270 if (code == XML_ERR_OK)
484 if (code == XML_ERR_OK)
850 if (xmlLastError.code == XML_ERR_OK)
866 if (err->code == XML_ERR_OK)
879 err->code = XML_ERR_OK;
891 if (xmlLastError.code == XML_ERR_OK)
911 if (ctxt->lastError.code == XML_ERR_OK)
930 if (ctxt->lastError.code == XML_ERR_OK)
H A Druntest.c379 if (code == XML_ERR_OK)
410 if (code == XML_ERR_OK)
474 if (code == XML_ERR_OK)
490 if (code == XML_ERR_OK)
502 if (code == XML_ERR_OK)
H A Dparser.c6036 if ((encoding == NULL) && (ctxt->errNo == XML_ERR_OK)) {
6189 xmlParserErrors ret = XML_ERR_OK;
6303 } else if ((ret == XML_ERR_OK) && (list != NULL)) {
6349 } else if ((ret != XML_ERR_OK) &&
9961 if ((ctxt->errNo != XML_ERR_OK) && (ctxt->disableSAX == 1))
10830 if ((ctxt->errNo != XML_ERR_OK) && (ctxt->disableSAX == 1))
10881 if ((ctxt->errNo != XML_ERR_OK) && (ctxt->disableSAX == 1))
11626 xmlParserErrors ret = XML_ERR_OK;
11766 ret = XML_ERR_OK;
11784 if (ctxt->lastError.code != XML_ERR_OK)
[all...]
H A DparserInternals.c1669 ctxt->errNo = XML_ERR_OK;
H A DdebugXML.c2321 if (ret == XML_ERR_OK) {
H A DHTMLparser.c5865 ctxt->errNo = XML_ERR_OK;
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlerror.h97 XML_ERR_OK = 0, enumerator in enum:__anon17064

Completed in 116 milliseconds