Searched refs:xmlStructuredError (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dglobals.h53 #undef xmlStructuredError macro
96 xmlStructuredErrorFunc xmlStructuredError; member in struct:_xmlGlobalState
307 #define xmlStructuredError \ macro
310 XMLPUBVAR xmlStructuredErrorFunc xmlStructuredError; variable
/vbox/src/libs/libxml2-2.6.31/
H A Dglobals.c149 #undef xmlStructuredError macro
304 * xmlStructuredError:
308 xmlStructuredErrorFunc xmlStructuredError = NULL; variable
546 gs->xmlStructuredError = xmlStructuredErrorThrDef;
861 #undef xmlStructuredError macro
865 return (&xmlStructuredError);
867 return (&xmlGetGlobalState()->xmlStructuredError);
H A Derror.c136 xmlStructuredError = handler;
469 schannel = xmlStructuredError;
596 if ((ctxt != NULL) && (channel == NULL) && (xmlStructuredError == NULL) && (ctxt->sax != NULL)) {
603 if (xmlStructuredError != NULL)
604 schannel = xmlStructuredError;

Completed in 37 milliseconds