|
RTS API Documentation
1.10.11
|
This graph shows which files directly or indirectly include this file: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 132 of file switch_dso.c.
Referenced by switch_loadable_module_load_file().
| void switch_dso_destroy | ( | switch_dso_lib_t * | lib | ) |
Definition at line 91 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 123 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().
1.8.13