Home
last modified time | relevance | path

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

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