| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_wire.h | 148 uint64_t ect0, ect1, ecnce; member in struct:ossl_quic_frame_ack_st
|
| quic_wire.h | 148 uint64_t ect0, ect1, ecnce; member in struct:ossl_quic_frame_ack_st
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_wire.c | 96 || !WPACKET_quic_write_vlint(pkt, ack->ect1) 579 uint64_t ect0, ect1, ecnce; local 582 || !PACKET_get_quic_vlint(pkt, &ect1) 588 ack->ect1 = ect1;
|
| quic_wire.c | 96 || !WPACKET_quic_write_vlint(pkt, ack->ect1) 579 uint64_t ect0, ect1, ecnce; local 582 || !PACKET_get_quic_vlint(pkt, &ect1) 588 ack->ect1 = ect1;
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| quic_multistream_test.c | 3884 uint64_t ect0 = 0, ect1 = 0, ecnce = 0; local 3928 ect1 = 50; 3949 || !TEST_true(WPACKET_quic_write_vlint(&wpkt, ect1))
|
| quic_multistream_test.c | 3884 uint64_t ect0 = 0, ect1 = 0, ecnce = 0; local 3928 ect1 = 50; 3949 || !TEST_true(WPACKET_quic_write_vlint(&wpkt, ect1))
|