Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c17793 int iCell; /* Current cell number */ member
20252 int iCell = sqlite3_column_int64(pPageData, 0); in recoverLostAndFoundOnePage() local
20487 int iCell = sqlite3_column_int(pSel, 1); in recoverWriteDataStep() local
H A Dsqlite3.c79414 int iCell = (iOld + pPg->aiOvfl[i]) - iNew; local