OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTS3_MERGE_COUNT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h
28
**
FTS3_MERGE_COUNT
segments of level N, they are merged into a single
31
#define
FTS3_MERGE_COUNT
16
fts3_write.c
787
** However, if there are already
FTS3_MERGE_COUNT
indexes at the requested
810
/* If iNext is
FTS3_MERGE_COUNT
, indicating that level iLevel is already
813
** if iNext is less than
FTS3_MERGE_COUNT
, allocate index iNext.
815
if( iNext>=
FTS3_MERGE_COUNT
){
[
all
...]
Completed in 28 milliseconds