MCPcopy Create free account
hub / github.com/amule-project/amule / Append

Method Append

src/RC4Encrypt.cpp:42–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void CRC4EncryptableBuffer::Append(const uint8* buffer, int n)
43{
44 wxASSERT(!m_encrypted);
45 if (!m_encrypted) {
46 CMemFile::Append(buffer, n);
47 } else {
48 throw std::runtime_error(
49 "(CRC4EncryptableBuffer::Append): "
50 "Tried to append data to an encrypted buffer.");
51 }
52}
53
54
55void CRC4EncryptableBuffer::Encrypt()

Callers 15

UpdateCatChoiceMethod · 0.45
OnRMButtonMethod · 0.45
OnMouseRightClickMethod · 0.45
OnInfoListContextMenuMethod · 0.45
OnNMRclickChatTabMethod · 0.45
TransferToWindowMethod · 0.45
FillChoiceMethod · 0.45
TransferToWindowMethod · 0.45
OnNMRclickDLtabMethod · 0.45
CreatePopupMenuMethod · 0.45
OnRightClickMethod · 0.45
OnItemRightClickedMethod · 0.45

Calls

no outgoing calls

Tested by 1

StringFrom<ByteArray>Function · 0.36