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

  /external/webkit/Source/WebCore/dom/
XMLDocumentParserScope.h 48 XMLDocumentParserScope(CachedResourceLoader* cachedResourceLoader, xmlGenericErrorFunc genericErrorFunc, xmlStructuredErrorFunc structuredErrorFunc = 0, void* errorContext = 0);
56 xmlStructuredErrorFunc m_oldStructuredErrorFunc;
XMLDocumentParserScope.cpp 45 XMLDocumentParserScope::XMLDocumentParserScope(CachedResourceLoader* cachedResourceLoader, xmlGenericErrorFunc genericErrorFunc, xmlStructuredErrorFunc structuredErrorFunc, void* errorContext)
  /external/libxml2/include/libxml/
schematron.h 28 XML_SCHEMATRON_OUT_ERROR = 1 << 3, /* output via xmlStructuredErrorFunc */
105 xmlStructuredErrorFunc serror,
relaxng.h 150 xmlStructuredErrorFunc serror,
179 xmlStructuredErrorFunc serror, void *ctx);
xmlschemas.h 135 xmlStructuredErrorFunc serror,
164 xmlStructuredErrorFunc serror,
globals.h 133 xmlStructuredErrorFunc xmlStructuredError;
178 XMLPUBFUN void XMLCALL xmlThrDefSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler);
344 XMLPUBFUN xmlStructuredErrorFunc * XMLCALL __xmlStructuredError(void);
349 XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError;
xmlerror.h     [all...]
xpath.h 343 xmlStructuredErrorFunc error; /* the callback in case of errors */
xmlreader.h 410 xmlStructuredErrorFunc f,
parser.h 749 xmlStructuredErrorFunc serror;
    [all...]
  /external/libxml2/
globals.c 310 xmlStructuredErrorFunc xmlStructuredError = NULL;
311 static xmlStructuredErrorFunc xmlStructuredErrorThrDef = NULL;
584 xmlThrDefSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) {
872 xmlStructuredErrorFunc *
schematron.c 176 xmlStructuredErrorFunc serror; /* the structured function */
206 xmlStructuredErrorFunc serror; /* the structured function */
251 xmlStructuredErrorFunc schannel = NULL;
    [all...]
error.c 134 xmlSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) {
441 __xmlRaiseError(xmlStructuredErrorFunc schannel,
relaxng.c 208 xmlStructuredErrorFunc serror;
353 xmlStructuredErrorFunc serror;
438 xmlStructuredErrorFunc schannel = NULL;
473 xmlStructuredErrorFunc schannel = NULL;
513 xmlStructuredErrorFunc schannel = NULL;
547 xmlStructuredErrorFunc schannel = NULL;
    [all...]
valid.c 146 xmlStructuredErrorFunc schannel = NULL;
189 xmlStructuredErrorFunc schannel = NULL;
230 xmlStructuredErrorFunc schannel = NULL;
    [all...]
xmlreader.c 179 xmlStructuredErrorFunc sErrorFunc; /* callback function */
    [all...]
SAX2.c 83 xmlStructuredErrorFunc schannel = NULL;
    [all...]
xmlIO.c 459 xmlStructuredErrorFunc schannel = NULL;
    [all...]
xmlschemas.c 594 xmlStructuredErrorFunc serror;
969 xmlStructuredErrorFunc serror;
    [all...]
parser.c 523 xmlStructuredErrorFunc schannel = NULL;
561 xmlStructuredErrorFunc schannel = NULL;
    [all...]

Completed in 167 milliseconds