Home
last modified time | relevance | path

Searched defs:msgBuf (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/websocket/
Dwebsocket.cpp37 …std::unique_ptr<char []> msgBuf = std::make_unique<char []>(msgLen + 11); // 11: the maximum expan… in SendReply() local
250 char msgBuf[SOCKET_HANDSHAKE_LEN]; in HttpHandShake() local
/arkcompiler/toolchain/websocket/test/
Dwebsocket_test.cpp226 …std::unique_ptr<char []> msgBuf = std::make_unique<char []>(msgLen + 15); // 15: the maximum expan… in ClientSendReq() local