HomeSort by relevance Sort by last modified time
    Searched defs:serror (Results 1 - 4 of 4) sorted by null

  /external/libxml2/
schematron.c 176 xmlStructuredErrorFunc serror; /* the structured function */ member in struct:_xmlSchematronValidCtxt
206 xmlStructuredErrorFunc serror; /* the structured function */ member in struct:_xmlSchematronParserCtxt
258 schannel = ctxt->serror;
    [all...]
relaxng.c 208 xmlStructuredErrorFunc serror; member in struct:_xmlRelaxNGParserCtxt
353 xmlStructuredErrorFunc serror; member in struct:_xmlRelaxNGValidCtxt
443 if (ctxt->serror != NULL)
444 schannel = ctxt->serror;
478 if (ctxt->serror != NULL)
479 schannel = ctxt->serror;
518 if (ctxt->serror != NULL)
519 schannel = ctxt->serror;
552 if (ctxt->serror != NULL)
553 schannel = ctxt->serror;
    [all...]
xmlschemas.c 594 xmlStructuredErrorFunc serror; member in struct:_xmlSchemaParserCtxt
969 xmlStructuredErrorFunc serror; member in struct:_xmlSchemaValidCtxt
    [all...]
  /external/libxml2/include/libxml/
parser.h 749 xmlStructuredErrorFunc serror; member in struct:_xmlSAXHandler
    [all...]

Completed in 764 milliseconds