Searched refs:kMaxDiv10 (Results 1 – 1 of 1) sorted by relevance
380 const size_t kMaxDiv10 = std::numeric_limits<size_t>::max() / 10; in ParseHTTPFirstLine() local394 if ((headers->parsed_response_code_ > kMaxDiv10) || in ParseHTTPFirstLine()655 const size_t kMaxDiv10 = std::numeric_limits<size_t>::max() / 10; in ProcessContentLengthLine() local658 if (*length > kMaxDiv10 || in ProcessContentLengthLine()