HomeSort by relevance Sort by last modified time
    Searched refs:XML_ERR_OK (Results 1 - 9 of 9) sorted by null

  /external/libxml2/
error.c 272 if (code == XML_ERR_OK)
469 if (code == XML_ERR_OK)
861 if (xmlLastError.code == XML_ERR_OK)
877 if (err->code == XML_ERR_OK)
890 err->code = XML_ERR_OK;
902 if (xmlLastError.code == XML_ERR_OK)
922 if (ctxt->lastError.code == XML_ERR_OK)
941 ctxt->errNo = XML_ERR_OK;
942 if (ctxt->lastError.code == XML_ERR_OK)
testrecurse.c 422 if (code == XML_ERR_OK)
453 if (code == XML_ERR_OK)
517 if (code == XML_ERR_OK)
533 if (code == XML_ERR_OK)
545 if (code == XML_ERR_OK)
testlimits.c 514 if (code == XML_ERR_OK)
545 if (code == XML_ERR_OK)
609 if (code == XML_ERR_OK)
625 if (code == XML_ERR_OK)
637 if (code == XML_ERR_OK)
    [all...]
runxmlconf.c 260 if ((xmlLastError.code == XML_ERR_OK) ||
runtest.c 378 if (code == XML_ERR_OK)
409 if (code == XML_ERR_OK)
473 if (code == XML_ERR_OK)
489 if (code == XML_ERR_OK)
501 if (code == XML_ERR_OK)
    [all...]
parser.c     [all...]
parserInternals.c     [all...]
debugXML.c     [all...]
  /external/libxml2/include/libxml/
xmlerror.h 100 XML_ERR_OK = 0,
    [all...]

Completed in 78 milliseconds