Lines Matching defs:deleteCell
132456 static int deleteCell(Rtree *, RtreeNode *, int, int);
132471 rc = deleteCell(pRtree, pParent, iCell, iHeight+1);
132534 static int deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight){
132771 rc = deleteCell(pRtree, pLeaf, iCell, 0);