Searched refs:sharedfiles (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/amps/langs/
H A Dfr.inc34 $text["sharedfiles"] = "Fichiers partagés";
H A Dca.inc34 $text["sharedfiles"] = "Fitxers compartits";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DServerConnect.cpp284 theApp->sharedfiles->ClearED2KPublishInfo();
349 theApp->sharedfiles->ClearED2KPublishInfo();
398 theApp->sharedfiles->ClearED2KPublishInfo();
491 theApp->sharedfiles->ClearED2KPublishInfo();
H A DUploadClient.cpp198 CKnownFile* srcfile = theApp->sharedfiles->GetFileByID(CMD4Hash(currentblock->FileID));
241 theApp->sharedfiles->RemoveFile(srcfile);
678 CKnownFile* file = theApp->sharedfiles->GetFileByID( forfileid );
831 CKnownFile* uploadingfile = theApp->sharedfiles->GetFileByID(new_id);
H A DKnownFileList.cpp303 if (theApp->sharedfiles) {
305 theApp->sharedfiles->RemoveKeywords(existing);
H A Damule.cpp187 sharedfiles = NULL;
286 delete sharedfiles;
287 sharedfiles = NULL;
509 sharedfiles = new CSharedFileList(knownfiles);
562 sharedfiles->Reload();
1199 sharedfiles->Process();
1276 sharedfiles->SafeAddKFile(result);
H A DClientTCPSocket.cpp445 CKnownFile *reqfile = theApp->sharedfiles->GetFileByID(reqfilehash);
507 CKnownFile *reqfile = theApp->sharedfiles->GetFileByID(fileID);
612 CKnownFile* reqfile = theApp->sharedfiles->GetFileByID(fileID);
844 AddLogLineC(CFormat( _("User %s (%u) requested your sharedfiles-list -> Accepted"))
849 theApp->sharedfiles->CopyFileList(list);
865 AddLogLineC(CFormat( _("User %s (%u) requested your sharedfiles-list -> Denied"))
928 AddLogLineC(CFormat(_("User %s (%u) requested your sharedfiles-list for directory '%s' -> accepted")) % m_client->GetUserName() % m_client->GetUserIDHybrid() % strReqDir);
933 AddLogLineC(CFormat(_("User %s (%u) requested your sharedfiles-list for directory '%s' -> denied")) % m_client->GetUserName() % m_client->GetUserIDHybrid() % strReqDir);
982 AddLogLineC(CFormat( _("User %s (%u) sent sharedfiles-list for directory '%s'") )
989 AddLogLineC(CFormat( _("User %s (%u) finished sending sharedfiles
[all...]
H A DGuiEvents.cpp304 theApp->sharedfiles->SetFilePrio(file, val);
309 theApp->sharedfiles->SetFilePrio(file, PR_AUTO);
314 theApp->sharedfiles->SetFileCommentRating(file, comment, rating);
H A DPartFileConvert.cpp216 theApp->sharedfiles->PublishNextTurn();
442 theApp->sharedfiles->SafeAddKFile(file); // part files are always shared files
H A DExternalConn.cpp165 theApp->sharedfiles->CopyFileList(shares);
634 for (uint32 i = 0; i < theApp->sharedfiles->GetFileCount(); ++i) {
635 CKnownFile *cur_file = (CKnownFile *)theApp->sharedfiles->GetFileByIndex(i);
1126 CKnownFile* cur_file = theApp->sharedfiles->GetFileByID(hash);
1426 theApp->sharedfiles->Reload();
1451 if (theApp->sharedfiles->RenameFile(file, CPath(newName))) {
1472 theApp->sharedfiles->Reload();
1485 CKnownFile * file = theApp->sharedfiles->GetFileByID(hash);
1970 for (unsigned int i = 0; i < theApp->sharedfiles->GetFileCount(); i++) {
1971 CKnownFile *cur_file = (CKnownFile *)theApp->sharedfiles
[all...]
H A DUploadQueue.cpp87 || !theApp->sharedfiles->GetFileByID(cur_client->GetUploadFileID())) {
195 || !theApp->sharedfiles->GetFileByID(directadd->GetUploadFileID())) {
H A DSharedFilesWnd.cpp213 theApp->sharedfiles->Reload();
H A DClientUDPSocket.cpp177 CKnownFile* reqfile = theApp->sharedfiles->GetFileByID(reqfilehash);
H A DPartFile.cpp1218 theApp->sharedfiles->SafeAddKFile(this);
2153 theApp->sharedfiles->SafeAddKFile(this);
2157 theApp->sharedfiles->RepublishFile(this);
2232 theApp->sharedfiles->RemoveFile(this);
3068 theApp->sharedfiles->SafeAddKFile(this);
3100 theApp->sharedfiles->SafeAddKFile(this);
3422 theApp->sharedfiles->SafeAddKFile(this);
3931 CKnownFile* pFile = theApp->sharedfiles->GetFileByID(GetFileHash());
3938 theApp->sharedfiles->RemoveKeywords(this);
3945 theApp->sharedfiles
[all...]
H A Damule-remote-gui.cpp364 sharedfiles = new CSharedFilesRem(m_connect);
999 if (theApp->sharedfiles->count(id)) {
1001 theApp->sharedfiles->erase(id);
1127 (*theApp->sharedfiles)[id] = newFile;
1696 if (file->IsShared() && !theApp->sharedfiles->count(file->ECID())) {
1697 (*theApp->sharedfiles)[file->ECID()] = file;
H A DKnownFile.cpp80 theApp->sharedfiles->UpdateItem(fileParent);
87 theApp->sharedfiles->UpdateItem(fileParent);
94 theApp->sharedfiles->UpdateItem(fileParent);
H A Damule.h249 CSharedFileList* sharedfiles; member in class:CamuleApp
H A DFileDetailDialog.cpp281 if (theApp->sharedfiles->RenameFile(m_file, fileName)) {
H A DSharedFilesCtrl.cpp220 theApp->sharedfiles->CopyFileList(files);
687 theApp->sharedfiles->RenameFile(file, newName);
H A DThreadTasks.cpp329 theApp->sharedfiles->CheckAICHHashes(hashlist);
H A Damule-remote-gui.h664 CSharedFilesRem *sharedfiles; member in class:CamuleRemoteGuiApp
H A DDownloadQueue.cpp380 if (CKnownFile* file = theApp->sharedfiles->GetFileByID(fileid)) {
389 theApp->sharedfiles->RemoveFile(file);
H A DBaseClient.cpp2866 tempfile.WriteString( theApp->sharedfiles->GetPublicSharedDirName(*it), GetUnicodeSupport() );
2895 const CPath *sharedDir = theApp->sharedfiles->GetDirForPublicSharedDirName(strReqDir);
2897 theApp->sharedfiles->GetSharedFilesByDirectory(sharedDir->GetRaw(), list);
2899 AddLogLineC(CFormat(_("User %s (%u) requested sharedfiles-list for not existing directory '%s' -> Ignored")) % GetUserName() % GetUserIDHybrid() % strReqDir);
H A DPreferences.cpp64 #include "SharedFileList.h" // Needed for theApp->sharedfiles->Reload()
1627 theApp->sharedfiles->Reload();
1693 theApp->sharedfiles->Reload();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearch.cpp542 CKnownFile *file = theApp->sharedfiles->GetFileByID(CMD4Hash(fileid));
578 CKnownFile* file = theApp->sharedfiles->GetFileByID(CMD4Hash(fileid));
683 CKnownFile *pFile = theApp->sharedfiles->GetFileByID(CMD4Hash(fileid));
720 CKnownFile* file = theApp->sharedfiles->GetFileByID(CMD4Hash(fileid));
965 CKnownFile* file = theApp->sharedfiles->GetFileByID(fileHash);

Completed in 385 milliseconds

12