Home
last modified time | relevance | path

Searched refs:XML_IO_EBADMSG (Results 1 – 3 of 3) sorted by relevance

/third_party/libxml2/include/libxml/
Dxmlerror.h420 XML_IO_EBADMSG, /* 1504 */ enumerator
/third_party/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle749 d XML_IO_EBADMSG...
/third_party/libxml2/
DxmlIO.c263 else if (errno == EBADMSG) code = XML_IO_EBADMSG; in __xmlIOErr()