Searched refs:XML_IO_ETIMEDOUT (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlerror.h457 XML_IO_ETIMEDOUT, /* 1541 */ enumerator in enum:__anon12091
/external/libxml2/
H A DxmlIO.c396 else if (errno == ETIMEDOUT) code = XML_IO_ETIMEDOUT;
411 else if (errno == ETIMEDOUT) code = XML_IO_ETIMEDOUT;

Completed in 65 milliseconds