Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlerror.h417 XML_IO_EACCES, /* 1501 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle746 d XML_IO_EACCES c 1501
/external/libxml2/
DxmlIO.c254 else if (errno == EACCES) code = XML_IO_EACCES; in __xmlIOErr()