Home
last modified time | relevance | path

Searched refs:max_header_pairs_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dnode_http2.h198 max_header_pairs_ = max; in set_max_header_pairs()
202 return max_header_pairs_; in max_header_pairs()
240 uint32_t max_header_pairs_ = DEFAULT_MAX_HEADER_LIST_PAIRS; member in node::http2::Http2Options
483 uint32_t max_header_pairs_ = DEFAULT_MAX_HEADER_LIST_PAIRS; member in node::http2::Http2Stream
618 uint32_t max_header_pairs() const { return max_header_pairs_; } in max_header_pairs()
883 uint32_t max_header_pairs_ = DEFAULT_MAX_HEADER_LIST_PAIRS; member in node::http2::Http2Session
H A Dnode_http2.cc487 max_header_pairs_ = in Http2Session()
2042 max_header_pairs_ = session->max_header_pairs(); in Http2Stream()
2043 if (max_header_pairs_ == 0) { in Http2Stream()
2044 max_header_pairs_ = DEFAULT_MAX_HEADER_LIST_PAIRS; in Http2Stream()
2046 current_headers_.reserve(std::min(max_header_pairs_, 12u)); in Http2Stream()
2431 current_headers_.size() == max_header_pairs_ || in AddHeader()

Completed in 7 milliseconds