| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 2559 int iHeight in updateMapping() argument 2563 if( iHeight>0 ){ in updateMapping() 2583 int iHeight in SplitNode() argument 2804 pNode->iNode = iHeight; in removeNode() 2861 rc = removeNode(pRtree, pNode, iHeight); in deleteCell() 2874 int iHeight in Reinsert() argument 2940 if( iHeight==0 ){ in Reinsert() 2979 int iHeight in rtreeInsertCell() argument 2982 if( iHeight>0 ){ in rtreeInsertCell() 2994 pRtree->iReinsertHeight = iHeight; in rtreeInsertCell() [all …]
|
| /sqlite-3.40.0/ext/fts3/tool/ |
| H A D | fts3view.c | 556 int iHeight; in decodeSegment() local 562 iHeight = (int)n; in decodeSegment() 563 printf("height: %d\n", iHeight); in decodeSegment() 564 if( iHeight>0 ){ in decodeSegment() 582 if( iHeight==0 ){ in decodeSegment()
|
| /sqlite-3.40.0/test/ |
| H A D | fts3expr2.test | 81 proc random_expr_tree {iHeight} { 82 if {$iHeight==0 || [rnd 3]==0} { 94 set iNH [expr {$iHeight - 1}]
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3_write.c | 2141 int iHeight, in fts3TreeFinishNode() argument 2145 assert( iHeight>=1 && iHeight<128 ); in fts3TreeFinishNode() 2147 pTree->aData[nStart] = (char)iHeight; in fts3TreeFinishNode() 2168 int iHeight, /* Height of this node in tree */ in fts3NodeWrite() argument 2179 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf); in fts3NodeWrite() 2188 int nStart = fts3TreeFinishNode(pIter, iHeight, iNextLeaf); in fts3NodeWrite() 2198 p, pTree->pParent, iHeight+1, iFree, iNextFree, piLast, paRoot, pnRoot in fts3NodeWrite() 4588 static void fts3StartNode(Blob *pNode, int iHeight, sqlite3_int64 iChild){ in fts3StartNode() argument 4589 pNode->a[0] = (char)iHeight; in fts3StartNode()
|
| H A D | fts3.c | 2023 int iHeight; /* Height of this node in tree */ in fts3SelectLeaf() local 2027 fts3GetVarint32(zNode, &iHeight); in fts3SelectLeaf() 2031 if( rc==SQLITE_OK && iHeight>1 ){ in fts3SelectLeaf() 2051 if( iNewHeight>=iHeight ){ in fts3SelectLeaf()
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 4077 static InteriorBlock *interiorBlockNew(int iHeight, sqlite_int64 iChildBlock, in interiorBlockNew() argument 4088 n = putVarint(c, iHeight); in interiorBlockNew() 4161 int iHeight; /* from 0 at leaves. */ member 4176 static void interiorWriterInit(int iHeight, const char *pTerm, int nTerm, in interiorWriterInit() argument 4180 assert( iHeight>0 ); in interiorWriterInit() 4183 pWriter->iHeight = iHeight; in interiorWriterInit() 4188 block = interiorBlockNew(iHeight, iChildBlock, pTerm, nTerm); in interiorWriterInit() 4233 pWriter->last->next = interiorBlockNew(pWriter->iHeight, iChildBlock, in interiorWriterAppend() 4296 interiorWriterInit(pWriter->iHeight+1, in interiorWriterRootInfo()
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_index.c | 6344 int iSegid, iHeight, iPgno, bDlidx; /* Rowid compenents */ in fts5DebugRowid() local 6345 fts5DecodeRowid(iKey, &iSegid, &bDlidx, &iHeight, &iPgno); in fts5DebugRowid() 6356 bDlidx ? "dlidx " : "", iSegid, iHeight, iPgno in fts5DebugRowid() 6545 int iSegid,iHeight,iPgno,bDlidx;/* Rowid components */ in fts5DecodeFunction() local 6568 fts5DecodeRowid(iRowid, &iSegid, &bDlidx, &iHeight, &iPgno); in fts5DecodeFunction()
|