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

/external/libxml2/include/libxml/
H A Dglobals.h79 #undef xmlStructuredErrorContext macro
163 void *xmlStructuredErrorContext; member in struct:_xmlGlobalState
362 #define xmlStructuredErrorContext \ macro
365 XMLPUBVAR void * xmlStructuredErrorContext; variable
/external/libxml2/
H A Dglobals.c152 #undef xmlStructuredErrorContext macro
320 * xmlStructuredErrorContext:
324 void *xmlStructuredErrorContext = NULL; variable
557 gs->xmlStructuredErrorContext = xmlStructuredErrorContextThrDef;
889 #undef xmlStructuredErrorContext macro
893 return (&xmlStructuredErrorContext);
895 return (&xmlGetGlobalState()->xmlStructuredErrorContext);

Completed in 209 milliseconds