Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218593 typedef struct RtreeNode RtreeNode; typedef
218657 RtreeNode *pDeleted;
218679 RtreeNode *aHash[HASHSIZE]; /* Hash table of in-memory nodes. */
218774 RtreeNode *aNode[RTREE_CACHE_SZ]; /* Rtree node cache */
218840 struct RtreeNode { struct
218841 RtreeNode *pParent; /* Parent node */ argument
218846 RtreeNode *pNext; /* Next node in this hash collision chain */ argument
219095 static void nodeReference(RtreeNode *p){
219105 static void nodeZero(Rtree *pRtree, RtreeNode *p){
219122 static RtreeNode *nodeHashLookup(Rtree *pRtree, i64 iNode){
[all …]