Home | History | Annotate | Download | only in url_request

Lines Matching refs:first_byte_position

962   const size_t first_byte_position = 500;
963 const size_t last_byte_position = buffer_size - first_byte_position;
964 const size_t content_length = last_byte_position - first_byte_position + 1;
965 std::string partial_buffer_string(buffer.get() + first_byte_position,
976 first_byte_position, last_byte_position));
1006 const size_t first_byte_position = 500;
1008 const size_t content_length = last_byte_position - first_byte_position + 1;
1009 std::string partial_buffer_string(buffer.get() + first_byte_position,
1019 first_byte_position));