Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c936 static int fsIsLast(FileSystem *pFS, LsmPgno iPg){ in fsIsLast() function
1636 if( pFS->pCompress==0 && (fsIsLast(pFS, iReal) || fsIsFirst(pFS, iReal)) ){ in fsPageGet()
2045 if( fsIsLast(pFS, iPg) ){ in lsmFsDbPageNext()
2134 }else if( fsIsLast(pFS, iPrev) ){ in lsmFsSortedAppend()
2145 if( iApp==0 || fsIsLast(pFS, iApp) ){ in lsmFsSortedAppend()
2170 if( fsIsLast(pFS, iApp) ){ in lsmFsSortedAppend()
2607 if( fsIsLast(pFS, iPrev) ){ in fsAppendPage()
2621 if( fsIsLast(pFS, *piNew) ){ in fsAppendPage()