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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c14350 int iCell; /* Current cell number */ member in struct:DbdataCursor
16739 int iCell = sqlite3_column_int64(pPageData, 0); local
16974 int iCell = sqlite3_column_int(pSel, 1); local
[all...]
H A Dsqlite3.c71516 btreeParseCell( MemPage *pPage, int iCell, CellInfo *pInfo ) argument
71700 cellSize(MemPage *pPage, int iCell) argument
77943 int iCell = (iOld + pPg->aiOvfl[i]) - iNew; local
208765 u8 iCell; /* Cell index within the node */ member in struct:RtreeSearchPoint
209353 nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell) argument
209459 nodeGetCoord( Rtree *pRtree, RtreeNode *pNode, int iCell, int iCoord, RtreeCoord *pCoord ) argument
209473 nodeGetCell( Rtree *pRtree, RtreeNode *pNode, int iCell, RtreeCell *pCell ) argument
210368 int iCell = 0; local
210744 int iCell; local
210817 int iCell; local
211141 int iCell; local
211244 int iCell; local
211317 deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight) argument
211427 int iCell; /* Index of iDelete cell in pLeaf */ local
212511 rtreeCheckCellCoord( RtreeCheck *pCheck, i64 iNode, int iCell, u8 *pCell, u8 *pParent ) argument
214165 int iCell = 0; local
221801 int iCell; /* Current cell */ member in struct:StatPage
[all...]

Completed in 620 milliseconds