Home
last modified time | relevance | path

Searched refs:s_stream_id (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c56 uint64_t s_stream_id; member
913 info->s_stream_id = UINT64_MAX; in get_stream_info()
930 info->s_stream_id = UINT64_MAX; in helper_local_set_c_stream()
951 uint64_t s_stream_id) in helper_set_s_stream() argument
963 info->s_stream_id = s_stream_id; in helper_set_s_stream()
978 return info->s_stream_id; in helper_get_s_stream()
1083 uint64_t s_stream_id = UINT64_MAX; in run_script_worker() local
1109 s_stream_id = helper_get_s_stream(h, op->stream_name); in run_script_worker()
1111 s_stream_id = UINT64_MAX; in run_script_worker()
1325 if (!TEST_uint64_t_ne(s_stream_id, UINT64_MAX)) in run_script_worker()
[all …]