Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c256340 int iKeyOut = (iKeyIn - (iKeyIn>iOff ? nShift : 0)); local
256341 nPg += sqlite3Fts5PutVarint(&aPg[nPg], iKeyOut - iPrevKeyOut);
256342 iPrevKeyOut = iKeyOut;