MERGE_PHRASE 114859 third_party/sqlite/amalgamation/sqlite3.c || mergetype==MERGE_PHRASE || mergetype==MERGE_POS_PHRASE MERGE_PHRASE 114923 third_party/sqlite/amalgamation/sqlite3.c case MERGE_PHRASE: { MERGE_PHRASE 114924 third_party/sqlite/amalgamation/sqlite3.c char **ppPos = (mergetype==MERGE_PHRASE ? 0 : &p); MERGE_PHRASE 115552 third_party/sqlite/amalgamation/sqlite3.c if( ii==pPhrase->nToken-1 && !isReqPos ) mt = MERGE_PHRASE; MERGE_PHRASE 1809 third_party/sqlite/src/ext/fts3/fts3.c || mergetype==MERGE_PHRASE || mergetype==MERGE_POS_PHRASE MERGE_PHRASE 1873 third_party/sqlite/src/ext/fts3/fts3.c case MERGE_PHRASE: { MERGE_PHRASE 1874 third_party/sqlite/src/ext/fts3/fts3.c char **ppPos = (mergetype==MERGE_PHRASE ? 0 : &p); MERGE_PHRASE 2502 third_party/sqlite/src/ext/fts3/fts3.c if( ii==pPhrase->nToken-1 && !isReqPos ) mt = MERGE_PHRASE;