Home | History | Annotate | Download | only in fts1

Lines Matching refs:DL_POSITIONS

175  * A doclist with type DL_POSITIONS is like the above, but holds only docids
219 DL_POSITIONS, /* docids + positions */
231 # define DL_DEFAULT DL_POSITIONS
298 if( d->iType>=DL_POSITIONS ){
323 assert( d->iType==DL_POSITIONS );
341 assert( d->iType>=DL_POSITIONS );
411 if( pReader->pDoclist->iType>=DL_POSITIONS ){
429 if( iType<DL_POSITIONS ){
458 if( p && p->iType>=DL_POSITIONS ){
508 if( p->iType>=DL_POSITIONS ){
530 assert( in->iType>=DL_POSITIONS );
532 docListInit(&out, DL_POSITIONS, NULL, 0);
558 assert( in->iType>=DL_POSITIONS );
560 docListInit(&out, DL_POSITIONS, NULL, 0);
705 if( pOut->iType>=DL_POSITIONS ){
770 assert( pOut->iType<DL_POSITIONS );
2596 pLeft = docListNew(DL_POSITIONS);
2603 pRight = docListNew(DL_POSITIONS);
2609 pNew = docListNew(i<pQTerm->nPhrase ? DL_POSITIONS : DL_DOCIDS);