Searched refs:dupCursor (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DMyRangeCursor.java59 protected Cursor dupCursor(Cursor cursor, boolean samePosition) method in class:MyRangeCursor
62 return view.currentTxn.dupCursor(cursor, writeCursor, samePosition);
H A DCurrentTransaction.java385 Cursor dupCursor(Cursor cursor, boolean writeCursor, boolean samePosition) method in class:CurrentTransaction
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java112 c.cursor = dupCursor(cursor, samePosition);
182 cursor = dupCursor(cursor, true);
1034 protected Cursor dupCursor(Cursor cursor, boolean samePosition) method in class:RangeCursor

Completed in 147 milliseconds