Searched refs:cryptoavail (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientCredits.h72 void AddDownloaded(uint32 bytes, uint32 dwForIP, bool cryptoavail);
73 void AddUploaded(uint32 bytes, uint32 dwForIP, bool cryptoavail);
76 float GetScoreRatio(uint32 dwForIP, bool cryptoavail);
H A DClientCredits.cpp72 void CClientCredits::AddDownloaded(uint32 bytes, uint32 dwForIP, bool cryptoavail) argument
78 if (cryptoavail) {
91 void CClientCredits::AddUploaded(uint32 bytes, uint32 dwForIP, bool cryptoavail) argument
97 if (cryptoavail) {
122 float CClientCredits::GetScoreRatio(uint32 dwForIP, bool cryptoavail) argument
129 if (cryptoavail) {

Completed in 37 milliseconds