Searched refs:XML_IO_EMSGSIZE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlerror.h433 XML_IO_EMSGSIZE, /* 1520 */ enumerator in enum:__anon13347
/external/libxml2/include/libxml/
H A Dxmlerror.h436 XML_IO_EMSGSIZE, /* 1520 */ enumerator in enum:__anon25072
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c327 else if (errno == EMSGSIZE) code = XML_IO_EMSGSIZE;
/external/libxml2/
H A DxmlIO.c333 else if (errno == EMSGSIZE) code = XML_IO_EMSGSIZE;

Completed in 161 milliseconds