Searched refs:XML_IO_EMSGSIZE (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/include/libxml/ | ||
D | xmlerror.h | 432 XML_IO_EMSGSIZE, /* 1520 */ enumerator |
/external/libxml2/ | ||
D | xmlIO.c | 327 else if (errno == EMSGSIZE) code = XML_IO_EMSGSIZE; in __xmlIOErr() |