Home
last modified time | relevance | path

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

/external/chromium/net/tools/flip_server/
Dbalsa_frame.cc362 size_t status_code_x_10 = headers->parsed_response_code_ * 10; in ParseHTTPFirstLine() local
365 (std::numeric_limits<size_t>::max() - status_code_x_10) < c) { in ParseHTTPFirstLine()
370 headers->parsed_response_code_ = status_code_x_10 + c; in ParseHTTPFirstLine()