Searched refs:disableSAX (Results 1 – 10 of 10) sorted by relevance
356 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrAttributeDup()376 ctxt->disableSAX = 1; in xmlErrAttributeDup()393 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErr()592 ctxt->disableSAX = 1; in xmlFatalErr()608 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()618 ctxt->disableSAX = 1; in xmlFatalErrMsg()638 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarningMsg()676 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlValidityError()714 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsgInt()725 ctxt->disableSAX = 1; in xmlFatalErrMsgInt()[all …]
115 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrMemory()121 ctxt->disableSAX = 1; in xmlErrMemory()148 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in __xmlErrEncoding()160 ctxt->disableSAX = 1; in __xmlErrEncoding()175 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrInternal()187 ctxt->disableSAX = 1; in xmlErrInternal()204 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrEncodingInt()215 ctxt->disableSAX = 1; in xmlErrEncodingInt()
76 ctxt->disableSAX = 1; in xmlSAX2ErrMemory()103 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrValid()141 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()154 ctxt->disableSAX = 1; in xmlFatalErrMsg()172 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarnMsg()197 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlNsErrMsg()221 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlNsWarnMsg()979 ctxt->disableSAX = 1; in xmlSAX2StartDocument()1288 if (ctxt->recovery == 0) ctxt->disableSAX = 1; in xmlSAX2AttributeInternal()
79 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in htmlErrMemory()85 ctxt->disableSAX = 1; in htmlErrMemory()112 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in htmlParseErr()139 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in htmlParseErrInt()3143 if ((nbchar != 0) && (ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseScript()3195 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharDataInternal()3233 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharDataInternal()3370 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()3434 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()3543 (!ctxt->disableSAX)) in htmlParseComment()[all …]
182 *((int *) result) = ctxt->disableSAX; in xmlGetFeature()300 ctxt->disableSAX = *((int *) value); in xmlSetFeature()
4524 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()4532 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()4553 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
445 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in __xmlLoaderErr()
1016 make sure htmlCtxtReset do reset the disableSAX field (Daniel Veillard),
239 int disableSAX; /* SAX callbacks are disabled */ member
255 d disableSAX like(xmlCint) Disable SAX cllbacks