Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/storage/
H A Ddownload_manager_mtproto.h181 struct CdnFileHash { struct
182 CdnFileHash(int limit, QByteArray hash) : limit(limit), hash(hash) { in CdnFileHash() argument
269 base::flat_map<int, CdnFileHash> _cdnFileHashes;
H A Ddownload_manager_mtproto.cpp952 CdnFileHash{ data.vlimit().v, data.vhash().v }); in addCdnHashes()