Home
last modified time | relevance | path

Searched defs:stream_id (Results 1 – 17 of 17) sorted by relevance

/openssl/demos/http3/
H A Dossl-nghttp3-demo.c23 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 Dossl-nghttp3.c146 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 Dquic_fifd_test.c28 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 Dquic_fc_test.c244 #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 Dquic_wire_test.c495 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 Dquic_multistream_test.c274 #define OP_S_BIND_STREAM_ID(stream_name, stream_id) \ argument
370 uint64_t stream_id = hl->check_op->arg2; in check_rejected() local
383 uint64_t stream_id = hl->check_op->arg2, aec = 0; in check_stream_reset() local
395 uint64_t stream_id = hl->check_op->arg2; in check_stream_stopped() local
1530 uint64_t stream_id = UINT64_MAX; in run_script_worker() local
/openssl/ssl/quic/
H A Dquic_fifd.c21 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 Dquic_tserver.c250 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 Dqlog_event_helpers.c354 uint64_t stream_id, max_data; in log_frame_actual() local
451 uint64_t stream_id, x; in log_frame_actual() local
H A Dquic_trace.c258 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 Dquic_rx_depack.c364 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 Dquic_wire.c261 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 Dquic_stream_map.c141 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 Dquic_txp.c1525 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 Dquic_channel.c513 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 Dquic_txpim.h53 uint64_t stream_id; member
H A Dquic_wire.h169 uint64_t stream_id; /* Stream ID */ member
198 uint64_t stream_id; member
205 uint64_t stream_id; member

Completed in 81 milliseconds