Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_shared.c615 static int firstSnapshotInUse(lsm_db *, i64 *);
809 if( rc==LSM_OK ) rc = firstSnapshotInUse(pDb, &iInUse); in lsmBlockAllocate()
1569 static int firstSnapshotInUse( in firstSnapshotInUse() function