Home | History | Annotate | Download | only in fts3

Lines Matching refs:iCol

63   int iCol;                       /* Column token must occur in */
466 sqlite3_int64 iCol, /* Column for entry to add */
489 if( iCol>0 && p->iLastCol!=iCol ){
491 || SQLITE_OK!=(rc = fts3PendingListAppendVarint(&p, iCol))
495 p->iLastCol = iCol;
498 if( iCol>=0 ){
518 ** p->iPrevDocid, and the column is specified by argument iCol.
525 int iCol, /* Column into which text is being inserted */
571 if( fts3PendingListAppend(&pList, p->iPrevDocid, iCol, iPos, &rc) ){
1989 ** identify the subset of the position list that corresponds to column iCol.
1991 ** If there are no entries in the input position list for column iCol, then
1995 int iCol, /* Column to filter on */
2005 assert( iCol>=0 );
2010 if( iCol==iCurrent ){
2157 fts3ColumnFilter(pFilter->iCol, &pList, &nList);
2577 if( (pDef->iCol>=p->nColumn || pDef->iCol==i)
2605 int iCol /* Column that token must appear in (or -1) */
2615 pDeferred->iCol = iCol;