Searched defs:xmlStructuredError (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
H A Dglobals.h81 #undef xmlStructuredError macro
137 xmlStructuredErrorFunc xmlStructuredError; member in struct:_xmlGlobalState
352 #define xmlStructuredError \ macro
355 XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError; variable
/external/libxml2/
H A Dglobals.c162 #undef xmlStructuredError macro
318 * xmlStructuredError:
322 xmlStructuredErrorFunc xmlStructuredError = NULL; variable
567 gs->xmlStructuredError = xmlStructuredErrorThrDef;
883 #undef xmlStructuredError macro
887 return (&xmlStructuredError);
889 return (&xmlGetGlobalState()->xmlStructuredError);

Completed in 42 milliseconds