Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h2753 SWITCH_DECLARE(char *) switch_say_file_handle_get_path(switch_say_file_handle_t *sh);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_loadable_module.c3185 SWITCH_DECLARE(char *) switch_say_file_handle_get_path(switch_say_file_handle_t *sh) in switch_say_file_handle_get_path() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs10059 public static string switch_say_file_handle_get_path(SWIGTYPE_p_switch_say_file_handle sh) { in switch_say_file_handle_get_path() method in FreeSWITCH.Native.freeswitch
10060 …string ret = freeswitchPINVOKE.switch_say_file_handle_get_path(SWIGTYPE_p_switch_say_file_handle.g… in switch_say_file_handle_get_path()
19647 …public static extern string switch_say_file_handle_get_path(global::System.Runtime.InteropServices… in switch_say_file_handle_get_path() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx18141 result = (char *)switch_say_file_handle_get_path(arg1); in CSharp_FreeSWITCHfNative_switch_say_file_handle_get_path___()