Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlerror.h451 XML_IO_ENOTTY, /* 1533 */ enumerator
/reactos/sdk/lib/3rdparty/libxml2/
H A DxmlIO.c345 else if (errno == ENOTTY) code = XML_IO_ENOTTY; in __xmlIOErr()