Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A DlsmInt.h870 int lsmLogCommit(lsm_db *);
H A Dlsm_main.c925 if( rc==LSM_OK ) rc = lsmLogCommit(pDb); in lsm_commit()
H A Dlsm_log.c729 int lsmLogCommit(lsm_db *pDb){ in lsmLogCommit() function