Lines Matching refs:iCellLast
74851 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;
75417 if( !pPage->leaf ) iCellLast--;
75421 testcase( pc==iCellLast );
75422 if( pc<iCellFirst || pc>iCellLast ){