Searched refs:GetDownloadState (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadClient.cpp144 if (GetDownloadState() != DS_TOOMANYCONNS) {
149 if (GetDownloadState() != DS_TOOMANYCONNS) {
562 if(GetDownloadState() == DS_DOWNLOADING) {
849 if (!(GetDownloadState() == DS_DOWNLOADING || GetDownloadState() == DS_NONEEDEDPARTS)) {
1246 if (GetDownloadState() != DS_DOWNLOADING){
1377 switch (GetDownloadState()) {
1432 if (GetDownloadState() == DS_DOWNLOADING) {
1501 m_A4AF_list[m_reqfile].NeededParts = (GetDownloadState() != DS_NONEEDEDPARTS);
1576 m_reqfile->ClientStateChanged( GetDownloadState(),
[all...]
H A DGenericClientListCtrl.cpp405 switch (it->GetDownloadState()) {
726 switch (client.GetDownloadState()) {
979 if ( item->GetType() != A4AF_SOURCE && client.GetDownloadState() == DS_ONQUEUE ) {
1002 buffer = DownloadStateToStr( client.GetDownloadState(),
1172 if ( client1.GetDownloadState() != client2.GetDownloadState() ) {
1173 return client1.GetDownloadState() - client2.GetDownloadState();
1326 uint16 lastDownloadingPart = source.GetDownloadState() == DS_DOWNLOADING
H A DUpDownClientEC.h87 uint8 GetDownloadState() const { return m_nDownloadState; } function in class:CUpDownClient
H A DClientRef.cpp129 uint8 WRAPC(GetDownloadState)
H A DClientRef.h126 uint8 GetDownloadState() const;
H A DBaseClient.cpp1296 if (GetDownloadState() == DS_DOWNLOADING) {
1302 if (GetDownloadState() == DS_CONNECTED) {
1318 if (((GetDownloadState() == DS_REQHASHSET) || m_fHashsetRequesting) && (m_reqfile)) {
1468 if (GetDownloadState() == DS_CONNECTING) {
1470 } else if (GetDownloadState() == DS_REQHASHSET) {
1534 if (GetDownloadState() == DS_CONNECTING) {
1577 if( GetDownloadState() == DS_WAITCALLBACK ) {
1606 if (GetDownloadState() == DS_WAITCALLBACK) {
1704 switch(GetDownloadState()) {
1714 if (GetDownloadState() !
[all...]
H A DECSpecialCoreTags.cpp277 if (client->GetDownloadState() == DS_DOWNLOADING || valuemap) {
286 AddTag(CECTag(EC_TAG_CLIENT_DOWNLOAD_STATE, client->GetDownloadState()), valuemap);
H A DClientList.cpp998 && pCurClient->GetDownloadState() == DS_NONE
1013 if (!(pCurClient->GetDownloadState() == DS_NONE)) {
1016 % (long int)pCurClient % pCurClient->GetDownloadState());
H A DClientTCPSocket.cpp559 switch (m_client->GetDownloadState()) {
644 if (m_client->GetDownloadState() == DS_ONQUEUE ) {
763 if (m_client->GetDownloadState() == DS_DOWNLOADING) {
H A DUploadQueue.cpp384 if (theApp->serverconnect->IsConnected() && theApp->serverconnect->IsLowID() && !theApp->serverconnect->IsLocalServer(client->GetServerIP(),client->GetServerPort()) && client->GetDownloadState() == DS_NONE && !client->IsFriend() && theStats::GetWaitingUserCount() > 50) {
H A Dupdownclient.h320 uint8 GetDownloadState() const { return m_nDownloadState; } function in class:CUpDownClient
H A DPartFile.cpp1385 if(cur_src->GetDownloadState() == DS_DOWNLOADING) {
1394 switch (cur_src->GetDownloadState()) {
1493 uint8 download_state=cur_source->GetDownloadState();
2415 if (cur_src->GetDownloadState() == DS_DOWNLOADING) {
2583 int state = cur_src->GetDownloadState();
3983 if ((cur_src->GetDownloadState() == DS_DOWNLOADING) && (cur_src != caller)) {
H A Damule-remote-gui.cpp1453 switch (client->GetDownloadState()) {

Completed in 683 milliseconds