Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlerror.h437 XML_IO_ENAMETOOLONG, /* 1521 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle771 d XML_IO_ENAMETOOLONG...
/external/libxml2/
DxmlIO.c314 else if (errno == ENAMETOOLONG) code = XML_IO_ENAMETOOLONG; in __xmlIOErr()