Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c252 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrAttributeDup()
272 ctxt->disableSAX = 1; in xmlErrAttributeDup()
289 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErr()
479 ctxt->disableSAX = 1; in xmlFatalErr()
495 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()
505 ctxt->disableSAX = 1; in xmlFatalErrMsg()
525 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarningMsg()
563 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlValidityError()
601 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsgInt()
612 ctxt->disableSAX = 1; in xmlFatalErrMsgInt()
[all …]
DparserInternals.c108 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrMemory()
114 ctxt->disableSAX = 1; in xmlErrMemory()
141 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in __xmlErrEncoding()
153 ctxt->disableSAX = 1; in __xmlErrEncoding()
168 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrInternal()
180 ctxt->disableSAX = 1; in xmlErrInternal()
197 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrEncodingInt()
208 ctxt->disableSAX = 1; in xmlErrEncodingInt()
DSAX2.c65 ctxt->disableSAX = 1; in xmlSAX2ErrMemory()
85 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrValid()
123 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()
136 ctxt->disableSAX = 1; in xmlFatalErrMsg()
154 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarnMsg()
179 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlNsErrMsg()
203 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlNsWarnMsg()
978 ctxt->disableSAX = 1; in xmlSAX2StartDocument()
1277 if (ctxt->recovery == 0) ctxt->disableSAX = 1; in xmlSAX2AttributeInternal()
DHTMLparser.c76 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()
[all …]
Dlegacy.c182 *((int *) result) = ctxt->disableSAX; in xmlGetFeature()
300 ctxt->disableSAX = *((int *) value); in xmlSetFeature()
Dxmlwriter.c4519 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
4527 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
4548 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
DxmlIO.c464 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in __xmlLoaderErr()
/external/libxml2/include/libxml/
Dparser.h237 int disableSAX; /* SAX callbacks are disabled */ member