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.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);

Completed in 21 milliseconds