Symbol: DSO
crypto/heimdal/lib/krb5/plugin.c
114
e->type = DSO;
crypto/heimdal/lib/krb5/plugin.c
284
if (e->type == DSO && strcmp(e->u.dso.path, path) == 0)
crypto/heimdal/lib/krb5/plugin.c
337
case DSO: {
crypto/openssl/crypto/comp/c_brotli.c
87
static DSO *brotli_encode_dso = NULL;
crypto/openssl/crypto/comp/c_brotli.c
88
static DSO *brotli_decode_dso = NULL;
crypto/openssl/crypto/comp/c_zlib.c
99
static DSO *zlib_dso = NULL;
crypto/openssl/crypto/comp/c_zstd.c
113
static DSO *zstd_dso = NULL;
crypto/openssl/crypto/conf/conf_mod.c
298
DSO *dso = NULL;
crypto/openssl/crypto/conf/conf_mod.c
336
static CONF_MODULE *module_add(DSO *dso, const char *name,
crypto/openssl/crypto/conf/conf_mod.c
40
DSO *dso;
crypto/openssl/crypto/conf/conf_mod.c
77
static CONF_MODULE *module_add(DSO *dso, const char *name,
crypto/openssl/crypto/dso/dso_dl.c
120
static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname)
crypto/openssl/crypto/dso/dso_dl.c
152
static char *dl_merger(DSO *dso, const char *filespec1, const char *filespec2)
crypto/openssl/crypto/dso/dso_dl.c
19
static int dl_load(DSO *dso);
crypto/openssl/crypto/dso/dso_dl.c
20
static int dl_unload(DSO *dso);
crypto/openssl/crypto/dso/dso_dl.c
21
static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
crypto/openssl/crypto/dso/dso_dl.c
211
static char *dl_name_converter(DSO *dso, const char *filename)
crypto/openssl/crypto/dso/dso_dl.c
22
static char *dl_name_converter(DSO *dso, const char *filename);
crypto/openssl/crypto/dso/dso_dl.c
23
static char *dl_merger(DSO *dso, const char *filespec1,
crypto/openssl/crypto/dso/dso_dl.c
53
static int dl_load(DSO *dso)
crypto/openssl/crypto/dso/dso_dl.c
97
static int dl_unload(DSO *dso)
crypto/openssl/crypto/dso/dso_dlfcn.c
139
static int dlfcn_unload(DSO *dso)
crypto/openssl/crypto/dso/dso_dlfcn.c
162
static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname)
crypto/openssl/crypto/dso/dso_dlfcn.c
192
static char *dlfcn_merger(DSO *dso, const char *filespec1,
crypto/openssl/crypto/dso/dso_dlfcn.c
244
static char *dlfcn_name_converter(DSO *dso, const char *filename)
crypto/openssl/crypto/dso/dso_dlfcn.c
38
static int dlfcn_load(DSO *dso);
crypto/openssl/crypto/dso/dso_dlfcn.c
39
static int dlfcn_unload(DSO *dso);
crypto/openssl/crypto/dso/dso_dlfcn.c
40
static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
crypto/openssl/crypto/dso/dso_dlfcn.c
41
static char *dlfcn_name_converter(DSO *dso, const char *filename);
crypto/openssl/crypto/dso/dso_dlfcn.c
42
static char *dlfcn_merger(DSO *dso, const char *filespec1,
crypto/openssl/crypto/dso/dso_dlfcn.c
93
static int dlfcn_load(DSO *dso)
crypto/openssl/crypto/dso/dso_lib.c
104
DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags)
crypto/openssl/crypto/dso/dso_lib.c
106
DSO *ret;
crypto/openssl/crypto/dso/dso_lib.c
13
static DSO *DSO_new_method(DSO_METHOD *meth)
crypto/openssl/crypto/dso/dso_lib.c
15
DSO *ret;
crypto/openssl/crypto/dso/dso_lib.c
158
DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
crypto/openssl/crypto/dso/dso_lib.c
187
long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg)
crypto/openssl/crypto/dso/dso_lib.c
216
const char *DSO_get_filename(DSO *dso)
crypto/openssl/crypto/dso/dso_lib.c
225
int DSO_set_filename(DSO *dso, const char *filename)
crypto/openssl/crypto/dso/dso_lib.c
246
char *DSO_merge(DSO *dso, const char *filespec1, const char *filespec2)
crypto/openssl/crypto/dso/dso_lib.c
263
char *DSO_convert_filename(DSO *dso, const char *filename)
crypto/openssl/crypto/dso/dso_lib.c
302
DSO *DSO_dsobyaddr(void *addr, int flags)
crypto/openssl/crypto/dso/dso_lib.c
304
DSO *ret = NULL;
crypto/openssl/crypto/dso/dso_lib.c
42
DSO *DSO_new(void)
crypto/openssl/crypto/dso/dso_lib.c
47
int DSO_free(DSO *dso)
crypto/openssl/crypto/dso/dso_lib.c
82
int DSO_flags(DSO *dso)
crypto/openssl/crypto/dso/dso_lib.c
87
int DSO_up_ref(DSO *dso)
crypto/openssl/crypto/dso/dso_local.h
100
int (*init)(DSO *dso);
crypto/openssl/crypto/dso/dso_local.h
101
int (*finish)(DSO *dso);
crypto/openssl/crypto/dso/dso_local.h
73
int (*dso_load)(DSO *dso);
crypto/openssl/crypto/dso/dso_local.h
75
int (*dso_unload)(DSO *dso);
crypto/openssl/crypto/dso/dso_local.h
83
DSO_FUNC_TYPE (*dso_bind_func)(DSO *dso, const char *symname);
crypto/openssl/crypto/dso/dso_local.h
88
long (*dso_ctrl)(DSO *dso, int cmd, long larg, void *parg);
crypto/openssl/crypto/dso/dso_vms.c
237
static int vms_unload(DSO *dso)
crypto/openssl/crypto/dso/dso_vms.c
283
void vms_bind_sym(DSO *dso, const char *symname, void **sym)
crypto/openssl/crypto/dso/dso_vms.c
368
static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
crypto/openssl/crypto/dso/dso_vms.c
375
static char *vms_merger(DSO *dso, const char *filespec1,
crypto/openssl/crypto/dso/dso_vms.c
466
static char *vms_name_converter(DSO *dso, const char *filename)
crypto/openssl/crypto/dso/dso_vms.c
50
static int vms_load(DSO *dso);
crypto/openssl/crypto/dso/dso_vms.c
51
static int vms_unload(DSO *dso);
crypto/openssl/crypto/dso/dso_vms.c
52
static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
crypto/openssl/crypto/dso/dso_vms.c
53
static char *vms_name_converter(DSO *dso, const char *filename);
crypto/openssl/crypto/dso/dso_vms.c
54
static char *vms_merger(DSO *dso, const char *filespec1,
crypto/openssl/crypto/dso/dso_vms.c
97
static int vms_load(DSO *dso)
crypto/openssl/crypto/dso/dso_win32.c
132
static int win32_unload(DSO *dso)
crypto/openssl/crypto/dso/dso_win32.c
159
static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname)
crypto/openssl/crypto/dso/dso_win32.c
201
static struct file_st *win32_splitter(DSO *dso, const char *filename,
crypto/openssl/crypto/dso/dso_win32.c
300
static char *win32_joiner(DSO *dso, const struct file_st *file_split)
crypto/openssl/crypto/dso/dso_win32.c
382
static char *win32_merger(DSO *dso, const char *filespec1,
crypto/openssl/crypto/dso/dso_win32.c
441
static char *win32_name_converter(DSO *dso, const char *filename)
crypto/openssl/crypto/dso/dso_win32.c
61
static int win32_load(DSO *dso);
crypto/openssl/crypto/dso/dso_win32.c
62
static int win32_unload(DSO *dso);
crypto/openssl/crypto/dso/dso_win32.c
63
static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
crypto/openssl/crypto/dso/dso_win32.c
64
static char *win32_name_converter(DSO *dso, const char *filename);
crypto/openssl/crypto/dso/dso_win32.c
65
static char *win32_merger(DSO *dso, const char *filespec1,
crypto/openssl/crypto/dso/dso_win32.c
96
static int win32_load(DSO *dso)
crypto/openssl/crypto/engine/eng_dyn.c
83
DSO *dynamic_dso;
crypto/openssl/crypto/init.c
160
DSO *dso;
crypto/openssl/crypto/init.c
730
DSO *dso = NULL;
crypto/openssl/crypto/provider_core.c
156
DSO *module;
crypto/openssl/crypto/provider_core.c
1686
const DSO *ossl_provider_dso(const OSSL_PROVIDER *prov)
crypto/openssl/include/internal/dso.h
108
char *DSO_convert_filename(DSO *dso, const char *filename);
crypto/openssl/include/internal/dso.h
115
char *DSO_merge(DSO *dso, const char *filespec1, const char *filespec2);
crypto/openssl/include/internal/dso.h
124
DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags);
crypto/openssl/include/internal/dso.h
127
DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
crypto/openssl/include/internal/dso.h
151
DSO *DSO_dsobyaddr(void *addr, int flags);
crypto/openssl/include/internal/dso.h
68
typedef char *(*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *);
crypto/openssl/include/internal/dso.h
84
typedef char *(*DSO_MERGER_FUNC)(DSO *, const char *, const char *);
crypto/openssl/include/internal/dso.h
86
DSO *DSO_new(void);
crypto/openssl/include/internal/dso.h
87
int DSO_free(DSO *dso);
crypto/openssl/include/internal/dso.h
88
int DSO_flags(DSO *dso);
crypto/openssl/include/internal/dso.h
89
int DSO_up_ref(DSO *dso);
crypto/openssl/include/internal/dso.h
90
long DSO_ctrl(DSO *dso, int cmd, long larg, void *parg);
crypto/openssl/include/internal/dso.h
96
const char *DSO_get_filename(DSO *dso);
crypto/openssl/include/internal/dso.h
97
int DSO_set_filename(DSO *dso, const char *filename);
crypto/openssl/include/internal/provider.h
75
const DSO *ossl_provider_dso(const OSSL_PROVIDER *prov);
crypto/openssl/test/shlibloadtest.c
195
DSO *hndl;
crypto/openssl/test/shlibloadtest.c
29
typedef DSO *(*DSO_dsobyaddr_t)(void (*addr)(void), int flags);
crypto/openssl/test/shlibloadtest.c
30
typedef int (*DSO_free_t)(DSO *dso);