Lines Matching refs:disableSAX
108 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in htmlErrMemory()
114 ctxt->disableSAX = 1; in htmlErrMemory()
141 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in htmlParseErr()
168 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in htmlParseErrInt()
3014 if ((nbchar != 0) && (ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseScript()
3063 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharDataInternal()
3101 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharDataInternal()
3238 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()
3296 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()
3388 (!ctxt->disableSAX)) in htmlParseComment()
3533 (!ctxt->disableSAX)) in htmlParseDocTypeDecl()
4803 if ((ctxt->sax) && (ctxt->sax->startDocument) && (!ctxt->disableSAX)) in htmlParseDocument()
5465 (!ctxt->disableSAX)) in htmlParseTryOrFinish()
6151 ctxt->disableSAX = 1; in htmlParseChunk()
6690 ctxt->disableSAX = 0; in htmlCtxtReset()