/openssl/demos/http3/ |
H A D | ossl-nghttp3-demo.c | 23 static int on_recv_header(nghttp3_conn *h3conn, int64_t stream_id, in on_recv_header() 44 static int on_end_headers(nghttp3_conn *h3conn, int64_t stream_id, in on_end_headers() 52 static int on_recv_data(nghttp3_conn *h3conn, int64_t stream_id, in on_recv_data() 71 static int on_end_stream(nghttp3_conn *h3conn, int64_t stream_id, in on_end_stream()
|
H A D | ossl-nghttp3.c | 146 static int h3_conn_recv_data(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_recv_data() 160 static int h3_conn_stream_close(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_stream_close() 176 static int h3_conn_stop_sending(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_stop_sending() 193 static int h3_conn_reset_stream(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_reset_stream() 216 static int h3_conn_deferred_consume(nghttp3_conn *h3conn, int64_t stream_id, in h3_conn_deferred_consume() 569 int64_t stream_id; in OSSL_DEMO_H3_CONN_handle_events() local
|
/openssl/test/ |
H A D | quic_fifd_test.c | 28 static QUIC_SSTREAM *get_sstream_by_id(uint64_t stream_id, uint32_t pn_space, in get_sstream_by_id() 37 static void regen_frame(uint64_t frame_type, uint64_t stream_id, in regen_frame() 43 static void confirm_frame(uint64_t frame_type, uint64_t stream_id, in confirm_frame() 47 static void sstream_updated(uint64_t stream_id, void *arg) in sstream_updated() 71 static QUIC_SSTREAM *sstream_expect(uint64_t stream_id, uint32_t pn_space, in sstream_expect() 85 static void regen_expect(uint64_t frame_type, uint64_t stream_id, in regen_expect()
|
H A D | quic_fc_test.c | 244 #define RX_OP_CHECK_CWM_STREAM(stream_id, expected) \ argument 248 #define RX_OP_CHECK_SWM_STREAM(stream_id, expected) \ argument 252 #define RX_OP_CHECK_RWM_STREAM(stream_id, expected) \ argument 256 #define RX_OP_CHECK_CHANGED_STREAM(stream_id, expected, clear) \ argument 260 #define RX_OP_CHECK_ERROR_STREAM(stream_id, expected, clear) \ argument
|
H A D | quic_wire_test.c | 495 uint64_t stream_id = 0, max_data = 0; in encode_case_11_dec() local 638 uint64_t stream_id = 0, max_data = 0; in encode_case_14_dec() local
|
H A D | quic_multistream_test.c | 275 #define OP_S_BIND_STREAM_ID(stream_name, stream_id) \ argument 373 uint64_t stream_id = hl->check_op->arg2; in check_rejected() local 386 uint64_t stream_id = hl->check_op->arg2, aec = 0; in check_stream_reset() local 398 uint64_t stream_id = hl->check_op->arg2; in check_stream_stopped() local 1533 uint64_t stream_id = UINT64_MAX; in run_script_worker() local
|
/openssl/ssl/quic/ |
H A D | quic_fifd.c | 21 QUIC_SSTREAM *(*get_sstream_by_id)(uint64_t stream_id, in ossl_quic_fifd_init() 36 void (*sstream_updated)(uint64_t stream_id, in ossl_quic_fifd_init()
|
H A D | quic_tserver.c | 250 uint64_t stream_id, in ossl_quic_tserver_read() 312 int ossl_quic_tserver_has_read_ended(QUIC_TSERVER *srv, uint64_t stream_id) in ossl_quic_tserver_has_read_ended() 361 uint64_t stream_id, in ossl_quic_tserver_write() 392 int ossl_quic_tserver_conclude(QUIC_TSERVER *srv, uint64_t stream_id) in ossl_quic_tserver_conclude() 415 uint64_t *stream_id) in ossl_quic_tserver_stream_new() 440 uint64_t stream_id, in ossl_quic_tserver_stream_has_peer_stop_sending() 457 uint64_t stream_id, in ossl_quic_tserver_stream_has_peer_reset_stream() 494 uint64_t stream_id) in ossl_quic_tserver_is_stream_totally_acked()
|
H A D | qlog_event_helpers.c | 354 uint64_t stream_id, max_data; in log_frame_actual() local 451 uint64_t stream_id, x; in log_frame_actual() local
|
H A D | quic_trace.c | 258 uint64_t stream_id = 0; in frame_max_stream_data() local 297 uint64_t stream_id = 0; in frame_stream_data_blocked() local
|
H A D | quic_rx_depack.c | 364 uint64_t stream_id, in depack_do_implicit_stream_create() 691 uint64_t stream_id = 0; in depack_do_frame_max_stream_data() local 797 uint64_t stream_id = 0; in depack_do_frame_stream_data_blocked() local
|
H A D | quic_wire.c | 261 uint64_t stream_id, in ossl_quic_wire_encode_frame_max_stream_data() 296 uint64_t stream_id, in ossl_quic_wire_encode_frame_stream_data_blocked() 740 uint64_t *stream_id, in ossl_quic_wire_decode_frame_max_stream_data() 774 uint64_t *stream_id, in ossl_quic_wire_decode_frame_stream_data_blocked()
|
H A D | quic_stream_map.c | 141 uint64_t stream_id, in ossl_quic_stream_map_alloc() 198 uint64_t stream_id) in ossl_quic_stream_map_get_by_id()
|
H A D | quic_txp.c | 1525 static QUIC_SSTREAM *get_sstream_by_id(uint64_t stream_id, uint32_t pn_space, in get_sstream_by_id() 1541 static void on_regen_notify(uint64_t frame_type, uint64_t stream_id, in on_regen_notify() 1694 static void on_confirm_notify(uint64_t frame_type, uint64_t stream_id, in on_confirm_notify() 1766 static void on_sstream_updated(uint64_t stream_id, void *arg) in on_sstream_updated()
|
H A D | quic_channel.c | 513 uint64_t stream_id) in ossl_quic_channel_get_stream_by_id() 3508 uint64_t stream_id; in ossl_quic_channel_new_stream_local() local 3542 uint64_t stream_id) in ossl_quic_channel_new_stream_remote()
|
/openssl/include/internal/ |
H A D | quic_txpim.h | 53 uint64_t stream_id; member
|
H A D | quic_wire.h | 169 uint64_t stream_id; /* Stream ID */ member 198 uint64_t stream_id; member 205 uint64_t stream_id; member
|