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

  /external/libxml2/include/libxml/
globals.h 83 #undef xmlStructuredErrorContext
167 void *xmlStructuredErrorContext;
368 #define xmlStructuredErrorContext \
371 XMLPUBVAR void * xmlStructuredErrorContext;
  /external/libxml2/
globals.c 152 #undef xmlStructuredErrorContext
320 * xmlStructuredErrorContext:
324 void *xmlStructuredErrorContext = NULL;
557 gs->xmlStructuredErrorContext = xmlStructuredErrorContextThrDef;
889 #undef xmlStructuredErrorContext
893 return (&xmlStructuredErrorContext);
895 return (&xmlGetGlobalState()->xmlStructuredErrorContext);

Completed in 699 milliseconds