Home
last modified time | relevance | path

Searched refs:sstream_updated (Results 1 – 3 of 3) sorted by relevance

/openssl/ssl/quic/
H A Dquic_fifd.c36 void (*sstream_updated)(uint64_t stream_id, in ossl_quic_fifd_init()
55 fifd->sstream_updated = sstream_updated; in ossl_quic_fifd_init()
103 fifd->sstream_updated(chunks[i].stream_id, fifd->sstream_updated_arg); in on_acked()
131 int sstream_updated; in on_lost() local
143 sstream_updated = 0; in on_lost()
154 sstream_updated = 1; in on_lost()
159 sstream_updated = 1; in on_lost()
187 if (sstream_updated && chunks[i].stream_id != UINT64_MAX) in on_lost()
188 fifd->sstream_updated(chunks[i].stream_id, in on_lost()
/openssl/include/internal/
H A Dquic_fifd.h46 void (*sstream_updated)(uint64_t stream_id, member
73 void (*sstream_updated)(uint64_t stream_id,
/openssl/test/
H A Dquic_fifd_test.c47 static void sstream_updated(uint64_t stream_id, void *arg) in sstream_updated() function
341 sstream_updated, NULL, in test_fifd()

Completed in 11 milliseconds