Searched refs:IsRemoteQueueFull (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DUpDownClientEC.h127 bool IsRemoteQueueFull() const { return m_bRemoteQueueFull; } function in class:CUpDownClient
H A DClientRef.cpp169 bool WRAPC(IsRemoteQueueFull)
H A DClientRef.h168 bool IsRemoteQueueFull() const;
H A DGenericClientListCtrl.cpp734 if (client.IsRemoteQueueFull()) {
980 if (client.IsRemoteQueueFull()) {
1003 client.IsRemoteQueueFull() );
1177 if ( client1.IsRemoteQueueFull() ) {
1178 if ( client2.IsRemoteQueueFull() ) {
1183 } else if ( client2.IsRemoteQueueFull() ) {
H A Dupdownclient.h337 bool IsRemoteQueueFull() const { return m_bRemoteQueueFull; } function in class:CUpDownClient
H A DECSpecialCoreTags.cpp295 AddTag(CECTag(EC_TAG_CLIENT_REMOTE_QUEUE_RANK, client->IsRemoteQueueFull() ? (uint16)0xffff : client->GetRemoteQueueRank()), valuemap);
H A DPartFile.cpp1450 if( cur_src->IsRemoteQueueFull()) {
2584 int valid = ( state == DS_DOWNLOADING ) || ( state == DS_ONQUEUE && !cur_src->IsRemoteQueueFull() );

Completed in 176 milliseconds