Rtree            124505 sqlite3/libsqlite/sqlite3.c typedef struct Rtree Rtree;
Rtree            125151 sqlite3/libsqlite/sqlite3.c   rtreeRelease((Rtree *)pVtab);
Rtree            125159 sqlite3/libsqlite/sqlite3.c   Rtree *pRtree = (Rtree *)pVtab;
Rtree            125223 sqlite3/libsqlite/sqlite3.c   Rtree *pRtree = (Rtree *)(cur->pVtab);
Rtree            125468 sqlite3/libsqlite/sqlite3.c   Rtree *pRtree = (Rtree *)(pVtabCursor->pVtab);
Rtree            125513 sqlite3/libsqlite/sqlite3.c   Rtree *pRtree = (Rtree *)pVtabCursor->pVtab;
Rtree            125526 sqlite3/libsqlite/sqlite3.c   Rtree *pRtree = (Rtree *)cur->pVtab;
Rtree            125621 sqlite3/libsqlite/sqlite3.c   Rtree *pRtree = (Rtree *)pVtabCursor->pVtab;
Rtree            126532 sqlite3/libsqlite/sqlite3.c   int (*xSetMapping)(Rtree *, sqlite3_int64, sqlite3_int64);
Rtree            127104 sqlite3/libsqlite/sqlite3.c   Rtree *pRtree = (Rtree *)pVtab;
Rtree            127217 sqlite3/libsqlite/sqlite3.c   Rtree *pRtree = (Rtree *)pVtab;
Rtree            127416 sqlite3/libsqlite/sqlite3.c   Rtree *pRtree;
Rtree            127439 sqlite3/libsqlite/sqlite3.c   pRtree = (Rtree *)sqlite3_malloc(sizeof(Rtree)+nDb+nName+2);
Rtree            127443 sqlite3/libsqlite/sqlite3.c   memset(pRtree, 0, sizeof(Rtree)+nDb+nName+2);
Rtree            127515 sqlite3/libsqlite/sqlite3.c   Rtree tree;
Rtree            127520 sqlite3/libsqlite/sqlite3.c   memset(&tree, 0, sizeof(Rtree));