Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_event.h454 SWITCH_DECLARE(void) switch_live_array_set_user_data(switch_live_array_t *la, void *user_data);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_event.c3708 SWITCH_DECLARE(void) switch_live_array_set_user_data(switch_live_array_t *la, void *user_data) in switch_live_array_set_user_data() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dmod_conference.c3708 switch_live_array_set_user_data(conference->la, conference); in conference_new()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs12642 …public static void switch_live_array_set_user_data(SWIGTYPE_p_switch_live_array_s la, SWIGTYPE_p_v… in switch_live_array_set_user_data() method in FreeSWITCH.Native.freeswitch
12643 …freeswitchPINVOKE.switch_live_array_set_user_data(SWIGTYPE_p_switch_live_array_s.getCPtr(la), SWIG… in switch_live_array_set_user_data()
24921 …public static extern void switch_live_array_set_user_data(global::System.Runtime.InteropServices.H… in switch_live_array_set_user_data() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx39810 switch_live_array_set_user_data(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_live_array_set_user_data___()