Searched refs:get_sstream_by_id (Results 1 – 4 of 4) sorted by relevance
/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() 43 || get_sstream_by_id == NULL || regen_frame == NULL) in ossl_quic_fifd_init() 49 fifd->get_sstream_by_id = get_sstream_by_id; in ossl_quic_fifd_init() 78 sstream = fifd->get_sstream_by_id(chunks[i].stream_id, in on_acked() 137 sstream = fifd->get_sstream_by_id(chunks[i].stream_id, in on_lost() 285 sstream = fifd->get_sstream_by_id(chunks[i].stream_id, in ossl_quic_fifd_pkt_commit()
|
H A D | quic_txp.c | 418 static QUIC_SSTREAM *get_sstream_by_id(uint64_t stream_id, uint32_t pn_space, 481 get_sstream_by_id, txp, in ossl_quic_tx_packetiser_new() 1525 static QUIC_SSTREAM *get_sstream_by_id(uint64_t stream_id, uint32_t pn_space, in get_sstream_by_id() function
|
/openssl/include/internal/ |
H A D | quic_fifd.h | 32 QUIC_SSTREAM *(*get_sstream_by_id)(uint64_t stream_id, member 58 QUIC_SSTREAM *(*get_sstream_by_id)(uint64_t stream_id,
|
/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() function 338 get_sstream_by_id, NULL, in test_fifd()
|
Completed in 18 milliseconds