Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/say/mod_say_es_ar/
H A Dmod_say_es_ar.c637 switch_say_file_handle_create(&sh, say_args->ext, &var_event); in run_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/say/mod_say_pl/
H A Dmod_say_pl.c588 switch_say_file_handle_create(&sh, say_args->ext, &var_event); in run_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/say/mod_say_sv/
H A Dmod_say_sv.c617 switch_say_file_handle_create(&sh, say_args->ext, &var_event); in run_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/say/mod_say_en/
H A Dmod_say_en.c641 switch_say_file_handle_create(&sh, say_args->ext, &var_event); in run_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/say/mod_say_he/
H A Dmod_say_he.c781 switch_say_file_handle_create(&sh, say_args->ext, &var_event); in run_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/say/mod_say_ru/
H A Dmod_say_ru.c734 switch_say_file_handle_create(&sh, say_args->ext, &var_event); in run_callback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2756 SWITCH_DECLARE(switch_status_t) switch_say_file_handle_create(switch_say_file_handle_t **sh, const …
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_loadable_module.c3215 SWITCH_DECLARE(switch_status_t) switch_say_file_handle_create(switch_say_file_handle_t **sh, const … in switch_say_file_handle_create() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs10073 …public static switch_status_t switch_say_file_handle_create(SWIGTYPE_p_p_switch_say_file_handle sh… in switch_say_file_handle_create() method in FreeSWITCH.Native.freeswitch
10074 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_say_file_handle_create(SWIGTYPE_p_… in switch_say_file_handle_create()
19656 …public static extern int switch_say_file_handle_create(global::System.Runtime.InteropServices.Hand… in switch_say_file_handle_create() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx18177 result = (switch_status_t)switch_say_file_handle_create(arg1,(char const *)arg2,arg3); in CSharp_FreeSWITCHfNative_switch_say_file_handle_create___()