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

/external/libxml2/include/libxml/
H A Dglobals.h77 #undef xmlStructuredError macro
132 xmlStructuredErrorFunc xmlStructuredError; member in struct:_xmlGlobalState
343 #define xmlStructuredError \ macro
346 XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError; variable
/external/libxml2/
H A Dglobals.c149 #undef xmlStructuredError macro
304 * xmlStructuredError:
308 xmlStructuredErrorFunc xmlStructuredError = NULL; variable
546 gs->xmlStructuredError = xmlStructuredErrorThrDef;
861 #undef xmlStructuredError macro
865 return (&xmlStructuredError);
867 return (&xmlGetGlobalState()->xmlStructuredError);

Completed in 104 milliseconds