Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlerror.h443 XML_IO_ENOMEM, /* 1527 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle779 d XML_IO_ENOMEM c 1527
/external/libxml2/
DxmlIO.c332 else if (errno == ENOMEM) code = XML_IO_ENOMEM; in __xmlIOErr()