Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fifo/
H A Dmod_fifo.c696 switch_hash_t *consumer_orig_hash; member
862 x = !!switch_core_hash_find(globals.consumer_orig_hash, key); in check_consumer_outbound_call()
872 switch_core_hash_insert(globals.consumer_orig_hash, key, cancel_cause); in add_consumer_outbound_call()
881 switch_core_hash_delete(globals.consumer_orig_hash, key); in del_consumer_outbound_call()
892 …if ((cancel_cause = (switch_call_cause_t *) switch_core_hash_find(globals.consumer_orig_hash, key)… in cancel_consumer_outbound_call()
4150 dump_hash(globals.consumer_orig_hash, stream); in node_dump()
4855 switch_core_hash_init(&globals.consumer_orig_hash); in SWITCH_MODULE_LOAD_FUNCTION()
4948 switch_core_hash_destroy(&globals.consumer_orig_hash); in SWITCH_MODULE_SHUTDOWN_FUNCTION()