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

  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_fifd.h 41 void (*confirm_frame)(uint64_t frame_type, member in struct:quic_fifd_st
68 void (*confirm_frame)(uint64_t frame_type,
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_fifd.c 31 void (*confirm_frame)(uint64_t frame_type,
53 fifd->confirm_frame = confirm_frame;
93 fifd->confirm_frame(OSSL_QUIC_FRAME_TYPE_STOP_SENDING,
98 fifd->confirm_frame(OSSL_QUIC_FRAME_TYPE_RESET_STREAM,
  /src/crypto/external/apache2/openssl/dist/test/
quic_fifd_test.c 45 static void confirm_frame(uint64_t frame_type, uint64_t stream_id, function
345 confirm_frame, NULL,

Completed in 23 milliseconds