Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c311 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlErrAttributeDup()
331 ctxt->disableSAX = 1; in xmlErrAttributeDup()
349 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErr()
546 ctxt->disableSAX = 1; in xmlFatalErr()
562 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsg()
572 ctxt->disableSAX = 1; in xmlFatalErrMsg()
592 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlWarningMsg()
630 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlValidityError()
668 if ((ctxt != NULL) && (ctxt->disableSAX != 0) && in xmlFatalErrMsgInt()
679 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()
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.rpgle253 d disableSAX 10i 0 Disable SAX cllbacks