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

/external/libxml2/
H A Dparser.c252 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
272 ctxt->disableSAX = 1;
289 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
479 ctxt->disableSAX = 1;
495 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
505 ctxt->disableSAX = 1;
525 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
563 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
601 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
612 ctxt->disableSAX
[all...]
H A DparserInternals.c108 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
114 ctxt->disableSAX = 1;
141 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
153 ctxt->disableSAX = 1;
168 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
180 ctxt->disableSAX = 1;
197 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
208 ctxt->disableSAX = 1;
H A DSAX2.c65 ctxt->disableSAX = 1;
85 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
123 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
136 ctxt->disableSAX = 1;
154 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
179 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
203 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
978 ctxt->disableSAX = 1;
1277 if (ctxt->recovery == 0) ctxt->disableSAX = 1;
H A Dlegacy.c182 *((int *) result) = ctxt->disableSAX;
300 ctxt->disableSAX = *((int *) value);
H A DHTMLparser.c76 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
82 ctxt->disableSAX = 1;
109 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
136 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
2897 if ((nbchar != 0) && (ctxt->sax != NULL) && (!ctxt->disableSAX)) {
2942 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) {
2975 if ((ctxt->sax != NULL) && (!ctxt->disableSAX)) {
3091 if ((ctxt->sax) && (!ctxt->disableSAX) &&
3149 if ((ctxt->sax) && (!ctxt->disableSAX) &&
3240 (!ctxt->disableSAX))
[all...]
H A Dxmlwriter.c4519 ctxt->disableSAX = 1;
4527 ctxt->disableSAX = 1;
4548 ctxt->disableSAX = 1;
H A DxmlIO.c464 if ((ctxt != NULL) && (ctxt->disableSAX != 0) &&
/external/libxml2/include/libxml/
H A Dparser.h237 int disableSAX; /* SAX callbacks are disabled */ member in struct:_xmlParserCtxt

Completed in 177 milliseconds