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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchFile.cpp53 m_abyFileHash = data.ReadHash();
305 bool isPart = theApp->downloadqueue->GetFileByID(m_abyFileHash) != NULL;
306 bool isKnown = theApp->knownfiles->FindKnownFileByID(m_abyFileHash) != NULL;
307 bool isCanceled = theApp->canceledfiles->IsCanceledFile(m_abyFileHash);
H A DKnownFile.cpp114 m_abyFileHash(other.m_abyFileHash),
463 m_abyFileHash = tag->FileHash();
511 m_abyFileHash = checkid;
516 if ( m_abyFileHash != checkid ) {
534 if ( m_abyFileHash == checkid ) {
683 file->WriteHash(m_abyFileHash);
1256 wxString strCfgPath = wxT("/") + m_abyFileHash.Encode() + wxT("/");
1505 wxString strCfgPath = wxT("/") + m_abyFileHash.Encode() + wxT("/");
H A DKnownFile.h113 const CMD4Hash& GetFileHash() const { return m_abyFileHash; }
148 CMD4Hash m_abyFileHash; member in class:CAbstractFile
H A DThreadTasks.cpp168 knownfile->m_abyFileHash = knownfile->m_hashlist[0];
173 knownfile->m_abyFileHash = hash;
H A DPartFile.cpp149 m_abyFileHash = searchresult->GetFileHash();
243 m_abyFileHash = fileLink->GetHashKey();
389 m_abyFileHash = metFile.ReadHash();
590 if (m_abyFileHash != checkhash) {
776 file.WriteHash(m_abyFileHash);
2322 if (hashresult != m_abyFileHash) {
2576 data.WriteHash(m_abyFileHash);
3563 m_abyFileHash = tag->FileHash();
H A Damule-remote-gui.cpp1982 m_abyFileHash = tag->FileHash();

Completed in 159 milliseconds