Lines Matching refs:STREAM_INFO
47 } STREAM_INFO; typedef
49 DEFINE_LHASH_OF_EX(STREAM_INFO);
64 LHASH_OF(STREAM_INFO) *s_streams;
70 LHASH_OF(STREAM_INFO) *c_streams;
115 LHASH_OF(STREAM_INFO) *c_streams;
457 static unsigned long stream_info_hash(const STREAM_INFO *info) in stream_info_hash()
462 static int stream_info_cmp(const STREAM_INFO *a, const STREAM_INFO *b) in stream_info_cmp()
467 static void cleanup_stream(STREAM_INFO *info) in cleanup_stream()
473 static void helper_cleanup_streams(LHASH_OF(STREAM_INFO) **lh) in helper_cleanup_streams()
880 static STREAM_INFO *get_stream_info(LHASH_OF(STREAM_INFO) *lh, in get_stream_info()
883 STREAM_INFO key, *info; in get_stream_info()
910 STREAM_INFO *info = get_stream_info(hl->c_streams, stream_name); in helper_local_set_c_stream()
923 STREAM_INFO *info; in helper_local_get_c_stream()
939 STREAM_INFO *info; in helper_set_s_stream()
955 STREAM_INFO *info; in helper_get_s_stream()