Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h639 #define LSM_SEEK_LEFAST -2 macro
H A Dlsm_sorted.c3068 if( eESeek==LSM_SEEK_LEFAST ) eESeek = LSM_SEEK_LE; in lsmMCursorSeek()
3102 if( rc==LSM_OK && eSeek!=LSM_SEEK_LEFAST && 0==mcursorLocationOk(pCsr, 0) ){ in lsmMCursorSeek()
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest7.c48 ret = lsm_csr_seek(pCsr, "jjj", 3, LSM_SEEK_LEFAST); in do_test_api1_lsm()