Searched refs:ossl_quic_tserver_stream_new (Results 1 – 6 of 6) sorted by relevance
/openssl/test/ |
H A D | quicfaultstest.c | 123 if (!TEST_true(ossl_quic_tserver_stream_new(qtserv, /*is_uni=*/0, &sid)) in test_unknown_frame() 300 if (!TEST_true(ossl_quic_tserver_stream_new(qtserv, /*is_uni=*/0, &sid)) in test_corrupted_data()
|
H A D | quicapitest.c | 239 if (!TEST_true(ossl_quic_tserver_stream_new(qtserv, 0, &sid)) in test_fin_only_blocking() 1521 if (!TEST_true(ossl_quic_tserver_stream_new(qtserv, 0, &sid))) in test_noisy_dgram()
|
H A D | quic_multistream_test.c | 1541 if (!TEST_true(ossl_quic_tserver_stream_new(ACQUIRE_S(), in run_script_worker()
|
/openssl/include/internal/ |
H A D | quic_tserver.h | 130 int ossl_quic_tserver_stream_new(QUIC_TSERVER *srv,
|
/openssl/util/ |
H A D | quicserver.c | 288 if (!ossl_quic_tserver_stream_new(qtserv, 1, &streamid)) { in main()
|
/openssl/ssl/quic/ |
H A D | quic_tserver.c | 413 int ossl_quic_tserver_stream_new(QUIC_TSERVER *srv, in ossl_quic_tserver_stream_new() function
|
Completed in 29 milliseconds