Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlerror.h456 XML_IO_EROFS, /* 1538 */ enumerator
/reactos/sdk/lib/3rdparty/libxml2/
H A DxmlIO.c360 else if (errno == EROFS) code = XML_IO_EROFS; in __xmlIOErr()