Searched refs:startNodeID (Results 1 – 1 of 1) sorted by relevance
730 final int startNodeID = _startNodeID; in next() local733 while (node != NULL && node != startNodeID && _exptype2(node) != nodeType) { in next()738 while (node != NULL && node != startNodeID && _exptype2(node) < DTM.NTYPES) { in next()743 if (node == DTM.NULL || node == startNodeID) { in next()765 final int startNodeID = _startNodeID; in getLast() local769 while (node != NULL && node != startNodeID) { in getLast()777 while (node != NULL && node != startNodeID) { in getLast()