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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleCollection.cpp48 const std::string &fileHash)
52 m_fileHash(fileHash)
82 // ed2k://|file|fileName|fileSize|fileHash|/
254 std::string fileHash = std::string(32, '0'); local
278 fileHash[pos*2] = hex[((bFileHash[pos] >> 4) & 0xF)];
279 fileHash[(pos*2) + 1] = hex[(bFileHash[pos]) & 0x0F];
342 AddFile(fileName, fileSize, fileHash);
383 // ed2k://|file|fileName|fileSize|fileHash|/
411 std::string fileHash = Link.substr(iSize+1,32); local
413 return AddFile(fileName, fileSize, fileHash);
45 CollectionFile( const std::string &fileName, uint64_t fileSize, const std::string &fileHash) argument
417 AddFile( const std::string &fileName, uint64_t fileSize, const std::string &fileHash) argument
435 IsValidHash(const std::string &fileHash) argument
[all...]
H A DMuleCollection.h46 const std::string &fileHash = "");
75 const std::string &fileHash);
77 static bool IsValidHash(const std::string &fileHash);
H A DClientTCPSocket.cpp1647 const CMD4Hash fileHash(fileid2);
1648 if (theApp->sharedfiles->GetFileByID(fileHash) == NULL) {
1649 if (theApp->downloadqueue->GetFileByID(fileHash) == NULL) {
H A DExternalConn.cpp1433 CMD4Hash fileHash = request->GetTagByNameSafe(EC_TAG_KNOWNFILE)->GetMD4Data(); local
1436 CKnownFile* file = theApp->downloadqueue->GetFileByID(fileHash);
1438 file = theApp->knownfiles->FindKnownFileByID(fileHash);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/plasmamule/
H A Dqt-emc.cpp105 QString fileHash, fileName; local
229 fileHash.clear();
451 fileHash.append(QString().setNum(((buffer[pos] >> 4) & 0xF), 16));
452 fileHash.append(QString().setNum((buffer[pos] & 0x0F), 16));
509 list.append(QString("ed2k://|file|%1|%2|%3|/").arg(fileName).arg(fileSize).arg(fileHash));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebServer.cpp386 CMD4Hash fileHash; local
387 wxCHECK2(fileHash.Decode(file_hash), /* Do nothing. */ );
389 CECTag hashtag(EC_TAG_KNOWNFILE, fileHash);
394 SharedFile *file = m_SharedFileInfo.GetByHash(fileHash);
401 SharedFile *file = m_SharedFileInfo.GetByHash(fileHash);
425 CMD4Hash fileHash; local
426 wxCHECK2(fileHash.Decode(file_hash), /* Do nothing. */ );
428 CECTag hashtag(EC_TAG_PARTFILE, fileHash);
439 DownloadFile *file = m_DownloadFileInfo.GetByHash(fileHash);
446 DownloadFile *file = m_DownloadFileInfo.GetByHash(fileHash);
463 CMD4Hash fileHash; local
[all...]
H A DWebServer.h260 T * GetByHash(const CMD4Hash &fileHash) argument
264 if (it->second->nHash == fileHash) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearch.cpp962 const CMD4Hash fileHash(fileid);
965 CKnownFile* file = theApp->sharedfiles->GetFileByID(fileHash);
969 file = (CKnownFile*)theApp->downloadqueue->GetFileByID(fileHash);

Completed in 198 milliseconds