OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DL_DOCIDS
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c
126
** information. A
DL_DOCIDS
doclist omits both the position and
382
DL_DOCIDS
, /* docids only */
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
);
[
all
...]
/external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1.c
178
* A doclist with type
DL_DOCIDS
is like the above, but holds only docids
218
DL_DOCIDS
, /* docids only */
[
all
...]
fulltext.c
103
* A doclist with type
DL_DOCIDS
is like the above, but holds only docids
124
DL_DOCIDS
, /* docids only */
[
all
...]
Completed in 360 milliseconds