Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_jitterbuffer.c96 switch_inthash_t *missing_seq_hash; member
567 if (!switch_core_inthash_find(jb->missing_seq_hash, val)) {
568 switch_core_inthash_insert(jb->missing_seq_hash, val, (void *)(intptr_t)1);
939 switch_core_inthash_destroy(&jb->missing_seq_hash); in switch_jb_reset()
940 switch_core_inthash_init(&jb->missing_seq_hash); in switch_jb_reset()
1094 switch_core_inthash_init(&jb->missing_seq_hash); in switch_jb_create()
1120 switch_core_inthash_destroy(&jb->missing_seq_hash); in switch_jb_destroy()
1183 switch_core_inthash_delete(jb->missing_seq_hash, (uint32_t)htons(seq)); in switch_jb_pop_nack()
1194 if (least && switch_core_inthash_delete(jb->missing_seq_hash, (uint32_t)htons(least))) { in switch_jb_pop_nack()
1200 if (switch_core_inthash_delete(jb->missing_seq_hash, (uint32_t)htons(least + i + 1))) { in switch_jb_pop_nack()
[all …]