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

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c126 ** information. A DL_DOCIDS doclist omits both the position and
382 DL_DOCIDS, /* docids only */ enumerator in enum:DocListType
393 ** If DL_DEFAULT is set to DL_DOCIDS, your table can only be inserted
767 if( iType>DL_DOCIDS ){
801 ** Only apply dlwAdd() to DL_DOCIDS doclists (else use PLWriter).
849 assert( nFirstOld<nData || (nFirstOld==nData && pWriter->iType==DL_DOCIDS) );
881 assert( pWriter->iType==DL_DOCIDS );
1005 ** convenience, if iType is DL_DOCIDS, PLWriter becomes a no-op.
1050 if( pWriter->dlw->iType==DL_DOCIDS ) return;
1103 if( pWriter->dlw->iType>DL_DOCIDS ){
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c178 * A doclist with type DL_DOCIDS is like the above, but holds only docids
218 DL_DOCIDS, /* docids only */ enumerator in enum:DocListType
2609 pNew = docListNew(i<pQTerm->nPhrase ? DL_POSITIONS : DL_DOCIDS);
2814 pNew = docListNew(DL_DOCIDS);
2823 pNew = docListNew(DL_DOCIDS);
2845 pNew = docListNew(DL_DOCIDS);
H A Dfulltext.c103 * A doclist with type DL_DOCIDS is like the above, but holds only docids
124 DL_DOCIDS, /* docids only */ enumerator in enum:DocListType
1209 DocList *next = docListNew(need_positions ? DL_POSITIONS : DL_DOCIDS);

Completed in 102 milliseconds