Home
last modified time | relevance | path

Searched defs:searchBoth (Results 1 – 2 of 2) sorted by relevance

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/test/
H A DPhantomTest.java2999 private OperationStatus searchBoth(Cursor cursor, int keyVal) in searchBoth() method in PhantomTest
3011 private OperationStatus searchBoth(Cursor cursor, in searchBoth() method in PhantomTest
3022 private OperationStatus searchBoth(Cursor cursor, int keyVal, int dataVal) in searchBoth() method in PhantomTest
3034 private OperationStatus searchBoth(Cursor cursor, in searchBoth() method in PhantomTest
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/
H A DDbInternal.java249 public static OperationStatus searchBoth( in searchBoth() method in DbInternal