Searched refs:qpack_enc_stream_id (Results 1 - 3 of 3) sorted by relevance
/third_party/nghttp2/src/ |
H A D | h2load_http3_session.cc | 362 int64_t qpack_enc_stream_id, qpack_dec_stream_id; in init_conn() local 364 rv = ngtcp2_conn_open_uni_stream(client_->quic.conn, &qpack_enc_stream_id, in init_conn() 380 rv = nghttp3_conn_bind_qpack_streams(conn_, qpack_enc_stream_id, in init_conn()
|
H A D | shrpx_http3_upstream.cc | 2667 int64_t qpack_enc_stream_id, qpack_dec_stream_id; in setup_httpconn() local 2669 rv = ngtcp2_conn_open_uni_stream(conn_, &qpack_enc_stream_id, nullptr); in setup_httpconn() 2681 rv = nghttp3_conn_bind_qpack_streams(httpconn_, qpack_enc_stream_id, in setup_httpconn()
|
/third_party/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 1029 int64_t ctrl_stream_id, qpack_enc_stream_id, qpack_dec_stream_id; in init_ngh3_conn() local 1059 rc = ngtcp2_conn_open_uni_stream(ctx->qconn, &qpack_enc_stream_id, NULL); in init_ngh3_conn() 1071 rc = nghttp3_conn_bind_qpack_streams(ctx->h3conn, qpack_enc_stream_id, in init_ngh3_conn()
|
Completed in 8 milliseconds