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()
2937 if ((nbchar != 0) && (ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseScript()
2982 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharData()
3020 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharData()
3142 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()
3200 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()
3291 (!ctxt->disableSAX)) in htmlParseComment()
3430 (!ctxt->disableSAX)) in htmlParseDocTypeDecl()
4692 if ((ctxt->sax) && (ctxt->sax->startDocument) && (!ctxt->disableSAX)) in htmlParseDocument()
5353 (!ctxt->disableSAX)) in htmlParseTryOrFinish()
6039 ctxt->disableSAX = 1; in htmlParseChunk()
6577 ctxt->disableSAX = 0; in htmlCtxtReset()