Lines Matching defs:deleteCell
203706 static int deleteCell(Rtree *, RtreeNode *, int, int);
203721 rc = deleteCell(pRtree, pParent, iCell, iHeight+1);
203785 static int deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight){
204024 rc = deleteCell(pRtree, pLeaf, iCell, 0);