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