Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest7.c26 ret = lsm_csr_open(pDb, &pCsr); in do_test_api1_lsm()
58 ret = lsm_csr_open(pDb, &pCsr2); in do_test_api1_lsm()
H A Dlsmtest6.c95 rc = lsm_csr_open(pDb, &pCsr); in testOomFetch()
206 rc = lsm_csr_open(pDb, &pCsr); in testOomScan()
H A Dlsmtest_tdb3.c621 rc = lsm_csr_open(pDb->db, &csr); in test_lsm_fetch()
665 rc = lsm_csr_open(pDb->db, &csr); in test_lsm_scan()
736 if( pDb->pCsr==0 ) rc = lsm_csr_open(pDb->db, &pDb->pCsr); in test_lsm_begin()
/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h560 int lsm_csr_open(lsm_db *pDb, lsm_cursor **ppCsr);
H A Dlsm_main.c755 int lsm_csr_open(lsm_db *pDb, lsm_cursor **ppCsr){ in lsm_csr_open() function
H A Dlsm_vtab.c338 rc = lsm_csr_open(p->pDb, &pCur->pLsmCur); in lsm1Open()