Home
last modified time | relevance | path

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

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