Searched refs:IsLargeFile (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 DKnownFileList.cpp147 if ((*itDup)->IsLargeFile()) {
155 if (it->second->IsLargeFile()) {
H A DDownloadQueue.cpp912 if (file->IsLargeFile() && !m_udpserver->SupportsLargeFilesUDP()) {
919 if (file->IsLargeFile()) {
1080 if (!bServerSupportsLargeFiles && cur_file->IsLargeFile()) {
1086 CMemFile data(16 + (cur_file->IsLargeFile() ? 8 : 4));
1091 if (cur_file->IsLargeFile()) {
H A DKnownFile.h116 bool IsLargeFile() const { return m_nFileSize > (uint64)OLD_MAX_FILE_SIZE; } function in class:CAbstractFile
H A DKnownFile.cpp736 CTagIntSized sizetag(FT_FILESIZE, GetFileSize(), IsLargeFile() ? 64 : 32);
1142 if (!IsLargeFile()){
H A DPartFile.cpp772 file.WriteUInt8(IsLargeFile() ? PARTFILE_VERSION_LARGEFILE : PARTFILE_VERSION);
815 CTagIntSized( FT_FILESIZE, GetFileSize(), IsLargeFile() ? 64 : 32).WriteTagToFile( &file );// 2
816 CTagIntSized( FT_TRANSFERRED, transferred, IsLargeFile() ? 64 : 32).WriteTagToFile( &file ); // 3
889 CTagIntSized(tagName, it.start(), IsLargeFile() ? 64 : 32).WriteTagToFile( &file );
892 CTagIntSized(tagName, it.end() + 1, IsLargeFile() ? 64 : 32).WriteTagToFile( &file );
H A DClientTCPSocket.cpp854 if (!list[i]->IsLargeFile() || m_client->SupportsLargeFiles()) {
1073 if (!file_not_found && reqfile->IsLargeFile() && !m_client->SupportsLargeFiles()) {
H A DSHAHashSet.cpp495 const bool bUse32BitIdentifier = m_pOwner->IsLargeFile();
H A DSharedFileList.cpp734 if (!file->IsLargeFile() || (server && server->SupportsLargeFilesTCP())) {
H A DBaseClient.cpp2908 if (!list.front()->IsLargeFile() || SupportsLargeFiles()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearch.cpp613 taglist.push_back(new CTagInt8(TAG_SOURCETYPE, file->IsLargeFile() ? 5 : 3));
633 taglist.push_back(new CTagInt8(TAG_SOURCETYPE, file->IsLargeFile() ? 4 : 1));

Completed in 129 milliseconds