Lines Matching defs:iCell
243 u8 iCell; /* Cell index within the node */ member
813 int iCell /* Index into pNode into which pCell is written */ in nodeOverwriteCell()
827 static void nodeDeleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell){ in nodeDeleteCell()
924 int iCell /* The cell index from which to extract the ID */ in nodeGetRowid()
936 int iCell, /* The index of the cell within the node */ in nodeGetCoord()
950 int iCell, /* Index of the cell within the node */ in nodeGetCell()
1842 int iCell = 0; in rtreeFilter() local
2209 int iCell; in ChooseLeaf() local
2268 int iCell; in AdjustTree() local
2663 int iCell; in SplitNode() local
2766 int iCell; in removeNode() local
2839 static int deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight){ in deleteCell()
3055 int iCell; /* Index of iDelete cell in pLeaf */ in rtreeDeleteRowid() local
4134 int iCell, /* Cell number to use in error messages */ in rtreeCheckCellCoord()