Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlerror.h427 XML_IO_EINVAL, /* 1515 */ enumerator
/external/libxml2/
DxmlIO.c312 else if (errno == EINVAL) code = XML_IO_EINVAL; in __xmlIOErr()