Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c6326 int *piHeight, /* OUT: Height */ in fts5DecodeRowid() argument
6332 *piHeight = (int)(iRowid & (((i64)1 << FTS5_DATA_HEIGHT_B) - 1)); in fts5DecodeRowid()