Home
last modified time | relevance | path

Searched refs:oldnode (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxmlreader.c1086 xmlNodePtr oldnode = reader->node; in xmlTextReaderValidateEntity() local
1112 if (node == oldnode) in xmlTextReaderValidateEntity()
1160 if (node == oldnode) in xmlTextReaderValidateEntity()
1166 } while ((node != NULL) && (node != oldnode)); in xmlTextReaderValidateEntity()
1167 } while ((node != NULL) && (node != oldnode)); in xmlTextReaderValidateEntity()
1168 reader->node = oldnode; in xmlTextReaderValidateEntity()
1289 xmlNodePtr oldnode = NULL; in xmlTextReaderRead() local
1343 oldnode = reader->node; in xmlTextReaderRead()
1468 if ((oldnode != NULL) && (reader->preserves == 0) && in xmlTextReaderRead()
1473 (oldnode->type != XML_DTD_NODE) && in xmlTextReaderRead()
[all …]
Dxpath.c12972 xmlNodePtr oldnode; in xmlXPathCompOpEvalFilterFirst() local
13031 oldnode = ctxt->context->node; in xmlXPathCompOpEvalFilterFirst()
13135 ctxt->context->node = oldnode; in xmlXPathCompOpEvalFilterFirst()
13149 oldnode = ctxt->context->node; in xmlXPathCompOpEvalFilterFirst()
13167 ctxt->context->node = oldnode; in xmlXPathCompOpEvalFilterFirst()
13256 ctxt->context->node = oldnode; in xmlXPathCompOpEvalFilterFirst()
13620 xmlNodePtr oldnode; in xmlXPathCompOpEval() local
13730 oldnode = ctxt->context->node; in xmlXPathCompOpEval()
13821 ctxt->context->node = oldnode; in xmlXPathCompOpEval()
13835 oldnode = ctxt->context->node; in xmlXPathCompOpEval()
[all …]