Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c3352 int iPrevOut = 0; in fts5IterSetOutputs_Col100() local
3363 *aOut++ = (u8)((iPrev - iPrevOut) + 2); in fts5IterSetOutputs_Col100()
3364 iPrevOut = iPrev; in fts5IterSetOutputs_Col100()