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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientTCPSocket.cpp1063 bool file_not_found = false; local
1069 file_not_found = true;
1073 if (!file_not_found && reqfile->IsLargeFile() && !m_client->SupportsLargeFiles()) {
1075 file_not_found = true;
1078 if (!file_not_found && nSize && (reqfile->GetFileSize() != nSize)) {
1080 file_not_found = true;
1083 if (file_not_found) {

Completed in 60 milliseconds