FreeSWITCH API Documentation
1.7.0
|
Go to the source code of this file.
Typedefs | |
typedef void * | switch_dso_lib_t |
typedef void * | switch_dso_data_t |
Functions | |
void | switch_dso_destroy (switch_dso_lib_t *lib) |
switch_dso_lib_t | switch_dso_open (const char *path, int global, char **err) |
switch_dso_func_t | switch_dso_func_sym (switch_dso_lib_t lib, const char *sym, char **err) |
void * | switch_dso_data_sym (switch_dso_lib_t lib, const char *sym, char **err) |
Variables | |
SWITCH_BEGIN_EXTERN_C typedef int(* | switch_dso_func_t )(void) |
typedef void* switch_dso_data_t |
Definition at line 33 of file switch_dso.h.
typedef void* switch_dso_lib_t |
Definition at line 30 of file switch_dso.h.
void* switch_dso_data_sym | ( | switch_dso_lib_t | lib, |
const char * | sym, | ||
char ** | err | ||
) |
Definition at line 126 of file switch_dso.c.
Referenced by switch_loadable_module_load_file().
void switch_dso_destroy | ( | switch_dso_lib_t * | lib | ) |
Definition at line 87 of file switch_dso.c.
Referenced by do_shutdown(), and switch_loadable_module_load_file().
switch_dso_func_t switch_dso_func_sym | ( | switch_dso_lib_t | lib, |
const char * | sym, | ||
char ** | err | ||
) |
Definition at line 117 of file switch_dso.c.
References switch_dso_func_t.
switch_dso_lib_t switch_dso_open | ( | const char * | path, |
int | global, | ||
char ** | err | ||
) |
SWITCH_BEGIN_EXTERN_C typedef int(* switch_dso_func_t)(void) |
Definition at line 26 of file switch_dso.h.
Referenced by switch_dso_func_sym().