Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c204089 sqlite3_int64 iLastDocid; member
204701 assert( !p || p->iLastDocid<=iDocid );
204703 if( !p || p->iLastDocid!=iDocid ){
204704 u64 iDelta = (u64)iDocid - (u64)(p ? p->iLastDocid : 0);
204715 p->iLastDocid = iDocid;