Searched refs:HasValidHash (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadQueue.cpp610 if ( source->HasValidHash() ) {
630 if ( (source->RequiresCryptLayer() && (!thePrefs::IsClientCryptLayerSupported() || !source->HasValidHash())) || (thePrefs::IsClientCryptLayerRequired() && (!source->SupportsCryptLayer() || !source->HasValidHash()))) {
636 if ( source->HasValidHash() ) {
732 if ( (source->RequiresCryptLayer() && (!thePrefs::IsClientCryptLayerSupported() || !source->HasValidHash()))
733 || (thePrefs::IsClientCryptLayerRequired() && (!source->SupportsCryptLayer() || !source->HasValidHash()))) {
H A Dupdownclient.h186 bool HasValidHash() const { return m_HasValidHash; } function in class:CUpDownClient
571 bool SupportsDirectUDPCallback() const { return m_fDirectUDPCallback != 0 && HasValidHash() && GetKadPort() != 0; }
H A DClientList.cpp122 if ( toadd->HasValidHash() ) {
235 if ( !client->HasValidHash() ) {
335 if ( client->HasValidHash() ) {
H A DServerSocket.cpp563 if (size >= 23 && client->HasValidHash()){
H A DDownloadClient.cpp66 if(!bIgnoreUserhash && HasValidHash() && tocomp->HasValidHash()) {
H A DBaseClient.cpp1626 if (HasValidHash() && SupportsCryptLayer() && thePrefs::IsClientCryptLayerSupported() && (RequestsCryptLayer() || thePrefs::IsClientCryptLayerRequested())){
2631 && HasValidHash() && (thePrefs::IsClientCryptLayerRequested() || RequestsCryptLayer()) );

Completed in 77 milliseconds