FTS3_SEGMENT_IGNORE_EMPTY 115311 third_party/sqlite/amalgamation/sqlite3.c   filter.flags = FTS3_SEGMENT_IGNORE_EMPTY 
FTS3_SEGMENT_IGNORE_EMPTY 117115 third_party/sqlite/amalgamation/sqlite3.c   pCsr->filter.flags = FTS3_SEGMENT_REQUIRE_POS|FTS3_SEGMENT_IGNORE_EMPTY;
FTS3_SEGMENT_IGNORE_EMPTY 121971 third_party/sqlite/amalgamation/sqlite3.c   int isIgnoreEmpty =  (pCsr->pFilter->flags & FTS3_SEGMENT_IGNORE_EMPTY);
FTS3_SEGMENT_IGNORE_EMPTY 122166 third_party/sqlite/amalgamation/sqlite3.c   filter.flags |= (iLevel==FTS3_SEGCURSOR_ALL ? FTS3_SEGMENT_IGNORE_EMPTY : 0);
FTS3_SEGMENT_IGNORE_EMPTY 2261 third_party/sqlite/src/ext/fts3/fts3.c   filter.flags = FTS3_SEGMENT_IGNORE_EMPTY 
FTS3_SEGMENT_IGNORE_EMPTY  360 third_party/sqlite/src/ext/fts3/fts3_aux.c   pCsr->filter.flags = FTS3_SEGMENT_REQUIRE_POS|FTS3_SEGMENT_IGNORE_EMPTY;
FTS3_SEGMENT_IGNORE_EMPTY 2065 third_party/sqlite/src/ext/fts3/fts3_write.c   int isIgnoreEmpty =  (pCsr->pFilter->flags & FTS3_SEGMENT_IGNORE_EMPTY);
FTS3_SEGMENT_IGNORE_EMPTY 2260 third_party/sqlite/src/ext/fts3/fts3_write.c   filter.flags |= (iLevel==FTS3_SEGCURSOR_ALL ? FTS3_SEGMENT_IGNORE_EMPTY : 0);