Home
last modified time | relevance | path

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

/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/include/
H A Dfileitem.h49 bool bForcedRestart, bool &bDoCleanRestart) =0;
120 bool bForcedRestart, bool&) override;
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/source/
H A Dfileitem.cc324 bool bForcedRestart, bool &bDoCleanRetry) in DownloadStartedStoreHeader() argument
351 if (m_status > FIST_DLPENDING && !bForcedRestart) in DownloadStartedStoreHeader()
403 bForcedRestart = false; // behave normally, set all data in DownloadStartedStoreHeader()
405 if (bForcedRestart) in DownloadStartedStoreHeader()
475 if (bForcedRestart) in DownloadStartedStoreHeader()
527 if(bForcedRestart) in DownloadStartedStoreHeader()