Lines Matching refs:size
125 -c, --header-table-size=<SIZE>
126 Specify decoder header table size.
127 --encoder-header-table-size=<SIZE>
128 Specify encoder header table size. The decoder (client)
129 specifies the maximum dynamic table size it accepts.
130 Then the negotiated dynamic table size is the minimum of
153 Sets the stream level initial window size to 2**<N>-1.
155 Sets the connection level initial window size to
215 {"header-table-size", required_argument, nullptr, 'c'},
233 {"encoder-header-table-size", required_argument, &flag, 11},
402 // encoder-header-table-size option
405 std::cerr << "--encoder-header-table-size: Bad option value: "
410 std::cerr << "--encoder-header-table-size: Value too large. It "
485 if (trailer_names.size() >= 2) {
486 trailer_names.resize(trailer_names.size() - 2);