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

  /external/chromium_org/third_party/libxml/src/include/libxml/
globals.h 78 #undef xmlGenericErrorContext
134 void *xmlGenericErrorContext;
354 #define xmlGenericErrorContext \
357 XMLPUBVAR void * xmlGenericErrorContext;
  /external/libxml2/include/libxml/
globals.h 78 #undef xmlGenericErrorContext
134 void *xmlGenericErrorContext;
354 #define xmlGenericErrorContext \
357 XMLPUBVAR void * xmlGenericErrorContext;
  /external/chromium_org/third_party/libxml/src/
globals.c 170 #undef xmlGenericErrorContext
332 * xmlGenericErrorContext:
336 void *xmlGenericErrorContext = NULL;
575 gs->xmlGenericErrorContext = xmlGenericErrorContextThrDef;
899 #undef xmlGenericErrorContext
903 return (&xmlGenericErrorContext);
905 return (&xmlGetGlobalState()->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 101 milliseconds