Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlerror.h433 XML_IO_ENAMETOOLONG, /* 1521 */ enumerator
/external/libxml2/
DxmlIO.c330 else if (errno == ENAMETOOLONG) code = XML_IO_ENAMETOOLONG; in __xmlIOErr()