Home | History | Annotate | Download | only in fts2

Lines Matching refs:POS_COLUMN

107 **     varint POS_COLUMN;   (marks start of position list for new column)
121 ** both based at 0. Note that POS_END and POS_COLUMN occur in the
402 POS_COLUMN, /* followed by new column number */
711 if( iDummy==POS_COLUMN ){
772 if( iDummy==POS_COLUMN ){
947 if( i==POS_COLUMN ){
959 assert( i!=POS_COLUMN );
1041 /* Worst-case space for POS_COLUMN, iColumn, iPosDelta,
1053 n += putVarint(c+n, POS_COLUMN);