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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleCollection.h60 size_t GetFileCount() const { return vCollection.size(); } function in class:CMuleCollection
H A DMuleCollection.cpp77 if (index >= GetFileCount()) {
95 if (index >= GetFileCount()) {
110 if (index >= GetFileCount()) {
120 if (index >= GetFileCount()) {
H A DSharedFileList.h63 size_t GetFileCount() { wxMutexLocker lock(list_mut); return m_Files_map.size(); } function in class:CSharedFileList
H A DDownloadQueue.cpp165 if ( GetFileCount() == 0 ) {
168 AddLogLineN(CFormat(wxPLURAL("Found %u part file", "Found %u part files", GetFileCount())) % GetFileCount());
177 uint16 CDownloadQueue::GetFileCount() const function in class:CDownloadQueue
219 for ( uint16 i = 0; i < GetFileCount(); i++ ) {
227 for ( uint16 i = 0; i < GetFileCount(); i++ ) {
356 } else if (paused && GetFileCount()) {
765 for ( uint16 i = 0; i < GetFileCount(); i++ ) {
1153 for ( uint16 i = 0; i < GetFileCount(); i++ ) {
H A DDownloadQueue.h247 uint16 GetFileCount() const;
H A DED2KLinkParser.cpp504 for(size_t e = 0;e < my_collection.GetFileCount();e++)
H A DUploadQueue.cpp698 int nrDownloads = theApp->downloadqueue->GetFileCount();
H A DExternalConn.cpp634 for (uint32 i = 0; i < theApp->sharedfiles->GetFileCount(); ++i) {
764 for (unsigned int i = 0; i < theApp->downloadqueue->GetFileCount(); i++) {
1899 for (unsigned int i = 0; i < theApp->downloadqueue->GetFileCount(); i++) {
1970 for (unsigned int i = 0; i < theApp->sharedfiles->GetFileCount(); i++) {
H A DSharedFileList.cpp328 for ( uint32 i = 0; i < theApp->downloadqueue->GetFileCount(); ++i ) {
H A DSharedFilesCtrl.cpp714 for (size_t e = 0; e < my_collection.GetFileCount(); ++e) {
H A DBaseClient.cpp2885 int iQueuedFiles = theApp->downloadqueue->GetFileCount();

Completed in 79 milliseconds