Searched refs:DL_POSITIONS (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/fts1/ |
| H A D | fulltext.c | 125 DL_POSITIONS, /* docids + positions */ enumerator 191 assert( d->iType>=DL_POSITIONS ); in docListAddPos() 250 assert( iType>=DL_POSITIONS ); in readPosition() 278 if( pReader->pDoclist->iType >= DL_POSITIONS ){ in skipDocument() 387 assert( pIn==NULL || pIn->iType <= DL_POSITIONS ); in mergeInit() 388 assert( pOut->iType <= DL_POSITIONS ); in mergeInit() 406 if( m->pOut->iType >= DL_POSITIONS ){ in mergePosList() 417 if( m->pOut->iType >= DL_POSITIONS && match ){ in mergePosList() 425 assert( pBlock->iType >= DL_POSITIONS ); in mergeBlock() 442 if( m->in.pDoclist==NULL || m->in.pDoclist->iType < DL_POSITIONS ){ in mergeBlock() [all …]
|
| H A D | fts1.c | 231 # define DL_DEFAULT DL_POSITIONS 298 if( d->iType>=DL_POSITIONS ){ in docListAddDocid() 323 assert( d->iType==DL_POSITIONS ); in docListAddPos() 341 assert( d->iType>=DL_POSITIONS ); in docListAddPosOffset() 429 if( iType<DL_POSITIONS ){ in readPosition() 458 if( p && p->iType>=DL_POSITIONS ){ in skipPositionList() 508 if( p->iType>=DL_POSITIONS ){ in printDoclist() 530 assert( in->iType>=DL_POSITIONS ); in docListRestrictColumn() 558 assert( in->iType>=DL_POSITIONS ); in docListDiscardEmpty() 770 assert( pOut->iType<DL_POSITIONS ); in docListAndMerge() [all …]
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2.c | 357 DL_POSITIONS, /* docids + positions */ enumerator 371 # define DL_DEFAULT DL_POSITIONS 663 if( pReader->iType>=DL_POSITIONS ){ in dlrStep() 721 }else if( iType>DL_POSITIONS ){ in docListValidate() 1297 if( pLeft->iType==DL_POSITIONS ) return 0; in posListCmp() 1471 dlrInit(&left, DL_POSITIONS, pLeft, nLeft); in docListPhraseMerge() 1472 dlrInit(&right, DL_POSITIONS, pRight, nRight); in docListPhraseMerge() 3460 0<pQTerm->nPhrase ? DL_POSITIONS : DL_DOCIDS, &left); in docListOfTerm() 3465 pQTerm[i].isPrefix, DL_POSITIONS, &right); in docListOfTerm() 3472 i<pQTerm->nPhrase ? DL_POSITIONS : DL_DOCIDS, &new); in docListOfTerm() [all …]
|