Searched refs:cid_prefixes (Results 1 - 5 of 5) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_connection_handler.h | 125 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes, in QUICLingeringWorkerProcess() 127 : cid_prefixes{std::move(cid_prefixes)}, quic_ipc_fd{quic_ipc_fd} {} in QUICLingeringWorkerProcess() 129 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes; member 208 &cid_prefixes);
|
H A D | shrpx.cc | 208 &cid_prefixes in WorkerProcess() 217 cid_prefixes(cid_prefixes) in WorkerProcess() 248 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes; member 585 for (auto &cid_prefix : wp->cid_prefixes) { in exec_binary() 1261 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes; in get_inherited_quic_lingering_worker_process_from_env() local 1278 cid_prefixes.emplace_back(); in get_inherited_quic_lingering_worker_process_from_env() 1280 util::decode_hex(std::begin(cid_prefixes.back()), hex_cid_prefix); in get_inherited_quic_lingering_worker_process_from_env() 1289 iwps.emplace_back(std::move(cid_prefixes), fd); in get_inherited_quic_lingering_worker_process_from_env() 1422 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> &cid_prefixes, in generate_cid_prefix() 1421 generate_cid_prefix( std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> &cid_prefixes, const Config *config) generate_cid_prefix() argument 1599 fork_worker_process( int &main_ipc_fd , int &wp_quic_ipc_fd , const std::vector<InheritedAddr> &iaddrs , const std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> &cid_prefixes, const std::vector<QUICLingeringWorkerProcess> &quic_lwps ) fork_worker_process() argument 1838 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes; event_loop() local 4005 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes; reload_config() local [all...] |
H A D | shrpx_worker_process.h | 53 std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> cid_prefixes; member
|
H A D | shrpx_connection_handler.cc | 1057 &cid_prefixes) { in set_cid_prefixes() 1058 cid_prefixes_ = cid_prefixes; in set_cid_prefixes() 1067 for (auto &cid_prefix : lwps.cid_prefixes) { in match_quic_lingering_worker_process_cid_prefix() 1055 set_cid_prefixes( const std::vector<std::array<uint8_t, SHRPX_QUIC_CID_PREFIXLEN>> &cid_prefixes) set_cid_prefixes() argument
|
H A D | shrpx_worker_process.cc | 590 conn_handler->set_cid_prefixes(wpconf->cid_prefixes); in worker_process_event_loop()
|
Completed in 6 milliseconds