Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlreader.c1169 xmlNodePtr oldnode = reader->node; in xmlTextReaderValidateEntity() local
1184 if (node == oldnode) in xmlTextReaderValidateEntity()
1233 if (node == oldnode) in xmlTextReaderValidateEntity()
1239 } while ((node != NULL) && (node != oldnode)); in xmlTextReaderValidateEntity()
1240 } while ((node != NULL) && (node != oldnode)); in xmlTextReaderValidateEntity()
1241 reader->node = oldnode; in xmlTextReaderValidateEntity()
1362 xmlNodePtr oldnode = NULL; in xmlTextReaderRead() local
1416 oldnode = reader->node; in xmlTextReaderRead()
1501 if (oldnode == tmp) in xmlTextReaderRead()
1502 oldnode = NULL; in xmlTextReaderRead()
[all …]
Dxpath.c11628 xmlNodePtr oldnode; in xmlXPathNodeSetFilter() local
11647 oldnode = xpctxt->node; in xmlXPathNodeSetFilter()
11735 xpctxt->node = oldnode; in xmlXPathNodeSetFilter()
11761 xmlNodePtr oldnode; in xmlXPathLocationSetFilter() local
11771 oldnode = xpctxt->node; in xmlXPathLocationSetFilter()
11853 xpctxt->node = oldnode; in xmlXPathLocationSetFilter()
13379 xmlNodePtr oldnode = ctxt->context->node; in xmlXPathCompOpEval() local
13524 ctxt->context->node = oldnode; in xmlXPathCompOpEval()
/external/libfuse/lib/
Dfuse.c1507 struct node *oldnode; in exchange_node() local
1512 oldnode = lookup_node(f, olddir, oldname); in exchange_node()
1515 if (oldnode) in exchange_node()
1516 unhash_name(f, oldnode); in exchange_node()
1521 if (oldnode) { in exchange_node()
1522 if (hash_name(f, oldnode, newdir, newname) == -1) in exchange_node()