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

  /external/libxml2/include/libxml/
globals.h 77 #undef xmlStructuredError
132 xmlStructuredErrorFunc xmlStructuredError;
343 #define xmlStructuredError \
346 XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError;
  /external/libxml2/
globals.c 149 #undef xmlStructuredError
304 * xmlStructuredError:
308 xmlStructuredErrorFunc xmlStructuredError = NULL;
546 gs->xmlStructuredError = xmlStructuredErrorThrDef;
861 #undef xmlStructuredError
865 return (&xmlStructuredError);
867 return (&xmlGetGlobalState()->xmlStructuredError);

Completed in 160 milliseconds