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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlerror.h444 XML_IO_ENOTEMPTY, /* 1531 */ enumerator in enum:__anon12497
/external/libxml2/include/libxml/
H A Dxmlerror.h443 XML_IO_ENOTEMPTY, /* 1531 */ enumerator in enum:__anon21714
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c360 else if (errno == ENOTEMPTY) code = XML_IO_ENOTEMPTY;
/external/libxml2/
H A DxmlIO.c363 else if (errno == ENOTEMPTY) code = XML_IO_ENOTEMPTY;

Completed in 75 milliseconds