Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlerror.h474 XML_IO_EAFNOSUPPORT, /* 1556 */ enumerator
/reactos/sdk/lib/3rdparty/libxml2/
H A DxmlIO.c399 else if (errno == EAFNOSUPPORT) code = XML_IO_EAFNOSUPPORT; in __xmlIOErr()