HomeSort by relevance Sort by last modified time
    Searched refs:header_count (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/spdy/
hpack_round_trip_test.cc 147 size_t header_count = 1 + SampleExponential(7, 50); local
148 for (size_t j = 0; j != header_count; ++j) {
spdy_network_transaction_unittest.cc 3486 int header_count = test_cases[i].num_headers[0]; local
    [all...]
  /external/chromium_org/net/spdy/fuzzing/
hpack_fuzz_util.cc 79 size_t header_count = 1 + SampleExponential(kHeaderCountMean, local
81 for (size_t j = 0; j != header_count; ++j) {

Completed in 201 milliseconds