Searched defs:sendLength (Results 1 – 5 of 5) sorted by relevance
52 int32_t sendLength = static_cast<int32_t>(length) + SOCKET_PACKET_HEAD_LENGTH; in Write() local
123 int32_t sendLength = std::strlen(senddata); in SetSendDataTest() local135 int32_t sendLength = size; in SetSendDataLengthTest() local
91 int sendLength = std::strlen(senddata); variable
126 int32_t sendLength = std::strlen(data1); in SetSendDataTest() local
401 …int sendLength = lws_write(wsi, reinterpret_cast<unsigned char *>(sendData.data) + LWS_SEND_BUFFER… in LwsCallbackClientWritable() local