Searched defs:iHeight (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 2200 int iHeight, /* Height of sub-tree rooted at pCell */ in ChooseLeaf() 2559 int iHeight in updateMapping() 2583 int iHeight in SplitNode() 2762 static int removeNode(Rtree *pRtree, RtreeNode *pNode, int iHeight){ in removeNode() 2839 static int deleteCell(Rtree *pRtree, RtreeNode *pNode, int iCell, int iHeight){ in deleteCell() 2874 int iHeight in Reinsert() 2979 int iHeight in rtreeInsertCell()
|
| /sqlite-3.40.0/ext/fts3/tool/ |
| H A D | fts3view.c | 556 int iHeight; in decodeSegment() local
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 2141 int iHeight, in fts3TreeFinishNode() 2168 int iHeight, /* Height of this node in tree */ in fts3NodeWrite() 4588 static void fts3StartNode(Blob *pNode, int iHeight, sqlite3_int64 iChild){ in fts3StartNode()
|
| H A D | fts3.c | 2023 int iHeight; /* Height of this node in tree */ in fts3SelectLeaf() local
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 4077 static InteriorBlock *interiorBlockNew(int iHeight, sqlite_int64 iChildBlock, in interiorBlockNew() 4161 int iHeight; /* from 0 at leaves. */ member 4176 static void interiorWriterInit(int iHeight, const char *pTerm, int nTerm, in interiorWriterInit()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_index.c | 6344 int iSegid, iHeight, iPgno, bDlidx; /* Rowid compenents */ in fts5DebugRowid() local 6545 int iSegid,iHeight,iPgno,bDlidx;/* Rowid components */ in fts5DecodeFunction() local
|