Home
last modified time | relevance | path

Searched refs:cid_prefixes_ (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_connection_handler.cc280 assert(cid_prefixes_.size() == 1); in create_single_worker()
281 const auto &cid_prefix = cid_prefixes_[0]; in create_single_worker()
378 assert(cid_prefixes_.size() == num); in create_worker_thread()
385 const auto &cid_prefix = cid_prefixes_[i]; in create_worker_thread()
1058 cid_prefixes_ = cid_prefixes; in set_cid_prefixes()
Dshrpx_connection_handler.h263 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes_; variable