Searched refs:respSize (Results 1 – 2 of 2) sorted by relevance
163 static constexpr auto respSize = 16; in getChannelCipherSuites() local179 std::min(static_cast<size_t>(listIndex) * respSize, records.size()); in getChannelCipherSuites()180 auto end = std::min((static_cast<size_t>(listIndex) * respSize) + respSize, in getChannelCipherSuites()
258 static constexpr auto respSize = 16; in getChannelCipherSuites() local275 std::min(static_cast<size_t>(listIndex) * respSize, records.size()); in getChannelCipherSuites()276 auto end = std::min((static_cast<size_t>(listIndex) * respSize) + respSize, in getChannelCipherSuites()