HomeSort by: relevance | last modified time | path
    Searched refs:sstream_updated (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_fifd.h 46 void (*sstream_updated)(uint64_t stream_id, member in struct:quic_fifd_st
73 void (*sstream_updated)(uint64_t stream_id,
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_fifd.c 36 void (*sstream_updated)(uint64_t stream_id,
55 fifd->sstream_updated = sstream_updated;
103 fifd->sstream_updated(chunks[i].stream_id, fifd->sstream_updated_arg);
131 int sstream_updated; local
143 sstream_updated = 0;
154 sstream_updated = 1;
159 sstream_updated = 1;
187 if (sstream_updated && chunks[i].stream_id != UINT64_MAX)
188 fifd->sstream_updated(chunks[i].stream_id
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
quic_fifd_test.c 50 static void sstream_updated(uint64_t stream_id, void *arg) function
346 sstream_updated, NULL,

Completed in 23 milliseconds