Symbol: ossl_quic_wire_peek_frame_header
crypto/openssl/include/internal/quic_wire.h
486
int ossl_quic_wire_peek_frame_header(PACKET *pkt, uint64_t *type,
crypto/openssl/ssl/quic/qlog_event_helpers.c
216
if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, NULL)) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1076
if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, &was_minimal)) {
crypto/openssl/ssl/quic/quic_trace.c
405
if (!ossl_quic_wire_peek_frame_header(pkt, &frame_type, NULL))
crypto/openssl/ssl/quic/quic_txp.c
363
|| !ossl_quic_wire_peek_frame_header(&pkt, &ftype, NULL)) {
crypto/openssl/test/helpers/quictestlib.c
109
if (!ossl_quic_wire_peek_frame_header(&pkt, &frame_type, NULL))
crypto/openssl/test/quic_multistream_test.c
3635
if (!TEST_true(ossl_quic_wire_peek_frame_header(&pkt, &frame_type,
crypto/openssl/test/quic_txp_test.c
1306
if (!ossl_quic_wire_peek_frame_header(&h->pkt, &frame_type, NULL))
crypto/openssl/test/quic_txp_test.c
1384
if (!ossl_quic_wire_peek_frame_header(&h.pkt, &h.frame_type, NULL)) {
crypto/openssl/test/quic_wire_test.c
1688
if (!TEST_true(ossl_quic_wire_peek_frame_header(&pkt, &frame_type,
crypto/openssl/test/quic_wire_test.c
560
if (!TEST_int_eq(ossl_quic_wire_peek_frame_header(pkt, &frame_type_1,
crypto/openssl/test/quic_wire_test.c
575
if (!TEST_int_eq(ossl_quic_wire_peek_frame_header(pkt, &frame_type_2,
crypto/openssl/test/quic_wire_test.c
715
if (!TEST_int_eq(ossl_quic_wire_peek_frame_header(pkt, &frame_type_1,
crypto/openssl/test/quic_wire_test.c
730
if (!TEST_int_eq(ossl_quic_wire_peek_frame_header(pkt, &frame_type_2,