|
RTS API Documentation
1.10.11
|
#include <switch.h>#include "switch_dso.h"#include <stdlib.h>#include <string.h>#include <dlfcn.h>
Include dependency graph for switch_dso.c:Go to the source code of this file.
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) |
| 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 | ||
| ) |
1.8.13