Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c57 } STREAM_INFO; typedef
59 DEFINE_LHASH_OF_EX(STREAM_INFO);
74 LHASH_OF(STREAM_INFO) *s_streams;
80 LHASH_OF(STREAM_INFO) *c_streams;
125 LHASH_OF(STREAM_INFO) *c_streams;
465 static unsigned long stream_info_hash(const STREAM_INFO *info) in stream_info_hash()
470 static int stream_info_cmp(const STREAM_INFO *a, const STREAM_INFO *b) in stream_info_cmp()
475 static void cleanup_stream(STREAM_INFO *info) in cleanup_stream()
481 static void helper_cleanup_streams(LHASH_OF(STREAM_INFO) **lh) in helper_cleanup_streams()
894 static STREAM_INFO *get_stream_info(LHASH_OF(STREAM_INFO) *lh, in get_stream_info()
[all …]