Home
last modified time | relevance | path

Searched refs:isKeyInBounds (Results 1 – 2 of 2) sorted by relevance

/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/tree/dupConvert/
H A DDupConvert.java484 if (bin.needsSplitting() || !bin.isKeyInBounds(newKey)) { in convertDbinSlot()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/tree/
H A DIN.java1293 public final boolean isKeyInBounds(byte[] keyVal) { in isKeyInBounds() method in IN
1897 !isKeyInBounds(searchKey)) { in fetchINWithNoLatch()