Home
last modified time | relevance | path

Searched refs:disableSAX (Results 1 – 19 of 19) sorted by relevance

/third_party/gettext/gnulib-local/lib/libxml/
Dparser.c346 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrAttributeDup()
366 ctxt->disableSAX = 1; in xmlErrAttributeDup()
383 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErr()
582 ctxt->disableSAX = 1; in xmlFatalErr()
598 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()
608 ctxt->disableSAX = 1; in xmlFatalErrMsg()
628 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarningMsg()
666 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlValidityError()
704 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsgInt()
715 ctxt->disableSAX = 1; in xmlFatalErrMsgInt()
[all …]
DparserInternals.c144 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrMemory()
150 ctxt->disableSAX = 1; in xmlErrMemory()
177 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in __xmlErrEncoding()
189 ctxt->disableSAX = 1; in __xmlErrEncoding()
204 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrInternal()
216 ctxt->disableSAX = 1; in xmlErrInternal()
233 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrEncodingInt()
244 ctxt->disableSAX = 1; in xmlErrEncodingInt()
DSAX2.c104 ctxt->disableSAX = 1; in xmlSAX2ErrMemory()
131 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrValid()
169 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()
182 ctxt->disableSAX = 1; in xmlFatalErrMsg()
200 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarnMsg()
225 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlNsErrMsg()
249 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlNsWarnMsg()
1037 ctxt->disableSAX = 1; in xmlSAX2StartDocument()
1346 if (ctxt->recovery == 0) ctxt->disableSAX = 1; in xmlSAX2AttributeInternal()
DHTMLparser.c108 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()
[all …]
Dlegacy.c211 *((int *) result) = ctxt->disableSAX; in xmlGetFeature()
329 ctxt->disableSAX = *((int *) value); in xmlSetFeature()
Dparser.in.h266 int disableSAX; /* SAX callbacks are disabled */ member
Dxmlwriter.c4551 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
4559 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
4580 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
DxmlIO.c476 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in __xmlLoaderErr()
/third_party/libxml2/
Dparser.c358 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrAttributeDup()
378 ctxt->disableSAX = 1; in xmlErrAttributeDup()
395 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErr()
594 ctxt->disableSAX = 1; in xmlFatalErr()
610 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()
620 ctxt->disableSAX = 1; in xmlFatalErrMsg()
640 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarningMsg()
678 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlValidityError()
716 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsgInt()
727 ctxt->disableSAX = 1; in xmlFatalErrMsgInt()
[all …]
DparserInternals.c115 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrMemory()
121 ctxt->disableSAX = 1; in xmlErrMemory()
148 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in __xmlErrEncoding()
160 ctxt->disableSAX = 1; in __xmlErrEncoding()
175 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrInternal()
187 ctxt->disableSAX = 1; in xmlErrInternal()
204 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrEncodingInt()
215 ctxt->disableSAX = 1; in xmlErrEncodingInt()
DSAX2.c76 ctxt->disableSAX = 1; in xmlSAX2ErrMemory()
103 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrValid()
141 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()
154 ctxt->disableSAX = 1; in xmlFatalErrMsg()
172 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarnMsg()
197 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlNsErrMsg()
221 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlNsWarnMsg()
980 ctxt->disableSAX = 1; in xmlSAX2StartDocument()
1289 if (ctxt->recovery == 0) ctxt->disableSAX = 1; in xmlSAX2AttributeInternal()
DHTMLparser.c79 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()
[all …]
Dlegacy.c182 *((int *) result) = ctxt->disableSAX; in xmlGetFeature()
300 ctxt->disableSAX = *((int *) value); in xmlSetFeature()
Dxmlwriter.c4524 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
4532 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
4553 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
DxmlIO.c445 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in __xmlLoaderErr()
DNEWS1499 make sure htmlCtxtReset do reset the disableSAX field (Daniel Veillard),
/third_party/libxml2/include/libxml/
Dparser.h239 int disableSAX; /* SAX callbacks are disabled */ member
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle255 d disableSAX like(xmlCint) Disable SAX cllbacks
/third_party/chromium/patch/
D0001-cve.patch94397 + if ((ctxt->sax != NULL) && (!ctxt->disableSAX) &&
94418 + if ((ctxt->sax != NULL) && (!ctxt->disableSAX) &&
94449 + if ((ctxt->sax != NULL) && (!ctxt->disableSAX) &&
96569 - if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
96633 + if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&