Home
last modified time | relevance | path

Searched refs:XML_IO_ENOTSOCK (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dxmlerror.h462 XML_IO_ENOTSOCK, /* 1550 */ enumerator
/external/libxml2/
DxmlIO.c396 else if (errno == ENOTSOCK) code = XML_IO_ENOTSOCK; in __xmlIOErr()