Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_rtp.h577 SWITCH_DECLARE(void *) switch_rtp_get_private(switch_rtp_t *rtp_session);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_sangoma_codec/
H A Dmod_sangoma_codec.c312 sesspool = switch_rtp_get_private(rtp); in sangoma_destroy_rtp()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c9247 SWITCH_DECLARE(void *) switch_rtp_get_private(switch_rtp_t *rtp_session) in switch_rtp_get_private() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs14023 public static SWIGTYPE_p_void switch_rtp_get_private(SWIGTYPE_p_switch_rtp rtp_session) { in switch_rtp_get_private() method in FreeSWITCH.Native.freeswitch
14024 …global::System.IntPtr cPtr = freeswitchPINVOKE.switch_rtp_get_private(SWIGTYPE_p_switch_rtp.getCPt… in switch_rtp_get_private()
26166 …public static extern global::System.IntPtr switch_rtp_get_private(global::System.Runtime.InteropSe… in switch_rtp_get_private() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx45686 result = (void *)switch_rtp_get_private(arg1); in CSharp_FreeSWITCHfNative_switch_rtp_get_private___()