Home | History | Annotate | Download | only in fts1

Lines Matching refs:DL_POSITIONS_OFFSETS

87  * A doclist with type DL_POSITIONS_OFFSETS is stored like this:
126 DL_POSITIONS_OFFSETS /* docids + positions + offsets */
198 assert( d->iType==DL_POSITIONS_OFFSETS );
259 if( iType>=DL_POSITIONS_OFFSETS ){
737 docListInit(out, DL_POSITIONS_OFFSETS,
1085 docListInit(&block, DL_POSITIONS_OFFSETS,
1314 p = docListNew(DL_POSITIONS_OFFSETS);
1339 docListInit(&doclist, DL_POSITIONS_OFFSETS, 0, 0);