Home
last modified time | relevance | path

Searched refs:Rtree (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218591 typedef struct Rtree Rtree; typedef
218626 struct Rtree { struct
218779 #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 …]