Home
last modified time | relevance | path

Searched refs:ngtcp2_conn_extend_max_streams_uni (Results 1 – 9 of 9) sorted by relevance

/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/src/
H A Dh2load_http3_session.cc144 ngtcp2_conn_extend_max_streams_uni(client_->quic.conn, 1); in stream_close()
247 ngtcp2_conn_extend_max_streams_uni(client_->quic.conn, 1); in close_stream()
/dports/www/libnghttp2/nghttp2-1.46.0/src/
H A Dh2load_http3_session.cc144 ngtcp2_conn_extend_max_streams_uni(client_->quic.conn, 1); in stream_close()
247 ngtcp2_conn_extend_max_streams_uni(client_->quic.conn, 1); in close_stream()
/dports/www/nghttp2/nghttp2-1.46.0/src/
H A Dh2load_http3_session.cc144 ngtcp2_conn_extend_max_streams_uni(client_->quic.conn, 1); in stream_close()
247 ngtcp2_conn_extend_max_streams_uni(client_->quic.conn, 1); in close_stream()
/dports/net/libngtcp2/ngtcp2-224bd62/examples/
H A Dclient.cc1533 ngtcp2_conn_extend_max_streams_uni(conn_, 1); in on_stream_close()
1915 ngtcp2_conn_extend_max_streams_uni(conn_, 1); in http_stream_close()
H A Dh09client.cc1458 ngtcp2_conn_extend_max_streams_uni(conn_, 1); in on_stream_close()
H A Dperfserver.cc1049 ngtcp2_conn_extend_max_streams_uni(conn_, 1); in on_stream_close()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/includes/ngtcp2/
H A Dngtcp2.h4503 NGTCP2_EXTERN void ngtcp2_conn_extend_max_streams_uni(ngtcp2_conn *conn,
/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_conn_test.c7365 ngtcp2_conn_extend_max_streams_uni(conn, 5); in test_ngtcp2_conn_early_data_rejected()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_conn.c11330 void ngtcp2_conn_extend_max_streams_uni(ngtcp2_conn *conn, size_t n) { in ngtcp2_conn_extend_max_streams_uni() function