Home
last modified time | relevance | path

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

/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dtap-rtp-common.c150 if (tapinfo->strinfo_hash) { in rtpstream_reset()
151 … g_hash_table_foreach(tapinfo->strinfo_hash, rtpstream_info_multihash_destroy_value, NULL); in rtpstream_reset()
152 g_hash_table_destroy(tapinfo->strinfo_hash); in rtpstream_reset()
164 tapinfo->strinfo_hash = NULL; in rtpstream_reset()
388 if (tapinfo->strinfo_hash) { in rtpstream_packet_cb()
389 stream_info = rtpstream_info_multihash_lookup(tapinfo->strinfo_hash, &new_stream_id); in rtpstream_packet_cb()
404 if (!tapinfo->strinfo_hash) { in rtpstream_packet_cb()
405 tapinfo->strinfo_hash = g_hash_table_new(g_direct_hash, g_direct_equal); in rtpstream_packet_cb()
407 rtpstream_info_multihash_insert(tapinfo->strinfo_hash, stream_info); in rtpstream_packet_cb()
H A Drtp_stream.h93 GHashTable *strinfo_hash; /**< multihash of rtpstream_info_t **/ member
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dtap-rtp-common.c150 if (tapinfo->strinfo_hash) { in rtpstream_reset()
151 … g_hash_table_foreach(tapinfo->strinfo_hash, rtpstream_info_multihash_destroy_value, NULL); in rtpstream_reset()
152 g_hash_table_destroy(tapinfo->strinfo_hash); in rtpstream_reset()
164 tapinfo->strinfo_hash = NULL; in rtpstream_reset()
388 if (tapinfo->strinfo_hash) { in rtpstream_packet_cb()
389 stream_info = rtpstream_info_multihash_lookup(tapinfo->strinfo_hash, &new_stream_id); in rtpstream_packet_cb()
404 if (!tapinfo->strinfo_hash) { in rtpstream_packet_cb()
405 tapinfo->strinfo_hash = g_hash_table_new(g_direct_hash, g_direct_equal); in rtpstream_packet_cb()
407 rtpstream_info_multihash_insert(tapinfo->strinfo_hash, stream_info); in rtpstream_packet_cb()
H A Drtp_stream.h93 GHashTable *strinfo_hash; /**< multihash of rtpstream_info_t **/ member
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dtap-rtp-common.c150 if (tapinfo->strinfo_hash) { in rtpstream_reset()
151 … g_hash_table_foreach(tapinfo->strinfo_hash, rtpstream_info_multihash_destroy_value, NULL); in rtpstream_reset()
152 g_hash_table_destroy(tapinfo->strinfo_hash); in rtpstream_reset()
164 tapinfo->strinfo_hash = NULL; in rtpstream_reset()
388 if (tapinfo->strinfo_hash) { in rtpstream_packet_cb()
389 stream_info = rtpstream_info_multihash_lookup(tapinfo->strinfo_hash, &new_stream_id); in rtpstream_packet_cb()
404 if (!tapinfo->strinfo_hash) { in rtpstream_packet_cb()
405 tapinfo->strinfo_hash = g_hash_table_new(g_direct_hash, g_direct_equal); in rtpstream_packet_cb()
407 rtpstream_info_multihash_insert(tapinfo->strinfo_hash, stream_info); in rtpstream_packet_cb()
H A Drtp_stream.h93 GHashTable *strinfo_hash; /**< multihash of rtpstream_info_t **/
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dtap-rtp-common.c150 if (tapinfo->strinfo_hash) { in rtpstream_reset()
151 … g_hash_table_foreach(tapinfo->strinfo_hash, rtpstream_info_multihash_destroy_value, NULL); in rtpstream_reset()
152 g_hash_table_destroy(tapinfo->strinfo_hash); in rtpstream_reset()
164 tapinfo->strinfo_hash = NULL; in rtpstream_reset()
388 if (tapinfo->strinfo_hash) { in rtpstream_packet_cb()
389 stream_info = rtpstream_info_multihash_lookup(tapinfo->strinfo_hash, &new_stream_id); in rtpstream_packet_cb()
404 if (!tapinfo->strinfo_hash) { in rtpstream_packet_cb()
405 tapinfo->strinfo_hash = g_hash_table_new(g_direct_hash, g_direct_equal); in rtpstream_packet_cb()
407 rtpstream_info_multihash_insert(tapinfo->strinfo_hash, stream_info); in rtpstream_packet_cb()
H A Drtp_stream.h93 GHashTable *strinfo_hash; /**< multihash of rtpstream_info_t **/ member