Home
last modified time | relevance | path

Searched refs:record_info (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/
Dlegacy.c188 *((int *) result) = ctxt->record_info; in xmlGetFeature()
306 ctxt->record_info = *((int *) value); in xmlSetFeature()
DHTMLparser.c4163 if (ctxt->record_info) { in htmlParseElement()
4214 if (ctxt->record_info) { in htmlParseElement()
4249 if ( currentNode != NULL && ctxt->record_info ) { in htmlParseElement()
4269 if ( ctxt->node != NULL && ctxt->record_info ) { in htmlParserFinishElementParsing()
4310 if (ctxt->record_info) { in htmlParseElementInternal()
4358 if (ctxt->record_info) in htmlParseElementInternal()
4374 if (ctxt->record_info) in htmlParseElementInternal()
4799 ctxt->record_info = 0; in htmlInitParserCtxt()
6464 ctxt->record_info = 0; in htmlCtxtReset()
DSAX2.c1772 if (cur != NULL && ctxt->record_info) { in xmlSAX2EndElement()
2410 if ((ctxt->record_info) && (cur != NULL)) { in xmlSAX2EndElementNs()
Dparser.c9581 if (ctxt->record_info) { in xmlParseElement()
9643 if ( ret != NULL && ctxt->record_info ) { in xmlParseElement()
9671 if ( ret != NULL && ctxt->record_info ) { in xmlParseElement()
9716 if ( ret != NULL && ctxt->record_info ) { in xmlParseElement()
12561 ctxt->record_info = oldctxt->record_info; in xmlParseExternalEntityPrivate()
14320 ctxt->record_info = 0; in xmlCtxtReset()
DparserInternals.c1751 ctxt->record_info = 0; in xmlInitParserCtxt()
/external/libxml2/include/libxml/
Dparser.h210 int record_info; /* Whether node info should be kept */ member