Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amule-project/amule
/ WriteUInt16
Method
WriteUInt16
src/SafeFile.cpp:271–276 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
270
271
void CFileDataIO::WriteUInt16(uint16 value)
272
{
273
ENDIAN_SWAP_I_16(value);
274
275
Write(&value, sizeof(uint16));
276
}
277
278
279
void CFileDataIO::WriteUInt32(uint32 value)
Callers
15
SendHashsetPacket
Method · 0.80
SendRankingInfo
Method · 0.80
SaveServerMet
Method · 0.80
WriteHash
Method · 0.80
WriteLowestLevelHashs
Method · 0.80
CreatePartRecoveryData
Method · 0.80
SendFileRequest
Method · 0.80
UDPReaskForDownload
Method · 0.80
SendAICHRequest
Method · 0.80
ProcessAICHRequest
Method · 0.80
WriteToFile
Method · 0.80
WriteToFile
Method · 0.80
Calls
no outgoing calls
Tested by
4
writeValue
Method · 0.64
run
Method · 0.64
run
Method · 0.64
TEST
Function · 0.64