Searched refs:bytes_to_complete_chunk (Results 1 – 1 of 1) sorted by relevance
60 const size_t bytes_to_complete_chunk = in Append() local63 insert_length = std::min(bytes_to_complete_chunk, remaining_bytes); in Append()65 content_completed = (remaining_bytes >= bytes_to_complete_chunk); in Append()