Home
last modified time | relevance | path

Searched refs:ExtProtocolAvailable (Results 1 – 16 of 16) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DClientRef.h118 bool ExtProtocolAvailable() const;
H A DClientRef.cpp121 bool WRAPC(ExtProtocolAvailable) in WRAPC()
H A DUpDownClientEC.h79 bool ExtProtocolAvailable() const { return m_bEmuleProtocol; }
H A DUploadClient.cpp724 if (!ExtProtocolAvailable()) { in SendRankingInfo()
747 if (!m_bCommentDirty || file == NULL || !ExtProtocolAvailable() || m_byAcceptCommentVer < 1) { in SendCommentInfo()
H A DECSpecialCoreTags.cpp294 AddTag(CECTag(EC_TAG_CLIENT_EXT_PROTOCOL, client->ExtProtocolAvailable()), valuemap); in CEC_UpDownClient_Tag()
H A Dupdownclient.h190 bool ExtProtocolAvailable() const { return m_bEmuleProtocol;} in ExtProtocolAvailable() function
H A DDownloadClient.cpp191 ExtProtocolAvailable() && (SupportsSourceExchange2() || GetSourceExchange1Version() > 1) && in IsSourceRequestAllowed()
H A DGenericClientListCtrl.cpp810 } else if ( !client.ExtProtocolAvailable() ) { in DrawClientItem()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DClientRef.h118 bool ExtProtocolAvailable() const;
H A DClientRef.cpp121 bool WRAPC(ExtProtocolAvailable)
H A DUpDownClientEC.h79 bool ExtProtocolAvailable() const { return m_bEmuleProtocol; } in ExtProtocolAvailable() function
H A DUploadClient.cpp724 if (!ExtProtocolAvailable()) { in SendRankingInfo()
747 if (!m_bCommentDirty || file == NULL || !ExtProtocolAvailable() || m_byAcceptCommentVer < 1) { in SendCommentInfo()
H A DECSpecialCoreTags.cpp294 AddTag(CECTag(EC_TAG_CLIENT_EXT_PROTOCOL, client->ExtProtocolAvailable()), valuemap); in CEC_UpDownClient_Tag()
H A Dupdownclient.h190 bool ExtProtocolAvailable() const { return m_bEmuleProtocol;}
H A DGenericClientListCtrl.cpp810 } else if ( !client.ExtProtocolAvailable() ) { in DrawClientItem()
H A DDownloadClient.cpp191 ExtProtocolAvailable() && (SupportsSourceExchange2() || GetSourceExchange1Version() > 1) && in IsSourceRequestAllowed()