Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c309 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrAttributeDup()
329 ctxt->disableSAX = 1; in xmlErrAttributeDup()
347 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErr()
544 ctxt->disableSAX = 1; in xmlFatalErr()
560 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()
570 ctxt->disableSAX = 1; in xmlFatalErrMsg()
590 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarningMsg()
628 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlValidityError()
666 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsgInt()
677 ctxt->disableSAX = 1; in xmlFatalErrMsgInt()
[all …]
DparserInternals.c111 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrMemory()
117 ctxt->disableSAX = 1; in xmlErrMemory()
144 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in __xmlErrEncoding()
156 ctxt->disableSAX = 1; in __xmlErrEncoding()
171 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrInternal()
183 ctxt->disableSAX = 1; in xmlErrInternal()
200 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrEncodingInt()
211 ctxt->disableSAX = 1; in xmlErrEncodingInt()
DSAX2.c75 ctxt->disableSAX = 1; in xmlSAX2ErrMemory()
102 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrValid()
140 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()
153 ctxt->disableSAX = 1; in xmlFatalErrMsg()
171 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarnMsg()
196 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlNsErrMsg()
220 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlNsWarnMsg()
1008 ctxt->disableSAX = 1; in xmlSAX2StartDocument()
1313 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()
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()
[all …]
Dlegacy.c182 *((int *) result) = ctxt->disableSAX; in xmlGetFeature()
300 ctxt->disableSAX = *((int *) value); in xmlSetFeature()
Dxmlwriter.c4529 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
4537 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
4558 ctxt->disableSAX = 1; in xmlTextWriterStartDocumentCallback()
DxmlIO.c467 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.rpgle252 d disableSAX 10i 0 Disable SAX cllbacks