Home | History | Annotate | Download | only in dist

Lines Matching defs:iPrevDocid

126796   ** tables are flushed to disk. Variable iPrevDocid is the docid of the most 
126806 sqlite_int64 iPrevDocid; /* Docid of most recently inserted document */
137491 if( fts3PendingListAppend(&pList, p->iPrevDocid, iCol, iPos, &rc) ){
137510 ** p->iPrevDocid, and the column is specified by argument iCol.
137605 if( iDocid<=p->iPrevDocid
137612 p->iPrevDocid = iDocid;
140045 ** with docid equal to p->iPrevDocid. The sizes are encoded as
140071 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
142346 if( rc==SQLITE_OK && (!isRemove || *pRowid!=p->iPrevDocid ) ){
142350 assert( p->iPrevDocid==*pRowid );