descendToCell    125285 third_party/sqlite/amalgamation/sqlite3.c     rc = descendToCell(pRtree, pCursor, iHeight-1, &isEof);
descendToCell    125364 third_party/sqlite/amalgamation/sqlite3.c         rc = descendToCell(pRtree, pCsr, iHeight, &isEof);
descendToCell    125559 third_party/sqlite/amalgamation/sqlite3.c         rc = descendToCell(pRtree, pCsr, pRtree->iDepth, &isEof);
descendToCell    1028 third_party/sqlite/src/ext/rtree/rtree.c     rc = descendToCell(pRtree, pCursor, iHeight-1, &isEof);
descendToCell    1107 third_party/sqlite/src/ext/rtree/rtree.c         rc = descendToCell(pRtree, pCsr, iHeight, &isEof);
descendToCell    1302 third_party/sqlite/src/ext/rtree/rtree.c         rc = descendToCell(pRtree, pCsr, pRtree->iDepth, &isEof);