Searched refs:iHeight (Results 1 – 1 of 1) sorted by relevance
195647 int iHeight; /* Height of this node in tree */ local195651 fts3GetVarint32(zNode, &iHeight);195655 if( rc==SQLITE_OK && iHeight>1 ){195675 if( iNewHeight>=iHeight ){206148 int iHeight, argument206152 assert( iHeight>=1 && iHeight<128 );206154 pTree->aData[nStart] = (char)iHeight;206175 int iHeight, /* Height of this node in tree */ argument206186 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf);206195 int nStart = fts3TreeFinishNode(pIter, iHeight, iNextLeaf);[all …]