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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dglobals.h78 #undef xmlGenericErrorContext macro
134 void *xmlGenericErrorContext; member in struct:_xmlGlobalState
354 #define xmlGenericErrorContext \ macro
357 XMLPUBVAR void * xmlGenericErrorContext; variable
/external/libxml2/include/libxml/
H A Dglobals.h78 #undef xmlGenericErrorContext macro
134 void *xmlGenericErrorContext; member in struct:_xmlGlobalState
354 #define xmlGenericErrorContext \ macro
357 XMLPUBVAR void * xmlGenericErrorContext; variable
/external/chromium_org/third_party/libxml/src/
H A Dglobals.c170 #undef xmlGenericErrorContext macro
332 * xmlGenericErrorContext:
336 void *xmlGenericErrorContext = NULL; variable
575 gs->xmlGenericErrorContext = xmlGenericErrorContextThrDef;
899 #undef xmlGenericErrorContext macro
903 return (&xmlGenericErrorContext);
905 return (&xmlGetGlobalState()->xmlGenericErrorContext);
/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 156 milliseconds