Searched refs:disableSAX (Results 1 – 8 of 8) sorted by relevance
244 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrAttributeDup()263 ctxt->disableSAX = 1; in xmlErrAttributeDup()280 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErr()470 ctxt->disableSAX = 1; in xmlFatalErr()486 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()496 ctxt->disableSAX = 1; in xmlFatalErrMsg()516 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarningMsg()546 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlValidityError()578 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsgInt()589 ctxt->disableSAX = 1; in xmlFatalErrMsgInt()[all …]
108 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrMemory()114 ctxt->disableSAX = 1; in xmlErrMemory()141 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in __xmlErrEncoding()153 ctxt->disableSAX = 1; in __xmlErrEncoding()168 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrInternal()180 ctxt->disableSAX = 1; in xmlErrInternal()197 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrEncodingInt()208 ctxt->disableSAX = 1; in xmlErrEncodingInt()
65 ctxt->disableSAX = 1; in xmlSAX2ErrMemory()85 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrValid()123 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()136 ctxt->disableSAX = 1; in xmlFatalErrMsg()154 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarnMsg()179 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlNsErrMsg()203 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlNsWarnMsg()978 ctxt->disableSAX = 1; in xmlSAX2StartDocument()1267 if (ctxt->recovery == 0) ctxt->disableSAX = 1; in xmlSAX2AttributeInternal()
76 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in htmlErrMemory()82 ctxt->disableSAX = 1; in htmlErrMemory()109 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in htmlParseErr()136 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in htmlParseErrInt()2743 if ((nbchar != 0) && (ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseScript()2788 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharData()2821 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharData()2937 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()2995 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()3086 (!ctxt->disableSAX)) in htmlParseComment()[all …]
182 *((int *) result) = ctxt->disableSAX; in xmlGetFeature()300 ctxt->disableSAX = *((int *) value); in xmlSetFeature()
4516 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()4524 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()4545 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
461 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in __xmlLoaderErr()
234 int disableSAX; /* SAX callbacks are disabled */ member