Searched refs:XML_FROM_IO (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/python/tests/ |
D | tstLastError.py | 57 domain=libxml2.XML_FROM_IO,
|
/external/libxml2/ |
D | testrecurse.c | 417 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) { in testStructuredErrorHandler() 475 case XML_FROM_IO: in testStructuredErrorHandler()
|
D | error.c | 326 case XML_FROM_IO: in xmlReportError() 475 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) { in __xmlRaiseError()
|
D | testlimits.c | 509 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) { in testStructuredErrorHandler() 567 case XML_FROM_IO: in testStructuredErrorHandler()
|
D | xmlIO.c | 234 __xmlSimpleError(XML_FROM_IO, XML_ERR_NO_MEMORY, NULL, NULL, extra); in xmlIOErrMemory() 426 __xmlIOErr(XML_FROM_IO, code, extra); in xmlIOErr() 460 __xmlRaiseError(schannel, channel, data, ctxt, NULL, XML_FROM_IO, in __xmlLoaderErr()
|
D | runtest.c | 375 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) { in testStructuredErrorHandler() 433 case XML_FROM_IO: in testStructuredErrorHandler()
|
D | xmlschemas.c | 10620 if ((lerr == NULL) || (lerr->domain != XML_FROM_IO)) { in xmlSchemaAddSchemaDoc()
|
/external/libxml2/include/libxml/ |
D | xmlerror.h | 45 XML_FROM_IO, /* The Input/Output stack */ enumerator
|
/external/libxml2/xstc/ |
D | xstc.py | 293 if err.domain() == libxml2.XML_FROM_IO:
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlerror.rpgle | 44 d XML_FROM_IO c 8 Input/Output stack
|