Home
last modified time | relevance | path

Searched refs:XML_IO_ENOSYS (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dxmlerror.h445 XML_IO_ENOSYS, /* 1529 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle781 d XML_IO_ENOSYS c 1529
/external/libxml2/
DxmlIO.c338 else if (errno == ENOSYS) code = XML_IO_ENOSYS; in __xmlIOErr()