Searched refs:CFileDataIO (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DKadFiles.h29 class CFileDataIO;
31 void DecodePreferencesKadDat(const CFileDataIO& file);
32 void DecodeLoadIndexDat(const CFileDataIO& file);
33 void DecodeKeyIndexDat(const CFileDataIO& file);
34 void DecodeSourceIndexDat(const CFileDataIO& file);
35 void DecodeNodesDat(const CFileDataIO& file);
H A DeD2kFiles.h29 class CFileDataIO;
31 void DecodePreferencesDat(const CFileDataIO& file);
32 void DecodeFriendList(const CFileDataIO& file);
33 void DecodeServerMet(const CFileDataIO& file);
34 void DecodeClientsMet(const CFileDataIO& file);
35 void DecodeKnownMet(const CFileDataIO& file);
36 void DecodePartMetFile(const CFileDataIO& file);
39 void DecodeStatisticsDat(const CFileDataIO& file);
H A DeD2kFiles.cpp70 void DecodePreferencesDat(const CFileDataIO& file)
76 void DecodeFriendList(const CFileDataIO& file)
101 void DecodeServerMet(const CFileDataIO& file)
123 void DecodeClientsMet(const CFileDataIO& file)
161 static inline void PrintDateFromFile(const CFileDataIO& file, const wxString& prefix = wxEmptyString)
166 static void PrintHashsetFromFile(const CFileDataIO& file, const wxString& prefix = wxEmptyString)
184 void DecodeKnownMet(const CFileDataIO& file)
206 void DecodePartMetFile(const CFileDataIO& file)
260 void DecodeStatisticsDat(const CFileDataIO& file)
H A DKadFiles.cpp32 void DecodePreferencesKadDat(const CFileDataIO& file)
39 void DecodeLoadIndexDat(const CFileDataIO& file)
90 void DecodeKeyIndexDat(const CFileDataIO& file)
142 void DecodeSourceIndexDat(const CFileDataIO& file)
171 void DecodeNodesDat(const CFileDataIO& file)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSafeFile.cpp58 // CFileDataIO
61 CFileDataIO::~CFileDataIO()
66 bool CFileDataIO::Eof() const
72 void CFileDataIO::Read(void *buffer, size_t count) const
90 void CFileDataIO::Write(const void* buffer, size_t count)
100 uint64 CFileDataIO::Seek(sint64 offset, wxSeekMode from) const
130 uint8 CFileDataIO::ReadUInt8() const
139 uint16 CFileDataIO::ReadUInt16() const
148 uint32 CFileDataIO
[all...]
H A DFriend.h35 class CFileDataIO;
66 void LoadFromFile(CFileDataIO* file);
67 void WriteToFile(CFileDataIO* file);
H A DSHAHashSet.h95 class CFileDataIO;
111 CAICHHash(CFileDataIO* file) { Read(file); }
125 void Read(CFileDataIO* file);
126 void Write(CFileDataIO* file) const;
182 CFileDataIO* fileDataOut, uint32 wHashIdent, bool b32BitIdent);
183 void WriteHash(CFileDataIO* fileDataOut, uint32 wHashIdent, bool b32BitIdent) const;
184 bool WriteLowestLevelHashs(CFileDataIO* fileDataOut,
186 bool LoadLowestLevelHashs(CFileDataIO* fileInput);
187 bool SetHash(CFileDataIO* fileInput, uint32 wHashIdent, sint8 nLevel = (-1), bool bAllowOverwrite = true);
247 bool CreatePartRecoveryData(uint64 nPartStartPos, CFileDataIO* fileDataOu
[all...]
H A DKnownFile.h49 class CFileDataIO;
186 virtual bool LoadFromFile(const CFileDataIO* file); //load date, hashset and tags from a .met file
188 bool WriteToFile(CFileDataIO* file);
222 bool LoadHashsetFromFile(const CFileDataIO* file, bool checkhash);
328 bool LoadTagsFromFile(const CFileDataIO* file);
329 bool LoadDateFromFile(const CFileDataIO* file);
H A DSafeFile.h58 class CFileDataIO class
63 * for safe deletion objects via CFileDataIO pointers.
65 virtual ~CFileDataIO();
H A DFriend.cpp28 #include "SafeFile.h" // Needed for CFileDataIO
116 void CFriend::LoadFromFile(CFileDataIO* file)
140 void CFriend::WriteToFile(CFileDataIO* file)
H A DMemFile.h29 #include "SafeFile.h" // Needed for CFileDataIO
47 * @see CFileDataIO
49 class CMemFile : public CFileDataIO
98 /** @see CFileDataIO::GetPosition */
101 /** @see CFileDataIO::GetLength */
138 /** @see CFileDataIO::doRead */
141 /** @see CFileDataIO::doWrite */
144 /** @see CFileDataIO::doSeek */
H A DTag.h37 class CFileDataIO;
46 CTag(const CFileDataIO& data, bool bOptUTF8);
81 bool WriteTagToFile(CFileDataIO* file,
84 bool WriteNewEd2kTag(CFileDataIO* file,
H A DCFile.h30 #include "SafeFile.h" // Needed for CFileDataIO
41 * In addition to implementing the CFileDataIO interface,
47 class CFile : public CFileDataIO
186 /** @see CFileDataIO::doRead **/
188 /** @see CFileDataIO::doWrite **/
190 /** @see CFileDataIO::doSeek **/
H A DTag.cpp31 #include "SafeFile.h" // Needed for CFileDataIO
87 CTag::CTag(const CFileDataIO& data, bool bOptUTF8)
314 bool CTag::WriteNewEd2kTag(CFileDataIO* data, EUtf8Str eStrEncode) const
380 // See comment on the default: of CTag::CTag(const CFileDataIO& data, bool bOptUTF8)
396 bool CTag::WriteTagToFile(CFileDataIO* file, EUtf8Str WXUNUSED(eStrEncode), bool restrictive) const
H A DSHAHashSet.cpp58 void CAICHHash::Read(CFileDataIO* file)
64 void CAICHHash::Write(CFileDataIO* file) const
272 bool CAICHHashTree::CreatePartRecoveryData(uint64 nStartPos, uint64 nSize, CFileDataIO* fileDataOut, uint32 wHashIdent, bool b32BitIdent)
317 void CAICHHashTree::WriteHash(CFileDataIO* fileDataOut, uint32 wHashIdent, bool b32BitIdent) const
335 bool CAICHHashTree::WriteLowestLevelHashs(CFileDataIO* fileDataOut, uint32 wHashIdent, bool bNoIdent, bool b32BitIdent) const
364 bool CAICHHashTree::LoadLowestLevelHashs(CFileDataIO* fileInput)
392 bool CAICHHashTree::SetHash(CFileDataIO* fileInput, uint32 wHashIdent, sint8 nLevel, bool bAllowOverwrite)
471 bool CAICHHashSet::CreatePartRecoveryData(uint64 nPartStartPos, CFileDataIO* fileDataOut, bool bDbgDontLoad)
H A DServer.h36 class CFileDataIO;
74 bool AddTagFromFile(CFileDataIO* servermet);
H A DPartFile.h39 class CFileDataIO;
103 virtual bool LoadFromFile(const CFileDataIO* WXUNUSED(file)) { return false; }
104 bool WriteToFile(CFileDataIO* WXUNUSED(file)) { return false; }
H A DServer.cpp150 bool CServer::AddTagFromFile(CFileDataIO* servermet)
H A DKnownFile.cpp498 bool CKnownFile::LoadHashsetFromFile(const CFileDataIO* file, bool checkhash)
543 bool CKnownFile::LoadTagsFromFile(const CFileDataIO* file)
655 bool CKnownFile::LoadDateFromFile(const CFileDataIO* file)
663 bool CKnownFile::LoadFromFile(const CFileDataIO* file)
676 bool CKnownFile::WriteToFile(CFileDataIO* file)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DEntry.h50 class CFileDataIO;
84 void WriteTagList(CFileDataIO* data) { WriteTagListInc(data, 0); }
100 void WriteTagListInc(CFileDataIO *data, uint32_t increaseTagNumber = 0);
125 void WritePublishTrackingDataToFile(CFileDataIO *data);
126 void ReadPublishTrackingDataFromFile(CFileDataIO *data);
128 void WriteTagListWithPublishInfo(CFileDataIO *data);
H A DEntry.cpp140 void CEntry::WriteTagListInc(CFileDataIO* data, uint32_t increaseTagNumber)
508 void CKeyEntry::WritePublishTrackingDataToFile(CFileDataIO* data)
530 void CKeyEntry::ReadPublishTrackingDataFromFile(CFileDataIO* data)
580 void CKeyEntry::WriteTagListWithPublishInfo(CFileDataIO* data)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/utils/
H A DKadUDPKey.h40 CKadUDPKey(CFileDataIO& file) { ReadFromFile(file); }
47 void StoreToFile(CFileDataIO& file) const { file.WriteUInt32(m_key); file.WriteUInt32(m_ip); }
48 void ReadFromFile(CFileDataIO& file) { m_key = file.ReadUInt32(); m_ip = file.ReadUInt32(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/routing/
H A DRoutingZone.h45 class CFileDataIO;
111 void ReadBootstrapNodesDat(CFileDataIO& file);
H A DRoutingZone.cpp229 void CRoutingZone::ReadBootstrapNodesDat(CFileDataIO& file)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DFileDataIOTest.cpp39 void writePredefData(CFileDataIO* file)
55 // of the CFileDataIO interface you wish to test.
155 // - TYPE readValue(CFileDataIO*), which returns and returns the
157 // - void writeValue(CFileDataIO*, TYPE), which writes the given
171 static uint8 readValue(CFileDataIO* file) {
175 static void writeValue(CFileDataIO* file, uint8 value) {
190 static uint16 readValue(CFileDataIO* file) {
194 static void writeValue(CFileDataIO* file, uint16 value) {
209 static uint32 readValue(CFileDataIO* file) {
213 static void writeValue(CFileDataIO* fil
[all...]

Completed in 278 milliseconds

12