Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c317 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrAttributeDup()
337 ctxt->disableSAX = 1; in xmlErrAttributeDup()
354 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErr()
553 ctxt->disableSAX = 1; in xmlFatalErr()
569 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()
579 ctxt->disableSAX = 1; in xmlFatalErrMsg()
599 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarningMsg()
637 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlValidityError()
675 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsgInt()
686 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()
1009 ctxt->disableSAX = 1; in xmlSAX2StartDocument()
1318 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()
2985 if ((nbchar != 0) && (ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseScript()
3034 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharDataInternal()
3072 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) { in htmlParseCharDataInternal()
3209 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()
3267 if ((ctxt->sax) && (!ctxt->disableSAX) && in htmlParsePI()
3359 (!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()
DNEWS573 make sure htmlCtxtReset do reset the disableSAX field (Daniel Veillard),
/external/libxml2/include/libxml/
Dparser.h237 int disableSAX; /* SAX callbacks are disabled */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle255 d disableSAX like(xmlCint) Disable SAX cllbacks