Searched refs:record_info (Results 1 – 6 of 6) sorted by relevance
188 *((int *) result) = ctxt->record_info; in xmlGetFeature()306 ctxt->record_info = *((int *) value); in xmlSetFeature()
4163 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()
1772 if (cur != NULL && ctxt->record_info) { in xmlSAX2EndElement()2410 if ((ctxt->record_info) && (cur != NULL)) { in xmlSAX2EndElementNs()
9581 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()
1751 ctxt->record_info = 0; in xmlInitParserCtxt()
210 int record_info; /* Whether node info should be kept */ member