Searched refs:XML_FROM_IO (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/python/tests/
H A DtstLastError.py57 domain=libxml2.XML_FROM_IO,
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlerror.h45 XML_FROM_IO, /* The Input/Output stack */ enumerator in enum:__anon17063
/vbox/src/libs/libxml2-2.6.31/
H A Derror.c321 case XML_FROM_IO:
459 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) {
H A DxmlIO.c247 __xmlSimpleError(XML_FROM_IO, XML_ERR_NO_MEMORY, NULL, NULL, extra);
439 __xmlIOErr(XML_FROM_IO, code, extra);
473 __xmlRaiseError(schannel, channel, data, ctxt, NULL, XML_FROM_IO,
H A Druntest.c374 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) {
432 case XML_FROM_IO:
H A Dxmlschemas.c10550 if ((lerr == NULL) || (lerr->domain != XML_FROM_IO)) {
/vbox/src/libs/libxml2-2.6.31/xstc/
H A Dxstc.py293 if err.domain() == libxml2.XML_FROM_IO:

Completed in 265 milliseconds