Home
last modified time | relevance | path

Searched defs:totalToDownload (Results 1 – 3 of 3) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/news/src/
H A DnsNNTPNewsgroupList.cpp758 int32_t totalToDownload = m_lastMsgToDownload - m_firstMsgToDownload + 1; in ProcessXOVERLINE() local
881 int32_t totalToDownload = m_lastMsgToDownload - m_firstMsgToDownload + 1; in ProcessXHDRLine() local
898 int32_t totalToDownload = m_lastMsgToDownload - m_firstMsgToDownload + 1; in InitHEAD() local
/dports/sysutils/dnf/dnf-4.9.0/dnf/
H A Drepo.py193 def progress(self, totalToDownload, downloaded): argument
404 def progress(self, totalToDownload, downloaded): argument
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/repo/
H A DRepo.cpp166 int RepoCB::progress(double totalToDownload, double downloaded) { return 0; } in progress()
216 int Repo::Impl::progressCB(void * data, double totalToDownload, double downloaded) in progressCB()
1662 int PackageTargetCB::progress(double totalToDownload, double downloaded) { return 0; } in progress()
1706 int PackageTarget::Impl::progressCB(void * data, double totalToDownload, double downloaded) in progressCB()