HomeSort by relevance Sort by last modified time
    Searched defs:xmlGenericErrorContext (Results 1 - 2 of 2) sorted by null

  /external/libxml2/include/libxml/
globals.h 78 #undef xmlGenericErrorContext
133 void *xmlGenericErrorContext;
351 #define xmlGenericErrorContext \
354 XMLPUBVAR void * xmlGenericErrorContext;
  /external/libxml2/
globals.c 150 #undef xmlGenericErrorContext
311 * xmlGenericErrorContext:
315 void *xmlGenericErrorContext = NULL;
547 gs->xmlGenericErrorContext = xmlGenericErrorContextThrDef;
870 #undef xmlGenericErrorContext
874 return (&xmlGenericErrorContext);
876 return (&xmlGetGlobalState()->xmlGenericErrorContext);

Completed in 246 milliseconds