HomeSort by relevance Sort by last modified time
    Searched refs:XML_FROM_IO (Results 1 - 9 of 9) sorted by null

  /external/libxml2/python/tests/
tstLastError.py 57 domain=libxml2.XML_FROM_IO,
  /external/libxml2/
testrecurse.c 417 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) {
475 case XML_FROM_IO:
error.c 326 case XML_FROM_IO:
475 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) {
testlimits.c 509 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) {
567 case XML_FROM_IO:
    [all...]
xmlIO.c 256 __xmlSimpleError(XML_FROM_IO, XML_ERR_NO_MEMORY, NULL, NULL, extra);
448 __xmlIOErr(XML_FROM_IO, code, extra);
482 __xmlRaiseError(schannel, channel, data, ctxt, NULL, XML_FROM_IO,
    [all...]
runtest.c 373 (domain == XML_FROM_IO) || (domain == XML_FROM_VALID)) {
431 case XML_FROM_IO:
    [all...]
xmlschemas.c     [all...]
  /external/libxml2/include/libxml/
xmlerror.h 45 XML_FROM_IO, /* The Input/Output stack */
    [all...]
  /external/libxml2/xstc/
xstc.py 293 if err.domain() == libxml2.XML_FROM_IO:

Completed in 79 milliseconds