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

  /external/libxml2/
error.c 270 if (code == XML_ERR_OK)
455 if (code == XML_ERR_OK)
842 if (xmlLastError.code == XML_ERR_OK)
858 if (err->code == XML_ERR_OK)
871 err->code = XML_ERR_OK;
883 if (xmlLastError.code == XML_ERR_OK)
903 if (ctxt->lastError.code == XML_ERR_OK)
922 ctxt->errNo = XML_ERR_OK;
923 if (ctxt->lastError.code == XML_ERR_OK)
parser.c     [all...]
parserInternals.c     [all...]
debugXML.c     [all...]
HTMLparser.c     [all...]
  /external/libxml2/include/libxml/
xmlerror.h 98 XML_ERR_OK = 0,
    [all...]

Completed in 71 milliseconds