Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A Dxmlerror.h458 XML_IO_ESRCH, /* 1540 */ enumerator
/reactos/sdk/lib/3rdparty/libxml2/
H A DxmlIO.c366 else if (errno == ESRCH) code = XML_IO_ESRCH; in __xmlIOErr()