Searched refs:body_length (Results 1 – 4 of 4) sorted by relevance
54 std::size_t body_length() const in body_length() function in chat_message59 void body_length(std::size_t new_length) in body_length() function in chat_message
69 msg.body_length(std::strlen(line)); in start_client()70 std::memcpy(msg.body(), line, msg.body_length()); in start_client()
83 asio::buffer(read_msg_.body(), read_msg_.body_length()), in do_read_body()
125 asio::buffer(read_msg_.body(), read_msg_.body_length()), in do_read_body()