Lines Matching refs:disableSAX
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()
2985 if ((nbchar != 0) && (ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseScript()
3034 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharDataInternal()
3072 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharDataInternal()
3209 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()
3267 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()
3359 (!ctxt->disableSAX)) in htmlParseComment()
3504 (!ctxt->disableSAX)) in htmlParseDocTypeDecl()
4774 if ((ctxt->sax) && (ctxt->sax->startDocument) && (!ctxt->disableSAX)) in htmlParseDocument()
5436 (!ctxt->disableSAX)) in htmlParseTryOrFinish()
6122 ctxt->disableSAX = 1; in htmlParseChunk()
6661 ctxt->disableSAX = 0; in htmlCtxtReset()