Searched refs:xmlStructuredError (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/xml/parser/
H A DXMLDocumentParserScope.cpp37 , m_oldStructuredErrorFunc(xmlStructuredError)
48 , m_oldStructuredErrorFunc(xmlStructuredError)
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dglobals.h77 #undef xmlStructuredError macro
133 xmlStructuredErrorFunc xmlStructuredError; member in struct:_xmlGlobalState
346 #define xmlStructuredError \ macro
349 XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError; variable
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dglobals.h77 #undef xmlStructuredError macro
133 xmlStructuredErrorFunc xmlStructuredError; member in struct:_xmlGlobalState
346 #define xmlStructuredError \ macro
349 XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError; variable
/macosx-10.10/libxml2-26/libxml2/
H A Dglobals.c150 #undef xmlStructuredError macro
306 * xmlStructuredError:
310 xmlStructuredErrorFunc xmlStructuredError = NULL; variable
555 gs->xmlStructuredError = xmlStructuredErrorThrDef;
871 #undef xmlStructuredError macro
875 return (&xmlStructuredError);
877 return (&xmlGetGlobalState()->xmlStructuredError);
H A Derror.c136 xmlStructuredError = handler;
486 schannel = xmlStructuredError;
610 (xmlStructuredError == NULL) && (ctxt->sax != NULL)) {
H A Dlibxml2.syms1714 xmlStructuredError; # variable
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dglobals.c150 #undef xmlStructuredError macro
306 * xmlStructuredError:
310 xmlStructuredErrorFunc xmlStructuredError = NULL; variable
555 gs->xmlStructuredError = xmlStructuredErrorThrDef;
871 #undef xmlStructuredError macro
875 return (&xmlStructuredError);
877 return (&xmlGetGlobalState()->xmlStructuredError);
H A Derror.c136 xmlStructuredError = handler;
469 schannel = xmlStructuredError;
596 (xmlStructuredError == NULL) && (ctxt->sax != NULL)) {
603 if ((schannel == NULL) && (xmlStructuredError != NULL)) {
604 schannel = xmlStructuredError;
H A Dlibxml2.syms1714 xmlStructuredError; # variable

Completed in 120 milliseconds