Home
last modified time | relevance | path

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

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/tree/
H A DLSNArrayTest.java43 theIN.initEntryLsn(10); in testFileOffsetGreaterThan3Bytes()
53 theIN.initEntryLsn(10); in testFileOffsetGreaterThan3Bytes()
65 theIN.initEntryLsn(nElts); in doTest()
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/je/tree/
H A DIN.java1574 final void initEntryLsn(int capacity) { in initEntryLsn() method in IN