FreeSWITCH API Documentation
1.7.0
|
#include <switch.h>
#include "switch_dso.h"
#include <stdlib.h>
#include <string.h>
#include <dlfcn.h>
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 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 | ||
) |