Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_sorted.c263 #define CURSOR_FLUSH_FREELIST 0x00000002 macro
2010 if( pWorker && (pCsr->flags & CURSOR_FLUSH_FREELIST) ){ in multiCursorGetKey()
2477 pCsr->flags |= CURSOR_FLUSH_FREELIST; in multiCursorVisitFreelist()
3071 assert( (pCsr->flags & CURSOR_FLUSH_FREELIST)==0 ); in lsmMCursorSeek()
3180 assert( pCsr->flags & CURSOR_FLUSH_FREELIST ); in flCsrAdvance()
3237 assert( pCsr->flags & CURSOR_FLUSH_FREELIST ); in multiCursorAdvance()