Searched defs:first_byte_position (Results 1 – 14 of 14) sorted by relevance
/external/cronet/stable/net/http/ |
D | http_byte_range.cc | 26 HttpByteRange HttpByteRange::Bounded(int64_t first_byte_position, in Bounded() 35 HttpByteRange HttpByteRange::RightUnbounded(int64_t first_byte_position) { in RightUnbounded()
|
D | http_byte_range_unittest.cc | 15 int64_t first_byte_position; in TEST() member 42 int64_t first_byte_position; in TEST() member
|
D | http_byte_range.h | 31 int64_t first_byte_position() const { return first_byte_position_; } in first_byte_position() function
|
D | http_util.cc | 197 int64_t first_byte_position = -1; in ParseRangeHeader() local 236 int64_t* first_byte_position, in ParseContentRangeHeaderFor206()
|
D | http_util_unittest.cc | 1131 int64_t first_byte_position, last_byte_position, instance_length; in TEST() local
|
D | http_response_headers.cc | 1557 int64_t* first_byte_position, in GetContentRangeFor206()
|
D | http_response_headers_unittest.cc | 1594 int64_t first_byte_position; in TEST_P() local
|
/external/cronet/tot/net/http/ |
D | http_byte_range.cc | 26 HttpByteRange HttpByteRange::Bounded(int64_t first_byte_position, in Bounded() 35 HttpByteRange HttpByteRange::RightUnbounded(int64_t first_byte_position) { in RightUnbounded()
|
D | http_byte_range_unittest.cc | 15 int64_t first_byte_position; in TEST() member 42 int64_t first_byte_position; in TEST() member
|
D | http_byte_range.h | 31 int64_t first_byte_position() const { return first_byte_position_; } in first_byte_position() function
|
D | http_util.cc | 197 int64_t first_byte_position = -1; in ParseRangeHeader() local 236 int64_t* first_byte_position, in ParseContentRangeHeaderFor206()
|
D | http_util_unittest.cc | 1131 int64_t first_byte_position, last_byte_position, instance_length; in TEST() local
|
D | http_response_headers.cc | 1557 int64_t* first_byte_position, in GetContentRangeFor206()
|
D | http_response_headers_unittest.cc | 1594 int64_t first_byte_position; in TEST_P() local
|