Home
last modified time | relevance | path

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

12

/freebsd/crypto/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
H A Dossl-nghttp3-demo-server.c276 static int on_recv_header(nghttp3_conn *conn, int64_t stream_id, int32_t token, in on_recv_header()
312 static int on_end_headers(nghttp3_conn *conn, int64_t stream_id, int fin, in on_end_headers()
322 static int on_recv_data(nghttp3_conn *conn, int64_t stream_id, in on_recv_data()
331 static int on_end_stream(nghttp3_conn *h3conn, int64_t stream_id, in on_end_stream()
820 static nghttp3_ssize step_read_data(nghttp3_conn *conn, int64_t stream_id, in step_read_data()
/freebsd/crypto/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.c285 #define OP_S_BIND_STREAM_ID(stream_name, stream_id) \ argument
383 uint64_t stream_id = hl->check_op->arg2; in check_rejected() local
396 uint64_t stream_id = hl->check_op->arg2, aec = 0; in check_stream_reset() local
408 uint64_t stream_id = hl->check_op->arg2; in check_stream_stopped() local
1548 uint64_t stream_id = UINT64_MAX; in run_script_worker() local
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_tserver.c253 uint64_t stream_id, in ossl_quic_tserver_read()
315 int ossl_quic_tserver_has_read_ended(QUIC_TSERVER *srv, uint64_t stream_id) in ossl_quic_tserver_has_read_ended()
364 uint64_t stream_id, in ossl_quic_tserver_write()
395 int ossl_quic_tserver_conclude(QUIC_TSERVER *srv, uint64_t stream_id) in ossl_quic_tserver_conclude()
418 uint64_t *stream_id) in ossl_quic_tserver_stream_new()
443 uint64_t stream_id, in ossl_quic_tserver_stream_has_peer_stop_sending()
460 uint64_t stream_id, in ossl_quic_tserver_stream_has_peer_reset_stream()
497 uint64_t stream_id) in ossl_quic_tserver_is_stream_totally_acked()
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 Dqlog_event_helpers.c356 uint64_t stream_id, max_data; in log_frame_actual() local
453 uint64_t stream_id, x; in log_frame_actual() local
H A Dquic_rx_depack.c367 uint64_t stream_id, in depack_do_implicit_stream_create()
694 uint64_t stream_id = 0; in depack_do_frame_max_stream_data() local
800 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_trace.c263 uint64_t stream_id = 0; in frame_max_stream_data() local
302 uint64_t stream_id = 0; in frame_stream_data_blocked() local
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.c1626 static QUIC_SSTREAM *get_sstream_by_id(uint64_t stream_id, uint32_t pn_space, in get_sstream_by_id()
1642 static void on_regen_notify(uint64_t frame_type, uint64_t stream_id, in on_regen_notify()
1795 static void on_confirm_notify(uint64_t frame_type, uint64_t stream_id, in on_confirm_notify()
1867 static void on_sstream_updated(uint64_t stream_id, void *arg) in on_sstream_updated()
H A Dquic_channel.c615 uint64_t stream_id) in ossl_quic_channel_get_stream_by_id()
3921 uint64_t stream_id; in ossl_quic_channel_new_stream_local() local
3955 uint64_t stream_id) in ossl_quic_channel_new_stream_remote()
/freebsd/contrib/unbound/testcode/
H A Ddoqclient.c185 int64_t stream_id; member
384 client_stream_start_setup(struct doq_client_stream* str, int64_t stream_id) in client_stream_start_setup()
761 int64_t stream_id; in client_bidi_stream() local
786 int64_t stream_id = 0; in query_streams_start() local
938 int64_t stream_id, uint64_t offset, const uint8_t* data, in recv_stream_data()
976 stream_reset(ngtcp2_conn* ATTR_UNUSED(conn), int64_t stream_id, in stream_reset()
/freebsd/crypto/openssl/include/internal/
H A Dquic_wire.h169 uint64_t stream_id; /* Stream ID */ member
198 uint64_t stream_id; member
205 uint64_t stream_id; member
H A Dquic_txpim.h53 uint64_t stream_id; member
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c2532 int32_t stream_id, uint8_t* buf, size_t length, uint32_t* data_flags, in http2_submit_response_read_callback()
2714 int32_t stream_id, uint8_t* buf, size_t length, uint32_t* data_flags, in http2_submit_error_read_callback()
3161 uint8_t ATTR_UNUSED(flags), int32_t stream_id, const uint8_t* data, in http2_req_data_chunk_recv_cb()
3854 doq_stream_create(int64_t stream_id) in doq_stream_create()
3874 doq_stream_find(struct doq_conn* conn, int64_t stream_id) in doq_stream_find()
4324 doq_stream_open_cb(ngtcp2_conn* ATTR_UNUSED(conn), int64_t stream_id, in doq_stream_open_cb()
4367 int64_t stream_id, uint64_t offset, const uint8_t* data, in doq_recv_stream_data_cb()
4414 int64_t stream_id, uint64_t app_error_code, void* user_data, in doq_stream_close_cb()
4442 doq_stream_reset_cb(ngtcp2_conn* ATTR_UNUSED(conn), int64_t stream_id, in doq_stream_reset_cb()
4466 int64_t stream_id, uint64_t offset, uint64_t datalen, void* user_data, in doq_acked_stream_data_offset_cb()
[all …]
/freebsd/lib/libusb/
H A Dlibusb10_io.c792 uint32_t stream_id, unsigned char *buffer, int length, in libusb_fill_bulk_stream_transfer()
836 libusb_transfer_set_stream_id(struct libusb_transfer *transfer, uint32_t stream_id) in libusb_transfer_set_stream_id()
H A Dlibusb10.h69 uint32_t stream_id; member
H A Dlibusb20_ugen20.c798 uint32_t MaxFrameCount, uint8_t ep_no, uint16_t stream_id, in ugen20_tr_open()
/freebsd/sys/dev/usb/controller/
H A Dxhci.c944 uint16_t stream_id = 0; in xhci_check_transfer() local
1621 uint16_t stream_id, uint8_t ep_id, uint8_t slot_id) in xhci_cmd_set_tr_dequeue_ptr()
3121 usb_stream_t stream_id, struct usb_xfer *enter_xfer) in xhci_device_generic_multi_enter()
3855 usb_stream_t stream_id; in xhci_configure_reset_endpoint() local
/freebsd/sys/dev/usb/
H A Dusb_core.h164 usb_stream_t stream_id; /* USB3.0 specific field */ member

12