deleteCell       126595 third_party/sqlite/amalgamation/sqlite3.c static int deleteCell(Rtree *, RtreeNode *, int, int);
deleteCell       126610 third_party/sqlite/amalgamation/sqlite3.c     rc = deleteCell(pRtree, pParent, iCell, iHeight+1);
deleteCell       126927 third_party/sqlite/amalgamation/sqlite3.c         rc = deleteCell(pRtree, pLeaf, iCell, 0);
deleteCell       2338 third_party/sqlite/src/ext/rtree/rtree.c static int deleteCell(Rtree *, RtreeNode *, int, int);
deleteCell       2353 third_party/sqlite/src/ext/rtree/rtree.c     rc = deleteCell(pRtree, pParent, iCell, iHeight+1);
deleteCell       2670 third_party/sqlite/src/ext/rtree/rtree.c         rc = deleteCell(pRtree, pLeaf, iCell, 0);