Searched refs:Rtree (Results 1 – 1 of 1) sorted by relevance
218591 typedef struct Rtree Rtree; typedef218626 struct Rtree { struct218779 #define RTREE_OF_CURSOR(X) ((Rtree*)((X)->base.pVtab))219105 static void nodeZero(Rtree *pRtree, RtreeNode *p){219122 static RtreeNode *nodeHashLookup(Rtree *pRtree, i64 iNode){219131 static void nodeHashInsert(Rtree *pRtree, RtreeNode *pNode){219142 static void nodeHashDelete(Rtree *pRtree, RtreeNode *pNode){219158 static RtreeNode *nodeNew(Rtree *pRtree, RtreeNode *pParent){219176 static void nodeBlobReset(Rtree *pRtree){219186 Rtree *pRtree, /* R-tree structure */[all …]