Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c6645 int iPgidxPrev = 0; /* Previous value read from pgidx */ in fts5DecodeFunction() local
6696 iPgidxPrev += nByte; in fts5DecodeFunction()
6697 iOff = iPgidxPrev; in fts5DecodeFunction()
6701 iEnd = iPgidxPrev + nByte; in fts5DecodeFunction()