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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSharedFileList.h59 CKnownFile* GetFileByID(const CMD4Hash& filehash);
60 short GetFilePriorityByID(const CMD4Hash& filehash);
H A DPartFileConvert.h61 wxString filehash; member in struct:ConvertInfo
H A DExternalConn.cpp1908 CMD4Hash filehash = file->GetFileHash(); local
1909 if ( m_dirty_status.find(filehash) != m_dirty_status.end() ) {
1910 m_dirty_status[filehash].m_dirty = true;;
1916 CMD4Hash filehash = file->GetFileHash(); local
1917 wxASSERT ( m_dirty_status.find(filehash) == m_dirty_status.end() );
1919 m_dirty_status[filehash] = status;
1924 CMD4Hash filehash = file->GetFileHash(); local
1925 wxASSERT ( m_dirty_status.find(filehash) != m_dirty_status.end() );
1927 m_dirty_status[filehash].m_finished = true;
1932 CMD4Hash filehash local
1943 CMD4Hash filehash = it->first; local
1979 CMD4Hash filehash = file->GetFileHash(); local
1987 CMD4Hash filehash = file->GetFileHash(); local
1995 CMD4Hash filehash = file->GetFileHash(); local
2006 CMD4Hash filehash = it->first; local
[all...]
H A DUploadQueue.cpp591 * This function removes a file indicated by filehash from suspended_uploads_list.
593 void CUploadQueue::ResumeUpload( const CMD4Hash& filehash )
595 suspendedUploadsSet.erase(filehash);
597 % filehash.Encode() );
601 * This function stops upload of a file indicated by filehash.
611 uint16 CUploadQueue::SuspendUpload(const CMD4Hash& filehash, bool terminate)
614 % filehash.Encode() );
617 //Append the filehash to the list.
619 suspendedUploadsSet.insert(filehash);
626 if (potential->GetUploadFileID() == filehash) {
[all...]
H A DPartFileConvert.cpp49 wxString filehash; member in struct:ConvertJob
61 folder(job->folder), filename(job->filename), filehash(job->filehash),
259 s_pfconverting->filehash = file->GetFileHash().Encode();
H A DDownloadQueue.h85 * @param filehash The hash to search for.
88 CPartFile* GetFileByID(const CMD4Hash& filehash) const;
H A DPartFileConvertDlg.cpp173 s_convertgui->m_joblist->SetItem(itemnr, 3, info.filehash);
H A DSharedFileList.cpp574 CKnownFile* CSharedFileList::GetFileByID(const CMD4Hash& filehash) argument
577 CKnownFileMap::iterator it = m_Files_map.find(filehash);
586 short CSharedFileList::GetFilePriorityByID(const CMD4Hash& filehash) argument
588 CKnownFile* tocheck = GetFileByID(filehash);
H A DDownloadQueue.cpp547 CPartFile* CDownloadQueue::GetFileByID(const CMD4Hash& filehash) const
552 if ( filehash == m_filelist[i]->GetFileHash()) {
558 if ( filehash == (*it)->GetFileHash()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfile.c57 T_HashTable *filehash; variable
248 hash_remove(filehash, (void *) This, This->hint);
250 hash_add(filehash, (void *) This, &This->hint);
479 return hash_remove(filehash, (void *) Stream, This->hint);
564 make_ht(func1, func2, comp, 20, &filehash);
593 if(!hash_lookup(filehash, (T_HashTableEl) &Pattern,
632 hash_add(filehash, (void *) File, &File->hint);

Completed in 90 milliseconds