Home
last modified time | relevance | path

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

/dports/sysutils/pacman/pacman-5.1.3/lib/libalpm/
H A Ddload.c372 double remote_size, bytes_dl; in curl_download_internal() local
505 curl_easy_getinfo(curl, CURLINFO_SIZE_DOWNLOAD, &bytes_dl); in curl_download_internal()
515 if(timecond == 1 && DOUBLE_EQ(bytes_dl, 0)) { in curl_download_internal()
525 if(!DOUBLE_EQ(remote_size, -1) && !DOUBLE_EQ(bytes_dl, -1) && in curl_download_internal()
526 !DOUBLE_EQ(bytes_dl, remote_size)) { in curl_download_internal()
529 payload->remote_name, (intmax_t)bytes_dl, (intmax_t)remote_size); in curl_download_internal()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/
H A Dcore.cpp939 Uint64 bytes_dl = 0, bytes_ul = 0; in getStats() local
946 bytes_dl += s.session_bytes_downloaded; in getStats()
951 stats.bytes_downloaded = bytes_dl + removed_bytes_down; in getStats()