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

  /external/libxml2/include/libxml/
xmlerror.h 457 XML_IO_ETIMEDOUT, /* 1541 */
    [all...]
  /external/libxml2/
xmlIO.c 396 else if (errno == ETIMEDOUT) code = XML_IO_ETIMEDOUT;
411 else if (errno == ETIMEDOUT) code = XML_IO_ETIMEDOUT;
    [all...]

Completed in 38 milliseconds