Searched defs:msgBuf (Results 1 – 2 of 2) sorted by relevance
37 …std::unique_ptr<char []> msgBuf = std::make_unique<char []>(msgLen + 11); // 11: the maximum expan… in SendReply() local250 char msgBuf[SOCKET_HANDSHAKE_LEN]; in HttpHandShake() local
226 …std::unique_ptr<char []> msgBuf = std::make_unique<char []>(msgLen + 15); // 15: the maximum expan… in ClientSendReq() local