Home
last modified time | relevance | path

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

/dports/www/uwebsockets/uWebSockets-20.8.0/src/
H A DWebSocket.h132 size_t messageFrameSize = protocol::messageFrameSize(message.length()); member
133 auto [sendBuffer, sendBufferAttribute] = Super::getSendBuffer(messageFrameSize);
H A DWebSocketProtocol.h193 static inline size_t messageFrameSize(size_t messageSize) { in messageFrameSize() function