Home
last modified time | relevance | path

Searched refs:body_length (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/examples/protocols/asio/asio_chat/main/
Dchat_message.hpp54 std::size_t body_length() const in body_length() function in chat_message
59 void body_length(std::size_t new_length) in body_length() function in chat_message
Dasio_chat.cpp69 msg.body_length(std::strlen(line)); in start_client()
70 std::memcpy(msg.body(), line, msg.body_length()); in start_client()
Dclient.hpp83 asio::buffer(read_msg_.body(), read_msg_.body_length()), in do_read_body()
Dserver.hpp125 asio::buffer(read_msg_.body(), read_msg_.body_length()), in do_read_body()