Searched refs:XML_IO_ENOTSOCK (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/include/libxml/ | ||
D | xmlerror.h | 462 XML_IO_ENOTSOCK, /* 1550 */ enumerator |
/external/libxml2/ | ||
D | xmlIO.c | 399 else if (errno == ENOTSOCK) code = XML_IO_ENOTSOCK; in __xmlIOErr() |