Home
last modified time | relevance | path

Searched refs:join_with_fts_ (Results 1 – 4 of 4) sorted by relevance

/dports/audio/strawberry/strawberry-1.0.0/src/collection/
H A Dcollectionquery.cpp48 join_with_fts_(false), in CollectionQuery()
99 join_with_fts_ = true; in CollectionQuery()
194 if (join_with_fts_) {
H A Dcollectionquery.h106 bool join_with_fts() const { return join_with_fts_; } in join_with_fts()
123 bool join_with_fts_; variable
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/library/
H A Dlibraryquery.cpp54 : include_unavailable_(false), join_with_fts_(false), limit_(-1) { in LibraryQuery()
154 join_with_fts_ = true; in LibraryQuery()
231 if (join_with_fts_) { in Exec()
H A Dlibraryquery.h102 bool join_with_fts_; variable