Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_dso.c35 SWITCH_DECLARE(switch_dso_lib_t) switch_dso_open(const char *path, int global, char **err) in switch_dso_open() function
95 switch_dso_lib_t switch_dso_open(const char *path, int global, char **err) in switch_dso_open() function
H A Dswitch_loadable_module.c1691 dso = switch_dso_open("FreeSwitch.dll", load_global, &derr); in switch_loadable_module_load_file()
1695 dso = switch_dso_open(lib_path, load_global, &derr); in switch_loadable_module_load_file()
1699 dso = switch_dso_open(NULL, load_global, &derr); in switch_loadable_module_load_file()
1709 dso = switch_dso_open(path, load_global, &derr); in switch_loadable_module_load_file()
1736 dso = switch_dso_open(path, load_global, &derr); in switch_loadable_module_load_file()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_dso.h36 SWITCH_DECLARE(switch_dso_lib_t) switch_dso_open(const char *path, int global, char **err);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/
H A Dmodjava.c210 javaVMHandle = switch_dso_open(path, 0, &derr); in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/
H A Dmod_v8.cpp192 if (!(dso = switch_dso_open(filename, 1, &derr))) { in v8_mod_load_file()