Searched refs:bytes_to_complete_header (Results 1 – 1 of 1) sorted by relevance
52 const size_t bytes_to_complete_header = in Append() local54 insert_length = std::min(bytes_to_complete_header, remaining_bytes); in Append()56 header_completed = (remaining_bytes >= bytes_to_complete_header); in Append()