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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dglobals.h79 #undef xmlStructuredErrorContext macro
163 void *xmlStructuredErrorContext; member in struct:_xmlGlobalState
362 #define xmlStructuredErrorContext \ macro
365 XMLPUBVAR void * xmlStructuredErrorContext; variable
/external/libxml2/include/libxml/
H A Dglobals.h79 #undef xmlStructuredErrorContext macro
163 void *xmlStructuredErrorContext; member in struct:_xmlGlobalState
362 #define xmlStructuredErrorContext \ macro
365 XMLPUBVAR void * xmlStructuredErrorContext; variable
/external/chromium_org/third_party/libxml/src/
H A Dglobals.c171 #undef xmlStructuredErrorContext macro
339 * xmlStructuredErrorContext:
343 void *xmlStructuredErrorContext = NULL; variable
576 gs->xmlStructuredErrorContext = xmlStructuredErrorContextThrDef;
908 #undef xmlStructuredErrorContext macro
912 return (&xmlStructuredErrorContext);
914 return (&xmlGetGlobalState()->xmlStructuredErrorContext);
/external/libxml2/
H A Dglobals.c152 #undef xmlStructuredErrorContext macro
320 * xmlStructuredErrorContext:
324 void *xmlStructuredErrorContext = NULL; variable
557 gs->xmlStructuredErrorContext = xmlStructuredErrorContextThrDef;
889 #undef xmlStructuredErrorContext macro
893 return (&xmlStructuredErrorContext);
895 return (&xmlGetGlobalState()->xmlStructuredErrorContext);

Completed in 89 milliseconds