Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c195950 int iHeight; /* Height of this node in tree */ local
195954 fts3GetVarint32(zNode, &iHeight);
195955 if( iHeight>FTS3_MAX_BTREE_HEIGHT ){
195962 if( rc==SQLITE_OK && iHeight>1 ){
195982 if( iNewHeight>=iHeight ){
206462 int iHeight, argument
206466 assert( iHeight>=1 && iHeight<128 );
206468 pTree->aData[nStart] = (char)iHeight;
206489 int iHeight, /* Height of this node in tree */ argument
206500 int nStart = fts3TreeFinishNode(pTree, iHeight, iLeaf);
[all …]