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()
3145 if ((nbchar != 0) && (ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseScript()
3197 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharDataInternal()
3235 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharDataInternal()
3372 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()
3436 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()
3545 (!ctxt->disableSAX)) in htmlParseComment()
3700 (!ctxt->disableSAX)) in htmlParseDocTypeDecl()
4945 if ((ctxt->sax) && (ctxt->sax->startDocument) && (!ctxt->disableSAX)) in htmlParseDocument()
5561 (!ctxt->disableSAX)) in htmlParseTryOrFinish()
6235 ctxt->disableSAX = 1; in htmlParseChunk()
6773 ctxt->disableSAX = 0; in htmlCtxtReset()