Home
last modified time | relevance | path

Searched defs:iCell (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c74509 int iCell, /* The cell index. First cell is 0 */
74691 static u16 cellSize(MemPage *pPage, int iCell){
81035 int iCell = (iOld + pPg->aiOvfl[i]) - iNew; local
218352 u8 iCell; /* Cell index within the node */ member
218928 int iCell /* Index into pNode into which pCell is written */
218942 static void nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell){
219039 int iCell /* The cell index from which to extract the ID */
219051 int iCell, /* The index of the cell within the node */
219066 int iCell, /* Index of the cell within the node */
219983 int iCell = 0; local
[all …]
H A Dshell.c19770 int iCell; /* Current cell number */ member
22253 int iCell = sqlite3_column_int64(pPageData, 0); in recoverLostAndFoundOnePage() local
22488 int iCell = sqlite3_column_int(pSel, 1); in recoverWriteDataStep() local