Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c204405 sqlite3_int64 iLastPos; member
205028 p->iLastPos = 0;
205038 p->iLastPos = 0;
205041 assert( iPos>p->iLastPos || (iPos==0 && p->iLastPos==0) );
205042 rc = fts3PendingListAppendVarint(&p, 2+iPos-p->iLastPos);
205044 p->iLastPos = iPos;