Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_console.c245 switch_core_flag_t cflags = switch_core_flags(); in switch_console_expand_alias()
1839 switch_core_flag_t cflags = switch_core_flags();
H A Dswitch_core.c2980 SWITCH_DECLARE(switch_core_flag_t) switch_core_flags(void) in switch_core_flags() function
H A Dswitch_loadable_module.c2380 int32_t flags = switch_core_flags(); in do_shutdown()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2310 SWITCH_DECLARE(switch_core_flag_t) switch_core_flags(void);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c87 switch_core_flag_t cflags = switch_core_flags(); in select_url()
5628 switch_core_flag_t cflags = switch_core_flags(); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs9525 public static uint switch_core_flags() { in switch_core_flags() method in FreeSWITCH.Native.freeswitch
9526 uint ret = freeswitchPINVOKE.switch_core_flags(); in switch_core_flags()
19197 public static extern uint switch_core_flags(); in switch_core_flags() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx16305 result = (switch_core_flag_t)switch_core_flags(); in CSharp_FreeSWITCHfNative_switch_core_flags___()