Searched refs:DL_POSITIONS (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c100 * A doclist with type DL_POSITIONS is like the above, but holds only docids
125 DL_POSITIONS, /* docids + positions */ enumerator in enum:DocListType
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 );
[all...]
H A Dfts1.c175 * A doclist with type DL_POSITIONS is like the above, but holds only docids
219 DL_POSITIONS, /* docids + positions */ enumerator in enum:DocListType
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 ){
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c125 ** A DL_POSITIONS doclist omits the startOffset and endOffset
383 DL_POSITIONS, /* docids + positions */ enumerator in enum:DocListType
397 # define DL_DEFAULT DL_POSITIONS
704 if( pReader->iType>=DL_POSITIONS ){
774 }else if( iType>DL_POSITIONS ){
1386 if( pLeft->iType==DL_POSITIONS ) return 0;
1587 ** DL_POSITIONS, the positions are those from pRight.
1603 rc = dlrInit(&left, DL_POSITIONS, pLeft, nLeft);
1605 rc = dlrInit(&right, DL_POSITIONS, pRight, nRight);
3641 0<pQTerm->nPhrase ? DL_POSITIONS
[all...]

Completed in 132 milliseconds