Lines Matching defs:pCell
812 RtreeCell *pCell, /* The cell to write */ in nodeOverwriteCell()
845 RtreeCell *pCell /* The cell to be inserted */ in nodeInsertCell()
951 RtreeCell *pCell /* OUT: Write the cell contents here */ in nodeGetCell()
2156 static RtreeDValue cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell){ in cellGrowth()
2199 RtreeCell *pCell, /* Cell to insert into rtree */ in ChooseLeaf()
2260 RtreeCell *pCell /* This cell was just inserted */ in AdjustTree()
2545 RtreeCell *pCell = &aCell[aaSorted[iBestDim][ii]]; in splitNodeStartree() local
2582 RtreeCell *pCell, in SplitNode()
2873 RtreeCell *pCell, in Reinsert()
2978 RtreeCell *pCell, in rtreeInsertCell()
4135 u8 *pCell, /* Pointer to cell coordinates */ in rtreeCheckCellCoord()
4214 u8 *pCell = &aNode[4 + i*(8 + pCheck->nDim*2*4)]; in rtreeCheckNode() local