Home | History | Annotate | Download | only in libxml2

Lines Matching refs:oldnode

1057     xmlNodePtr oldnode = reader->node;
1083 if (node == oldnode)
1131 if (node == oldnode)
1137 } while ((node != NULL) && (node != oldnode));
1138 } while ((node != NULL) && (node != oldnode));
1139 reader->node = oldnode;
1257 xmlNodePtr oldnode = NULL;
1313 oldnode = reader->node;
1444 (oldnode->type != XML_DTD_NODE) &&
1445 ((oldnode->extra & NODE_IS_PRESERVED) == 0) &&
1447 xmlUnlinkNode(oldnode);
1448 xmlTextReaderFreeNode(reader, oldnode);