deleteCell 126721 sqlite3/libsqlite/sqlite3.c static int deleteCell(Rtree *, RtreeNode *, int, int); deleteCell 126736 sqlite3/libsqlite/sqlite3.c rc = deleteCell(pRtree, pParent, iCell, iHeight+1); deleteCell 127036 sqlite3/libsqlite/sqlite3.c rc = deleteCell(pRtree, pLeaf, iCell, 0);