Searched refs:deleteCell (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 2760 static int deleteCell(Rtree *, RtreeNode *, int, int); 2775 rc = deleteCell(pRtree, pParent, iCell, iHeight+1); in removeNode() 2839 static int deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight){ in deleteCell() function 3078 rc = deleteCell(pRtree, pLeaf, iCell, 0); in rtreeDeleteRowid()
|