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

  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParserScope.cpp 36 , m_oldStructuredErrorFunc(xmlStructuredError)
45 , m_oldStructuredErrorFunc(xmlStructuredError)
  /external/chromium_org/third_party/libxml/src/include/libxml/
globals.h 77 #undef xmlStructuredError
133 xmlStructuredErrorFunc xmlStructuredError;
346 #define xmlStructuredError \
349 XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError;
  /external/libxml2/include/libxml/
globals.h 77 #undef xmlStructuredError
133 xmlStructuredErrorFunc xmlStructuredError;
346 #define xmlStructuredError \
349 XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError;
  /external/chromium_org/third_party/libxml/src/
globals.c 169 #undef xmlStructuredError
325 * xmlStructuredError:
329 xmlStructuredErrorFunc xmlStructuredError = NULL;
574 gs->xmlStructuredError = xmlStructuredErrorThrDef;
890 #undef xmlStructuredError
894 return (&xmlStructuredError);
896 return (&xmlGetGlobalState()->xmlStructuredError);
error.c 136 xmlStructuredError = handler;
469 schannel = xmlStructuredError;
596 (xmlStructuredError == NULL) && (ctxt->sax != NULL)) {
603 if ((schannel == NULL) && (xmlStructuredError != NULL)) {
604 schannel = xmlStructuredError;
  /external/libxml2/
globals.c 150 #undef xmlStructuredError
306 * xmlStructuredError:
310 xmlStructuredErrorFunc xmlStructuredError = NULL;
555 gs->xmlStructuredError = xmlStructuredErrorThrDef;
871 #undef xmlStructuredError
875 return (&xmlStructuredError);
877 return (&xmlGetGlobalState()->xmlStructuredError);
error.c 136 xmlStructuredError = handler;
474 schannel = xmlStructuredError;
596 (xmlStructuredError == NULL) && (ctxt->sax != NULL)) {

Completed in 37 milliseconds