Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlerror.h445 XML_IO_ENOMEM, /* 1527 */ enumerator
/reactos/sdk/lib/3rdparty/libxml2/
H A DxmlIO.c327 else if (errno == ENOMEM) code = XML_IO_ENOMEM; in __xmlIOErr()