Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlerror.h438 XML_IO_EMSGSIZE, /* 1520 */ enumerator
/reactos/sdk/lib/3rdparty/libxml2/
H A DxmlIO.c306 else if (errno == EMSGSIZE) code = XML_IO_EMSGSIZE; in __xmlIOErr()