Searched defs:MERGE_PHRASE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3.c1769 #define MERGE_PHRASE 6 /* P + P -> D */ macro
1809 || mergetype==MERGE_PHRASE || mergetype==MERGE_POS_PHRASE
1873 case MERGE_PHRASE: {
1874 char **ppPos = (mergetype==MERGE_PHRASE ? 0 : &p);
2498 ** requested by the caller, use MERGE_PHRASE instead of POS_PHRASE.
2502 if( ii==pPhrase->nToken-1 && !isReqPos ) mt = MERGE_PHRASE;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c114819 #define MERGE_PHRASE macro
[all...]

Completed in 178 milliseconds