Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_memory.c231 SWITCH_DECLARE(char *) switch_core_perform_session_strdup(switch_core_session_t *session, const cha… in switch_core_perform_session_strdup() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_core.h715 SWITCH_DECLARE(char *) switch_core_perform_session_strdup(_In_ switch_core_session_t *session, _In_…
724 #define switch_core_session_strdup(_session, _todup) switch_core_perform_session_strdup(_session, _…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs8381 …public static string switch_core_perform_session_strdup(SWIGTYPE_p_switch_core_session session, st… in switch_core_perform_session_strdup() method in FreeSWITCH.Native.freeswitch
8382 …string ret = freeswitchPINVOKE.switch_core_perform_session_strdup(SWIGTYPE_p_switch_core_session.g… in switch_core_perform_session_strdup()
18513 …public static extern string switch_core_perform_session_strdup(global::System.Runtime.InteropServi… in switch_core_perform_session_strdup() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx13126 …result = (char *)switch_core_perform_session_strdup(arg1,(char const *)arg2,(char const *)arg3,(ch… in CSharp_FreeSWITCHfNative_switch_core_perform_session_strdup___()