Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c204091 sqlite3_int64 iLastPos; member
204714 p->iLastPos = 0;
204724 p->iLastPos = 0;
204727 assert( iPos>p->iLastPos || (iPos==0 && p->iLastPos==0) );
204728 rc = fts3PendingListAppendVarint(&p, 2+iPos-p->iLastPos);
204730 p->iLastPos = iPos;