Searched refs:body_length_ (Results 1 – 1 of 1) sorted by relevance
25 : body_length_(0) in chat_message()41 return header_length + body_length_; in length()56 return body_length_; in body_length()61 body_length_ = new_length; in body_length()62 if (body_length_ > max_body_length) in body_length()63 body_length_ = max_body_length; in body_length()70 body_length_ = std::atoi(header); in decode_header()71 if (body_length_ > max_body_length) in decode_header()73 body_length_ = 0; in decode_header()82 std::sprintf(header, "%4d", static_cast<int>(body_length_)); in encode_header()[all …]