Searched refs:iHeight (Results 1 – 1 of 1) sorted by relevance
195950 int iHeight; /* Height of this node in tree */ local195954 fts3GetVarint32(zNode, &iHeight);195955 if( iHeight>FTS3_MAX_BTREE_HEIGHT ){195962 if( rc==SQLITE_OK && iHeight>1 ){195982 if( iNewHeight>=iHeight ){206462 int iHeight, argument206466 assert( iHeight>=1 && iHeight<128 );206468 pTree->aData[nStart] = (char)iHeight;206489 int iHeight, /* Height of this node in tree */ argument206500 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf);[all …]