Searched refs:Rtree (Results 1 – 1 of 1) sorted by relevance
218219 typedef struct Rtree Rtree; typedef218254 struct Rtree { struct218407 #define RTREE_OF_CURSOR(X) ((Rtree*)((X)->base.pVtab))218733 static void nodeZero(Rtree *pRtree, RtreeNode *p){218750 static RtreeNode *nodeHashLookup(Rtree *pRtree, i64 iNode){218759 static void nodeHashInsert(Rtree *pRtree, RtreeNode *pNode){218770 static void nodeHashDelete(Rtree *pRtree, RtreeNode *pNode){218786 static RtreeNode *nodeNew(Rtree *pRtree, RtreeNode *pParent){218804 static void nodeBlobReset(Rtree *pRtree){218814 Rtree *pRtree, /* R-tree structure */[all …]