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
134 void *xmlGenericErrorContext;
354 #define xmlGenericErrorContext \
357 XMLPUBVAR void * xmlGenericErrorContext;
  /external/libxml2/
globals.c 151 #undef xmlGenericErrorContext
313 * xmlGenericErrorContext:
317 void *xmlGenericErrorContext = NULL;
556 gs->xmlGenericErrorContext = xmlGenericErrorContextThrDef;
880 #undef xmlGenericErrorContext
884 return (&xmlGenericErrorContext);
886 return (&xmlGetGlobalState()->xmlGenericErrorContext);

Completed in 18 milliseconds