Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_tdb.c362 static int mdb_open( in mdb_open() function
740 { "mdb", "./testdb.mdb", mdb_open }
H A Dlsmtest_tdb2.cc242 rc = mdb_open(txn, NULL, 0, &pMdb->dbi); in test_mdb_open()