Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/libxml/src/
Dxmlreader.c1043 xmlNodePtr oldnode = reader->node; in xmlTextReaderValidateEntity() local
1052 if (node == oldnode) in xmlTextReaderValidateEntity()
1062 if (node == oldnode) in xmlTextReaderValidateEntity()
1114 if (node == oldnode) in xmlTextReaderValidateEntity()
1120 } while ((node != NULL) && (node != oldnode)); in xmlTextReaderValidateEntity()
1121 } while ((node != NULL) && (node != oldnode)); in xmlTextReaderValidateEntity()
1122 reader->node = oldnode; in xmlTextReaderValidateEntity()
1200 xmlNodePtr oldnode = NULL; in xmlTextReaderRead() local
1252 oldnode = reader->node; in xmlTextReaderRead()
1342 if (oldnode == tmp) in xmlTextReaderRead()
[all …]
Dxpath.c10124 xmlNodePtr oldnode; in xmlXPathNodeSetFilter() local
10143 oldnode = xpctxt->node; in xmlXPathNodeSetFilter()
10231 xpctxt->node = oldnode; in xmlXPathNodeSetFilter()
/external/cronet/stable/third_party/libxml/src/
Dxmlreader.c1043 xmlNodePtr oldnode = reader->node; in xmlTextReaderValidateEntity() local
1052 if (node == oldnode) in xmlTextReaderValidateEntity()
1062 if (node == oldnode) in xmlTextReaderValidateEntity()
1114 if (node == oldnode) in xmlTextReaderValidateEntity()
1120 } while ((node != NULL) && (node != oldnode)); in xmlTextReaderValidateEntity()
1121 } while ((node != NULL) && (node != oldnode)); in xmlTextReaderValidateEntity()
1122 reader->node = oldnode; in xmlTextReaderValidateEntity()
1200 xmlNodePtr oldnode = NULL; in xmlTextReaderRead() local
1252 oldnode = reader->node; in xmlTextReaderRead()
1342 if (oldnode == tmp) in xmlTextReaderRead()
[all …]
Dxpath.c10124 xmlNodePtr oldnode; in xmlXPathNodeSetFilter() local
10143 oldnode = xpctxt->node; in xmlXPathNodeSetFilter()
10231 xpctxt->node = oldnode; in xmlXPathNodeSetFilter()
/external/libxml2/
Dxmlreader.c1049 xmlNodePtr oldnode = reader->node; in xmlTextReaderValidateEntity() local
1058 if (node == oldnode) in xmlTextReaderValidateEntity()
1068 if (node == oldnode) in xmlTextReaderValidateEntity()
1120 if (node == oldnode) in xmlTextReaderValidateEntity()
1126 } while ((node != NULL) && (node != oldnode)); in xmlTextReaderValidateEntity()
1127 } while ((node != NULL) && (node != oldnode)); in xmlTextReaderValidateEntity()
1128 reader->node = oldnode; in xmlTextReaderValidateEntity()
1206 xmlNodePtr oldnode = NULL; in xmlTextReaderRead() local
1258 oldnode = reader->node; in xmlTextReaderRead()
1348 if (oldnode == tmp) in xmlTextReaderRead()
[all …]
Dxpath.c10139 xmlNodePtr oldnode; in xmlXPathNodeSetFilter() local
10158 oldnode = xpctxt->node; in xmlXPathNodeSetFilter()
10246 xpctxt->node = oldnode; in xmlXPathNodeSetFilter()
/external/libfuse/lib/
Dfuse.c1458 struct node *oldnode; in exchange_node() local
1463 oldnode = lookup_node(f, olddir, oldname); in exchange_node()
1466 if (oldnode) in exchange_node()
1467 unhash_name(f, oldnode); in exchange_node()
1472 if (oldnode) { in exchange_node()
1473 if (hash_name(f, oldnode, newdir, newname) == -1) in exchange_node()