#include <dso.h>
Data Fields | |
const char * | name |
int(* | dso_load )(DSO *dso) |
int(* | dso_unload )(DSO *dso) |
void *(* | dso_bind_var )(DSO *dso, const char *symname) |
DSO_FUNC_TYPE(* | dso_bind_func )(DSO *dso, const char *symname) |
long(* | dso_ctrl )(DSO *dso, int cmd, long larg, void *parg) |
DSO_NAME_CONVERTER_FUNC | dso_name_converter |
DSO_MERGER_FUNC | dso_merger |
int(* | init )(DSO *dso) |
int(* | finish )(DSO *dso) |
Definition at line 134 of file dso.h.
const char* dso_meth_st::name |
int(* dso_meth_st::dso_load)(DSO *dso) |
int(* dso_meth_st::dso_unload)(DSO *dso) |
void*(* dso_meth_st::dso_bind_var)(DSO *dso, const char *symname) |
DSO_FUNC_TYPE(* dso_meth_st::dso_bind_func)(DSO *dso, const char *symname) |
long(* dso_meth_st::dso_ctrl)(DSO *dso, int cmd, long larg, void *parg) |
int(* dso_meth_st::init)(DSO *dso) |
int(* dso_meth_st::finish)(DSO *dso) |