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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dglobals.h54 #undef xmlGenericErrorContext macro
97 void *xmlGenericErrorContext; member in struct:_xmlGlobalState
315 #define xmlGenericErrorContext \ macro
318 XMLPUBVAR void * xmlGenericErrorContext; variable
/vbox/src/libs/libxml2-2.6.31/
H A Dglobals.c150 #undef xmlGenericErrorContext macro
311 * xmlGenericErrorContext:
315 void *xmlGenericErrorContext = NULL; variable
547 gs->xmlGenericErrorContext = xmlGenericErrorContextThrDef;
870 #undef xmlGenericErrorContext macro
874 return (&xmlGenericErrorContext);
876 return (&xmlGetGlobalState()->xmlGenericErrorContext);

Completed in 34 milliseconds