Home
last modified time | relevance | path

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

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DContactsManager.h1194 int reupload_count = 0, vector<int> bad_parts = {});
1693 int reupload_count; member
1696 …UploadedProfilePhoto(double main_frame_timestamp, bool is_animation, int32 reupload_count, Promise… in UploadedProfilePhoto()
1699 , reupload_count(reupload_count) in UploadedProfilePhoto()
H A DContactsManager.cpp6120 … Promise<Unit> &&promise, int reupload_count, vector<int> bad_parts) { in upload_profile_photo() argument
6124 …file_id, UploadedProfilePhoto{main_frame_timestamp, is_animation, reupload_count, std::move(promis… in upload_profile_photo()
15840 int32 reupload_count = it->second.reupload_count; in on_upload_profile_photo() local
15846 << " with reupload_count = " << reupload_count; in on_upload_profile_photo()
15852 if (reupload_count == 3) { // upload, ForceReupload repair file reference, reupload in on_upload_profile_photo()
15868 …e_photo(file_id, is_animation, main_frame_timestamp, std::move(promise), reupload_count + 1, {-1}); in on_upload_profile_photo()