Lines Matching refs:disableSAX
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()
2897 if ((nbchar != 0) && (ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseScript()
2942 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharData()
2975 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharData()
3091 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()
3149 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()
3240 (!ctxt->disableSAX)) in htmlParseComment()
3379 (!ctxt->disableSAX)) in htmlParseDocTypeDecl()
4620 if ((ctxt->sax) && (ctxt->sax->startDocument) && (!ctxt->disableSAX)) in htmlParseDocument()
5281 (!ctxt->disableSAX)) in htmlParseTryOrFinish()
5919 ctxt->disableSAX = 1; in htmlParseChunk()
6459 ctxt->disableSAX = 0; in htmlCtxtReset()