Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/
H A DMusicDatabase.cpp5100 std::string strSQLWhere; in GetArtistsByWhere() local
5101 if (!BuildSQL(strSQLWhere, countFilter, strSQLWhere)) in GetArtistsByWhere()
5309 std::string strSQLWhere; in GetAlbumsByWhere() local
5310 if (!BuildSQL(strSQLWhere, countFilter, strSQLWhere)) in GetAlbumsByWhere()
5313 "SELECT COUNT(DISTINCT albumview.idAlbum) FROM albumview " + strSQLWhere, m_pDS); in GetAlbumsByWhere()
10849 std::string strSQLWhere; in SetScraperAll() local
10850 if (!BuildSQL(strSQLWhere, extFilter, strSQLWhere)) in SetScraperAll()
10854 StringUtils::Replace(strSQLWhere, "artistview", "artist"); in SetScraperAll()
10855 StringUtils::Replace(strSQLWhere, "albumview", "album"); in SetScraperAll()
10863 strSQL = PrepareSQL(strSQL, 0) + strSQLWhere; in SetScraperAll()
[all …]