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

/external/libxml2/include/libxml/
H A Dglobals.h83 #undef xmlStructuredErrorContext macro
167 void *xmlStructuredErrorContext; member in struct:_xmlGlobalState
368 #define xmlStructuredErrorContext \ macro
371 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 41 milliseconds