Symbol: ACQUIRE_S
crypto/openssl/test/quic_multistream_test.c
1328
if (!TEST_true(ossl_quic_tserver_write(ACQUIRE_S(), s_stream_id,
crypto/openssl/test/quic_multistream_test.c
1344
ossl_quic_tserver_conclude(ACQUIRE_S(), s_stream_id);
crypto/openssl/test/quic_multistream_test.c
1398
if (!TEST_true(ossl_quic_tserver_read(ACQUIRE_S(), s_stream_id,
crypto/openssl/test/quic_multistream_test.c
1443
if (!ossl_quic_tserver_has_read_ended(ACQUIRE_S(), s_stream_id))
crypto/openssl/test/quic_multistream_test.c
1521
if (!TEST_true(ossl_quic_tserver_stream_new(ACQUIRE_S(),
crypto/openssl/test/quic_multistream_test.c
1561
new_stream_id = ossl_quic_tserver_pop_incoming_stream(ACQUIRE_S());
crypto/openssl/test/quic_multistream_test.c
1632
ossl_quic_tserver_shutdown(ACQUIRE_S(), op->arg1);
crypto/openssl/test/quic_multistream_test.c
1673
if (!ossl_quic_tserver_is_term_any(ACQUIRE_S())) {
crypto/openssl/test/quic_multistream_test.c
1674
ossl_quic_tserver_ping(ACQUIRE_S());
crypto/openssl/test/quic_multistream_test.c
1678
if (!TEST_ptr(tc = ossl_quic_tserver_get_terminate_cause(ACQUIRE_S())))
crypto/openssl/test/quic_multistream_test.c
1728
if (!TEST_false(ossl_quic_tserver_write(ACQUIRE_S(), s_stream_id,
crypto/openssl/test/quic_multistream_test.c
1775
ret = ossl_quic_tserver_read(ACQUIRE_S(), s_stream_id,
crypto/openssl/test/quic_multistream_test.c
1906
ACQUIRE_S();
crypto/openssl/test/quic_multistream_test.c
1928
if (!TEST_true(ossl_quic_tserver_new_ticket(ACQUIRE_S())))
crypto/openssl/test/quic_multistream_test.c
3655
ossl_quic_tserver_set_msg_callback(ACQUIRE_S(), script_41_trace, h);
crypto/openssl/test/quic_multistream_test.c
3828
QUIC_CHANNEL *ch = ossl_quic_tserver_get_channel(ACQUIRE_S());
crypto/openssl/test/quic_multistream_test.c
383
if (!ossl_quic_tserver_stream_has_peer_stop_sending(ACQUIRE_S(), stream_id, NULL)
crypto/openssl/test/quic_multistream_test.c
3832
if (!TEST_true(ossl_quic_tserver_ping(ACQUIRE_S())))
crypto/openssl/test/quic_multistream_test.c
384
|| !ossl_quic_tserver_stream_has_peer_reset_stream(ACQUIRE_S(), stream_id, NULL)) {
crypto/openssl/test/quic_multistream_test.c
3840
QUIC_CHANNEL *ch = ossl_quic_tserver_get_channel(ACQUIRE_S());
crypto/openssl/test/quic_multistream_test.c
396
if (!ossl_quic_tserver_stream_has_peer_reset_stream(ACQUIRE_S(), stream_id, &aec)) {
crypto/openssl/test/quic_multistream_test.c
408
if (!ossl_quic_tserver_stream_has_peer_stop_sending(ACQUIRE_S(), stream_id, NULL)) {
crypto/openssl/test/quic_multistream_test.c
4440
const QUIC_TERMINATE_CAUSE *tc = ossl_quic_tserver_get_terminate_cause(ACQUIRE_S());
crypto/openssl/test/quic_multistream_test.c
4834
if (!TEST_true(ossl_quic_tserver_set_max_early_data(ACQUIRE_S(),
crypto/openssl/test/quic_multistream_test.c
5162
if (!TEST_true(ossl_quic_tserver_new_ticket(ACQUIRE_S())))