Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlerror.h466 XML_IO_ENOTSOCK, /* 1550 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle811 d XML_IO_ENOTSOCK...
/external/libxml2/
DxmlIO.c380 else if (errno == ENOTSOCK) code = XML_IO_ENOTSOCK; in __xmlIOErr()