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

/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c1067 int iCellLast; /* Last possible cell index */ local
1086 iCellLast = usableSize - 4;
1092 testcase( pc==iCellLast );
1097 if( pc<iCellFirst || pc>iCellLast ){
1101 assert( pc>=iCellFirst && pc<=iCellLast );
1389 int iCellLast; /* Last possible cell or freeblock offset */ local
1417 iCellLast = usableSize - 4;
1423 if( !pPage->leaf ) iCellLast--;
1427 testcase( pc==iCellLast );
1428 if( pc<iCellFirst || pc>iCellLast ){
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c48186 int iCellLast; /* Last possible cell index */ local
48508 int iCellLast; /* Last possible cell or freeblock offset */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c52658 int iCellLast; /* Last possible cell index */ local
52981 int iCellLast; /* Last possible cell or freeblock offset */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c52678 int iCellLast; /* Last possible cell index */ local
53001 int iCellLast; /* Last possible cell or freeblock offset */ local
[all...]

Completed in 572 milliseconds