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

/external/libxml2/include/libxml/
H A Dglobals.h82 #undef xmlGenericErrorContext macro
138 void *xmlGenericErrorContext; member in struct:_xmlGlobalState
360 #define xmlGenericErrorContext \ macro
363 XMLPUBVAR void * xmlGenericErrorContext; variable
/external/libxml2/
H A Dglobals.c151 #undef xmlGenericErrorContext macro
313 * xmlGenericErrorContext:
317 void *xmlGenericErrorContext = NULL; variable
556 gs->xmlGenericErrorContext = xmlGenericErrorContextThrDef;
880 #undef xmlGenericErrorContext macro
884 return (&xmlGenericErrorContext);
886 return (&xmlGetGlobalState()->xmlGenericErrorContext);

Completed in 100 milliseconds