Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_loadable_module.h169 SWITCH_DECLARE(switch_status_t) switch_loadable_module_build_dynamic(char *filename,
603 switch_loadable_module_build_dynamic(__FILE__, load, run, shut, SWITCH_FALSE); \
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_loadable_module.c2018 SWITCH_DECLARE(switch_status_t) switch_loadable_module_build_dynamic(char *filename, in switch_loadable_module_build_dynamic() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs10340 …public static switch_status_t switch_loadable_module_build_dynamic(string filename, SWIGTYPE_p_f_p… in switch_loadable_module_build_dynamic() method in FreeSWITCH.Native.freeswitch
10341 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_loadable_module_build_dynamic(file… in switch_loadable_module_build_dynamic()
19956 …public static extern int switch_loadable_module_build_dynamic(string jarg1, global::System.Runtime… in switch_loadable_module_build_dynamic() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx19372 result = (switch_status_t)switch_loadable_module_build_dynamic(arg1,arg2,arg3,arg4,arg5); in CSharp_FreeSWITCHfNative_switch_loadable_module_build_dynamic___()