OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DL_POSITIONS
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c
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
);
[
all
...]
fts1.c
175
* A doclist with type
DL_POSITIONS
is like the above, but holds only docids
219
DL_POSITIONS
, /* docids + positions */
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/
fts2.c
125
** A
DL_POSITIONS
doclist omits the startOffset and endOffset
383
DL_POSITIONS
, /* docids + positions */
397
# define DL_DEFAULT
DL_POSITIONS
704
if( pReader->iType>=
DL_POSITIONS
){
774
}else if( iType>
DL_POSITIONS
){
[
all
...]
Completed in 38 milliseconds