RtreeCursor      124380 third_party/sqlite/amalgamation/sqlite3.c typedef struct RtreeCursor RtreeCursor;
RtreeCursor      125061 third_party/sqlite/amalgamation/sqlite3.c   RtreeCursor *pCsr;
RtreeCursor      125063 third_party/sqlite/amalgamation/sqlite3.c   pCsr = (RtreeCursor *)sqlite3_malloc(sizeof(RtreeCursor));
RtreeCursor      125065 third_party/sqlite/amalgamation/sqlite3.c     memset(pCsr, 0, sizeof(RtreeCursor));
RtreeCursor      125078 third_party/sqlite/amalgamation/sqlite3.c static void freeCursorConstraints(RtreeCursor *pCsr){
RtreeCursor      125099 third_party/sqlite/amalgamation/sqlite3.c   RtreeCursor *pCsr = (RtreeCursor *)cur;
RtreeCursor      125113 third_party/sqlite/amalgamation/sqlite3.c   RtreeCursor *pCsr = (RtreeCursor *)cur;
RtreeCursor      125149 third_party/sqlite/amalgamation/sqlite3.c static int testRtreeCell(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof){
RtreeCursor      125203 third_party/sqlite/amalgamation/sqlite3.c static int testRtreeEntry(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof){
RtreeCursor      125250 third_party/sqlite/amalgamation/sqlite3.c   RtreeCursor *pCursor, 
RtreeCursor      125343 third_party/sqlite/amalgamation/sqlite3.c   RtreeCursor *pCsr = (RtreeCursor *)pVtabCursor;
RtreeCursor      125388 third_party/sqlite/amalgamation/sqlite3.c   RtreeCursor *pCsr = (RtreeCursor *)pVtabCursor;
RtreeCursor      125401 third_party/sqlite/amalgamation/sqlite3.c   RtreeCursor *pCsr = (RtreeCursor *)cur;
RtreeCursor      125496 third_party/sqlite/amalgamation/sqlite3.c   RtreeCursor *pCsr = (RtreeCursor *)pVtabCursor;
RtreeCursor       123 third_party/sqlite/src/ext/rtree/rtree.c typedef struct RtreeCursor RtreeCursor;
RtreeCursor       804 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCursor *pCsr;
RtreeCursor       806 third_party/sqlite/src/ext/rtree/rtree.c   pCsr = (RtreeCursor *)sqlite3_malloc(sizeof(RtreeCursor));
RtreeCursor       808 third_party/sqlite/src/ext/rtree/rtree.c     memset(pCsr, 0, sizeof(RtreeCursor));
RtreeCursor       821 third_party/sqlite/src/ext/rtree/rtree.c static void freeCursorConstraints(RtreeCursor *pCsr){
RtreeCursor       842 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCursor *pCsr = (RtreeCursor *)cur;
RtreeCursor       856 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCursor *pCsr = (RtreeCursor *)cur;
RtreeCursor       892 third_party/sqlite/src/ext/rtree/rtree.c static int testRtreeCell(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof){
RtreeCursor       946 third_party/sqlite/src/ext/rtree/rtree.c static int testRtreeEntry(Rtree *pRtree, RtreeCursor *pCursor, int *pbEof){
RtreeCursor       993 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCursor *pCursor, 
RtreeCursor      1086 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCursor *pCsr = (RtreeCursor *)pVtabCursor;
RtreeCursor      1131 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCursor *pCsr = (RtreeCursor *)pVtabCursor;
RtreeCursor      1144 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCursor *pCsr = (RtreeCursor *)cur;
RtreeCursor      1239 third_party/sqlite/src/ext/rtree/rtree.c   RtreeCursor *pCsr = (RtreeCursor *)pVtabCursor;