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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParserScope.h 44 XMLDocumentParserScope(ResourceFetcher*, xmlGenericErrorFunc, xmlStructuredErrorFunc = 0, void* errorContext = 0);
50 xmlStructuredErrorFunc m_oldStructuredErrorFunc;
XMLDocumentParserScope.cpp 42 XMLDocumentParserScope::XMLDocumentParserScope(ResourceFetcher* fetcher, xmlGenericErrorFunc genericErrorFunc, xmlStructuredErrorFunc structuredErrorFunc, void* errorContext)
  /external/chromium_org/third_party/libxml/src/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 342 xmlStructuredErrorFunc error; /* the callback in case of errors */
xmlreader.h 410 xmlStructuredErrorFunc f,
parser.h 749 xmlStructuredErrorFunc serror;
    [all...]
  /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/chromium_org/third_party/libxml/src/
globals.c 329 xmlStructuredErrorFunc xmlStructuredError = NULL;
330 static xmlStructuredErrorFunc xmlStructuredErrorThrDef = NULL;
603 xmlThrDefSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) {
891 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...]
  /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,

Completed in 186 milliseconds

1 2