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.c4009 if (ctxt->record_info) { in htmlParseElement()
4060 if (ctxt->record_info) { in htmlParseElement()
4095 if ( currentNode != NULL && ctxt->record_info ) { in htmlParseElement()
4345 ctxt->record_info = 0; in htmlInitParserCtxt()
5903 ctxt->record_info = 0; in htmlCtxtReset()
DSAX2.c1756 if (cur != NULL && ctxt->record_info) { in xmlSAX2EndElement()
2339 if ((ctxt->record_info) && (cur != NULL)) { in xmlSAX2EndElementNs()
Dparser.c9357 if (ctxt->record_info) { in xmlParseElement()
9417 if ( ret != NULL && ctxt->record_info ) { in xmlParseElement()
9445 if ( ret != NULL && ctxt->record_info ) { in xmlParseElement()
9490 if ( ret != NULL && ctxt->record_info ) { in xmlParseElement()
12282 ctxt->record_info = oldctxt->record_info; in xmlParseExternalEntityPrivate()
13970 ctxt->record_info = 0; in xmlCtxtReset()
DparserInternals.c1665 ctxt->record_info = 0; in xmlInitParserCtxt()
/external/libxml2/include/libxml/
Dparser.h207 int record_info; /* Whether node info should be kept */ member