Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218221 typedef struct RtreeNode RtreeNode; typedef
218285 RtreeNode *pDeleted;
218307 RtreeNode *aHash[HASHSIZE]; /* Hash table of in-memory nodes. */
218402 RtreeNode *aNode[RTREE_CACHE_SZ]; /* Rtree node cache */
218468 struct RtreeNode { struct
218469 RtreeNode *pParent; /* Parent node */ argument
218474 RtreeNode *pNext; /* Next node in this hash collision chain */ argument
218723 static void nodeReference(RtreeNode *p){
218733 static void nodeZero(Rtree *pRtree, RtreeNode *p){
218750 static RtreeNode *nodeHashLookup(Rtree *pRtree, i64 iNode){
[all …]