HomeSort by: relevance | last modified time | path
    Searched defs:stream_info (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c 53 typedef struct stream_info { struct
57 } STREAM_INFO;
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)
470 static int stream_info_cmp(const STREAM_INFO *a, const STREAM_INFO *b)
475 static void cleanup_stream(STREAM_INFO *info
    [all...]

Completed in 15 milliseconds