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
133 xmlStructuredErrorFunc xmlStructuredError;
346 #define xmlStructuredError \
349 XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError;
  /external/libxml2/
globals.c 150 #undef xmlStructuredError
306 * xmlStructuredError:
310 xmlStructuredErrorFunc xmlStructuredError = NULL;
555 gs->xmlStructuredError = xmlStructuredErrorThrDef;
871 #undef xmlStructuredError
875 return (&xmlStructuredError);
877 return (&xmlGetGlobalState()->xmlStructuredError);

Completed in 430 milliseconds