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()
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()
3698 (!ctxt->disableSAX)) in htmlParseDocTypeDecl()
4931 if ((ctxt->sax) && (ctxt->sax->startDocument) && (!ctxt->disableSAX)) in htmlParseDocument()
5546 (!ctxt->disableSAX)) in htmlParseTryOrFinish()
6240 ctxt->disableSAX = 1; in htmlParseChunk()
6778 ctxt->disableSAX = 0; in htmlCtxtReset()