Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c195647 int iHeight; /* Height of this node in tree */ local
195651 fts3GetVarint32(zNode, &iHeight);
195655 if( rc==SQLITE_OK && iHeight>1 ){
195675 if( iNewHeight>=iHeight ){
206148 int iHeight, argument
206152 assert( iHeight>=1 && iHeight<128 );
206154 pTree->aData[nStart] = (char)iHeight;
206175 int iHeight, /* Height of this node in tree */ argument
206186 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf);
206195 int nStart = fts3TreeFinishNode(pIter, iHeight, iNextLeaf);
[all …]