Home
last modified time | relevance | path

Searched refs:disableSAX (Results 1 – 9 of 9) 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()
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