Home
last modified time | relevance | path

Searched refs:kPrefixInts (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/
H A Dconnection_abstract.h169 constexpr auto kPrefixInts = kTcpPrefixInts in prepareNotSecurePacket() local
175 result.reserve(kPrefixInts + intsSize + intsPadding + kTcpPostfixInts); in prepareNotSecurePacket()
176 result.resize(kPrefixInts); in prepareNotSecurePacket()
184 *messageLength = (result.size() - kPrefixInts + intsPadding) << 2; in prepareNotSecurePacket()
H A Dconnection_abstract.cpp91 constexpr auto kPrefixInts = kTcpPrefixInts in prepareSecurePacket() local
95 result.reserve(kPrefixInts + size + kTcpPostfixInts); in prepareSecurePacket()
96 result.resize(kPrefixInts); in prepareSecurePacket()