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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlerror.h446 XML_IO_ENOTTY, /* 1533 */ enumerator in enum:__anon13347
/external/libxml2/include/libxml/
H A Dxmlerror.h449 XML_IO_ENOTTY, /* 1533 */ enumerator in enum:__anon25072
/external/chromium_org/third_party/libxml/src/
H A DxmlIO.c366 else if (errno == ENOTTY) code = XML_IO_ENOTTY;
/external/libxml2/
H A DxmlIO.c372 else if (errno == ENOTTY) code = XML_IO_ENOTTY;

Completed in 136 milliseconds