Home
last modified time | relevance | path

Searched refs:switch_loadable_module_load_module (Results 1 – 10 of 10) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dfs_tts.c156 switch_loadable_module_load_module("", "CORE_PCM_MODULE", SWITCH_TRUE, &err); in main()
157 switch_loadable_module_load_module("", "CORE_SPEEX_MODULE", SWITCH_TRUE, &err); in main()
158 switch_loadable_module_load_module("", "CORE_SOFTTIMER_MODULE", SWITCH_TRUE, &err); in main()
159switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, "mod_console", SWITCH_TRUE… in main()
162 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, extra_modules[i], SWIT… in main()
168 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, "mod_sndfile", SWITCH_… in main()
173 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, "mod_ssml", SWITCH_TRU… in main()
179 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, "mod_polly", SWITCH_TR… in main()
186 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, "mod_gcloud", SWITCH_T… in main()
H A Dfs_encode.c158 switch_loadable_module_load_module("", "CORE_PCM_MODULE", SWITCH_TRUE, &err); in main()
159 switch_loadable_module_load_module("", "CORE_SPEEX_MODULE", SWITCH_TRUE, &err); in main()
160 switch_loadable_module_load_module("", "CORE_SOFTTIMER_MODULE", SWITCH_TRUE, &err); in main()
163 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, (char *) extra_modules… in main()
169 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, (char *) "mod_spandsp"… in main()
174 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, (char *) "mod_sndfile"… in main()
179 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, (char *) "mod_native_f… in main()
H A Dtone2wav.c148 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, (char *) "mod_sndfile"… in main()
H A Dswitch_loadable_module.c1810 SWITCH_DECLARE(switch_status_t) switch_loadable_module_load_module(const char *dir, const char *fna… in switch_loadable_module_load_module() function
2264 switch_loadable_module_load_module("", "CORE_VPX_MODULE", SWITCH_FALSE, &err); in switch_loadable_module_init()
2360 switch_loadable_module_load_module(SWITCH_GLOBAL_dirs.mod_dir, fname, SWITCH_FALSE, &err); in switch_loadable_module_init()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_limit/
H A Dmod_limit.c52 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, "mod_hash", SWITCH_TRU… in SWITCH_MODULE_LOAD_FUNCTION()
60 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, "mod_db", SWITCH_TRUE,… in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/test/
H A Dswitch_test.h351switch_loadable_module_load_module((char *)"./mod", (char *)fst_test_module, SWITCH_TRUE, &err); \
362 switch_loadable_module_load_module((char *)path, (char *)fst_test_module, SWITCH_TRUE, &err); \
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_loadable_module.h323 SWITCH_DECLARE(switch_status_t) switch_loadable_module_load_module(const char *dir, const char *fna…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c2706 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, (char *) cmd, SWITCH_T… in SWITCH_STANDARD_API()
2812 …if (switch_loadable_module_load_module((char *) SWITCH_GLOBAL_dirs.mod_dir, (char *) cmd, SWITCH_T… in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs10454 …public static switch_status_t switch_loadable_module_load_module(string dir, string fname, switch_… in switch_loadable_module_load_module() method in FreeSWITCH.Native.freeswitch
10457 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_loadable_module_load_module(dir, f… in switch_loadable_module_load_module()
20016 …public static extern int switch_loadable_module_load_module(string jarg1, string jarg2, int jarg3,… in switch_loadable_module_load_module() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx19646 …result = (switch_status_t)switch_loadable_module_load_module((char const *)arg1,(char const *)arg2… in CSharp_FreeSWITCHfNative_switch_loadable_module_load_module___()