Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlerror.h472 XML_IO_EAFNOSUPPORT, /* 1556 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle823 d XML_IO_EAFNOSUPPORT...
/external/libxml2/
DxmlIO.c404 else if (errno == EAFNOSUPPORT) code = XML_IO_EAFNOSUPPORT; in __xmlIOErr()