Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_channel.h102 switch_channel_flag_t want_flag,
172 switch_channel_flag_t flag);
379 SWITCH_DECLARE(uint32_t) switch_channel_test_flag(switch_channel_t *channel, switch_channel_flag_t
389 …ARE(void) switch_channel_set_flag_recursive(switch_channel_t *channel, switch_channel_flag_t flag);
404 …tch_bool_t) switch_channel_set_flag_partner(switch_channel_t *channel, switch_channel_flag_t flag);
412 …h_bool_t) switch_channel_clear_flag_partner(switch_channel_t *channel, switch_channel_flag_t flag);
414 …(uint32_t) switch_channel_test_flag_partner(switch_channel_t *channel, switch_channel_flag_t flag);
421 SWITCH_DECLARE(void) switch_channel_set_state_flag(switch_channel_t *channel, switch_channel_flag_t
422 …CLARE(void) switch_channel_clear_state_flag(switch_channel_t *channel, switch_channel_flag_t flag);
429 SWITCH_DECLARE(void) switch_channel_clear_flag(switch_channel_t *channel, switch_channel_flag_t fla…
[all …]
H A Dswitch_types.h1624 } switch_channel_flag_t; typedef
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_channel.c762 switch_channel_flag_t flag) in switch_channel_init()
1610 SWITCH_DECLARE(uint32_t) switch_channel_test_flag(switch_channel_t *channel, switch_channel_flag_t in switch_channel_test_flag()
1623 …itch_bool_t) switch_channel_set_flag_partner(switch_channel_t *channel, switch_channel_flag_t flag) in switch_channel_set_flag_partner()
1641 …E(uint32_t) switch_channel_test_flag_partner(switch_channel_t *channel, switch_channel_flag_t flag) in switch_channel_test_flag_partner()
1659 …ch_bool_t) switch_channel_clear_flag_partner(switch_channel_t *channel, switch_channel_flag_t flag) in switch_channel_clear_flag_partner()
1714 switch_channel_flag_t want_flag, in switch_channel_wait_for_flag()
1962 …LARE(void) switch_channel_set_flag_recursive(switch_channel_t *channel, switch_channel_flag_t flag) in switch_channel_set_flag_recursive()
2059 SWITCH_DECLARE(void) switch_channel_set_state_flag(switch_channel_t *channel, switch_channel_flag_t in switch_channel_set_state_flag()
2069 …ECLARE(void) switch_channel_clear_state_flag(switch_channel_t *channel, switch_channel_flag_t flag) in switch_channel_clear_state_flag()
2078 SWITCH_DECLARE(void) switch_channel_clear_flag(switch_channel_t *channel, switch_channel_flag_t fla… in switch_channel_clear_flag()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx35767 switch_channel_flag_t arg2 ; in CSharp_FreeSWITCHfNative_switch_channel_wait_for_flag___()
35949 switch_channel_flag_t arg4 ; in CSharp_FreeSWITCHfNative_switch_channel_init___()
36566 switch_channel_flag_t arg2 ; in CSharp_FreeSWITCHfNative_switch_channel_test_flag___()
36579 switch_channel_flag_t arg2 ; in CSharp_FreeSWITCHfNative_switch_channel_set_flag_value___()
36591 switch_channel_flag_t arg2 ; in CSharp_FreeSWITCHfNative_switch_channel_set_flag_recursive___()
36652 switch_channel_flag_t arg2 ; in CSharp_FreeSWITCHfNative_switch_channel_set_flag_partner___()
36666 switch_channel_flag_t arg2 ; in CSharp_FreeSWITCHfNative_switch_channel_clear_flag_partner___()
36680 switch_channel_flag_t arg2 ; in CSharp_FreeSWITCHfNative_switch_channel_test_flag_partner___()
36693 switch_channel_flag_t arg2 ; in CSharp_FreeSWITCHfNative_switch_channel_set_state_flag___()
36703 switch_channel_flag_t arg2 ; in CSharp_FreeSWITCHfNative_switch_channel_clear_state_flag___()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs11776 …atic uint switch_channel_test_flag(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag) { in switch_channel_test_flag()
11781 … switch_channel_set_flag_value(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag, uint… in switch_channel_set_flag_value()
11785 … switch_channel_set_flag_recursive(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag) { in switch_channel_set_flag_recursive()
11807 …_t switch_channel_set_flag_partner(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag) { in switch_channel_set_flag_partner()
11812 … switch_channel_clear_flag_partner(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag) { in switch_channel_clear_flag_partner()
11817 …t switch_channel_test_flag_partner(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag) { in switch_channel_test_flag_partner()
11822 …void switch_channel_set_state_flag(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag) { in switch_channel_set_state_flag()
11826 …id switch_channel_clear_state_flag(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag) { in switch_channel_clear_state_flag()
11830 …tic void switch_channel_clear_flag(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag) { in switch_channel_clear_flag()
11834 …witch_channel_clear_flag_recursive(SWIGTYPE_p_switch_channel channel, switch_channel_flag_t flag) { in switch_channel_clear_flag_recursive()
[all …]