Home | History | Annotate | Download | only in dist

Lines Matching defs:iPrevDocid

116650   ** is flushed automatically. Variable iPrevDocid is the docid of the most 
116665 sqlite_int64 iPrevDocid; /* Docid of most recently inserted document */
125764 if( fts3PendingListAppend(&pList, p->iPrevDocid, iCol, iPos, &rc) ){
125783 ** p->iPrevDocid, and the column is specified by argument iCol.
125878 if( iDocid<=p->iPrevDocid
125885 p->iPrevDocid = iDocid;
128050 ** with docid equal to p->iPrevDocid. The sizes are encoded as
128076 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
128609 if( rc==SQLITE_OK && (!isRemove || *pRowid!=p->iPrevDocid ) ){
128613 assert( p->iPrevDocid==*pRowid );