Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c74851 int iCellLast; /* Last possible cell index */ local
74911 iCellLast = usableSize - 4;
74922 testcase( pc==iCellLast );
74926 if( pc>iCellLast ){
74929 assert( pc>=0 && pc<=iCellLast );
75324 int iCellLast; /* Last possible cell or freeblock offset */ local
75343 iCellLast = usableSize - 4;
75360 if( pc>iCellLast ){
75404 int iCellLast; /* Last possible cell or freeblock offset */ local
75414 iCellLast = usableSize - 4;
[all …]