Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlerror.h431 XML_IO_EINVAL, /* 1515 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle764 d XML_IO_EINVAL c 1515
/external/libxml2/
DxmlIO.c296 else if (errno == EINVAL) code = XML_IO_EINVAL; in __xmlIOErr()