MERGE_AND        114858 third_party/sqlite/amalgamation/sqlite3.c        || mergetype==MERGE_AND    || mergetype==MERGE_NOT
MERGE_AND        114893 third_party/sqlite/amalgamation/sqlite3.c     case MERGE_AND:
MERGE_AND        115900 third_party/sqlite/amalgamation/sqlite3.c                   MERGE_AND, 0, 0, aRet, &nRet, aRet, nRet, aNew, nNew, &nDoc
MERGE_AND        115974 third_party/sqlite/amalgamation/sqlite3.c             assert( FTSQUERY_NOT==MERGE_NOT && FTSQUERY_AND==MERGE_AND );
MERGE_AND        1808 third_party/sqlite/src/ext/fts3/fts3.c        || mergetype==MERGE_AND    || mergetype==MERGE_NOT
MERGE_AND        1843 third_party/sqlite/src/ext/fts3/fts3.c     case MERGE_AND:
MERGE_AND        2850 third_party/sqlite/src/ext/fts3/fts3.c                   MERGE_AND, 0, 0, aRet, &nRet, aRet, nRet, aNew, nNew, &nDoc
MERGE_AND        2924 third_party/sqlite/src/ext/fts3/fts3.c             assert( FTSQUERY_NOT==MERGE_NOT && FTSQUERY_AND==MERGE_AND );