Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlerror.h442 XML_IO_ENOLCK, /* 1526 */ enumerator
/external/libxml2/os400/libxmlrpg/
Dxmlerror.rpgle778 d XML_IO_ENOLCK c 1526
/external/libxml2/
DxmlIO.c329 else if (errno == ENOLCK) code = XML_IO_ENOLCK; in __xmlIOErr()