Home | History | Annotate | Download | only in fts1

Lines Matching refs:DL_POSITIONS

100  * A doclist with type DL_POSITIONS is like the above, but holds only docids
125 DL_POSITIONS, /* docids + positions */
191 assert( d->iType>=DL_POSITIONS );
250 assert( iType>=DL_POSITIONS );
278 if( pReader->pDoclist->iType >= DL_POSITIONS ){
387 assert( pIn==NULL || pIn->iType <= DL_POSITIONS );
388 assert( pOut->iType <= DL_POSITIONS );
406 if( m->pOut->iType >= DL_POSITIONS ){
417 if( m->pOut->iType >= DL_POSITIONS && match ){
425 assert( pBlock->iType >= DL_POSITIONS );
442 if( m->in.pDoclist==NULL || m->in.pDoclist->iType < DL_POSITIONS ){
445 if( m->pOut->iType >= DL_POSITIONS ){
1209 DocList *next = docListNew(need_positions ? DL_POSITIONS : DL_DOCIDS);