Lines Matching refs:node_info
4302 htmlParserNodeInfo node_info; in htmlParseElement() local
4318 node_info.begin_pos = ctxt->input->consumed + in htmlParseElement()
4320 node_info.begin_line = ctxt->input->line; in htmlParseElement()
4369 node_info.end_pos = ctxt->input->consumed + in htmlParseElement()
4371 node_info.end_line = ctxt->input->line; in htmlParseElement()
4372 node_info.node = ctxt->node; in htmlParseElement()
4373 xmlParserAddNodeInfo(ctxt, &node_info); in htmlParseElement()
4404 node_info.end_pos = ctxt->input->consumed + in htmlParseElement()
4406 node_info.end_line = ctxt->input->line; in htmlParseElement()
4407 node_info.node = ctxt->node; in htmlParseElement()
4408 xmlParserAddNodeInfo(ctxt, &node_info); in htmlParseElement()
4451 htmlParserNodeInfo node_info = { NULL, 0, 0, 0, 0 }; in htmlParseElementInternal() local
4465 node_info.begin_pos = ctxt->input->consumed + in htmlParseElementInternal()
4467 node_info.begin_line = ctxt->input->line; in htmlParseElementInternal()
4513 htmlNodeInfoPush(ctxt, &node_info); in htmlParseElementInternal()
4529 htmlNodeInfoPush(ctxt, &node_info); in htmlParseElementInternal()
5332 htmlParserNodeInfo node_info; in htmlParseTryOrFinish() local
5679 node_info.begin_pos = ctxt->input->consumed + in htmlParseTryOrFinish()
5681 node_info.begin_line = ctxt->input->line; in htmlParseTryOrFinish()
5735 htmlNodeInfoPush(ctxt, &node_info); in htmlParseTryOrFinish()
5755 htmlNodeInfoPush(ctxt, &node_info); in htmlParseTryOrFinish()