Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c110 typedef struct Rtree Rtree; typedef
145 struct Rtree { struct
167 u32 nNodeRef; /* Number RtreeNodes with positive nRef */ argument
172 ** RtreeNode.pNext. RtreeNode.iNode stores the depth of the sub-tree argument
175 RtreeNode *pDeleted; argument
198 RtreeNode *aHash[HASHSIZE]; /* Hash table of in-memory nodes. */ argument
201 /* Possible values for Rtree.eCoordType: */ argument