Home | History | Annotate | Download | only in dist

Lines Matching defs:deleteCell

132485 static int deleteCell(Rtree *, RtreeNode *, int, int);
132500 rc = deleteCell(pRtree, pParent, iCell, iHeight+1);
132563 static int deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight){
132800 rc = deleteCell(pRtree, pLeaf, iCell, 0);