Home
last modified time | relevance | path

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

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/log/
H A DIOExceptionTest.java352 DatabaseEntry twoData = in doLogBufferOverflowTest() local
359 twoKey = twoData; in doLogBufferOverflowTest()
360 twoData = temp; in doLogBufferOverflowTest()
366 db.put(txn, twoKey, twoData); in doLogBufferOverflowTest()
381 assertTrue(db.get(txn, twoKey, twoData, null) == in doLogBufferOverflowTest()
409 assertTrue(db.get(null, twoKey, twoData, null) == in doLogBufferOverflowTest()