Home | History | Annotate | Download | only in fts3

Lines Matching defs:iHeight

123 ** varint iHeight;             (height from leaf level, always 0)
169 ** varint iHeight; (height from leaf level, always >0)
1320 int iHeight; /* Height of this node in tree */
1324 sqlite3Fts3GetVarint32(zNode, &iHeight);
1328 if( rc==SQLITE_OK && iHeight>1 ){