Home | History | Annotate | Download | only in orig

Lines Matching defs:iPrevDocid

126776   ** tables are flushed to disk. Variable iPrevDocid is the docid of the most 
126786 sqlite_int64 iPrevDocid; /* Docid of most recently inserted document */
137459 if( fts3PendingListAppend(&pList, p->iPrevDocid, iCol, iPos, &rc) ){
137478 ** p->iPrevDocid, and the column is specified by argument iCol.
137573 if( iDocid<=p->iPrevDocid
137580 p->iPrevDocid = iDocid;
140013 ** with docid equal to p->iPrevDocid. The sizes are encoded as
140039 sqlite3_bind_int64(pStmt, 1, p->iPrevDocid);
142314 if( rc==SQLITE_OK && (!isRemove || *pRowid!=p->iPrevDocid ) ){
142318 assert( p->iPrevDocid==*pRowid );