Home
last modified time | relevance | path

Searched refs:last_byte_pos (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/http/
Dhttp_util.cc254 std::string last_byte_pos(last_byte_pos_begin, last_byte_pos_end); in ParseRangeHeader() local
257 if (!last_byte_pos.empty()) { in ParseRangeHeader()
259 if (!base::StringToInt64(last_byte_pos, &last_byte_position)) in ParseRangeHeader()