Home
last modified time | relevance | path

Searched refs:DSO_FUNC_TYPE (Results 1 – 8 of 8) sorted by relevance

/openssl/include/internal/
H A Ddso.h55 typedef void (*DSO_FUNC_TYPE) (void); typedef
127 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
/openssl/crypto/dso/
H A Ddso_dl.c21 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
122 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname) in dl_bind_func()
151 return (DSO_FUNC_TYPE)sym; in dl_bind_func()
H A Ddso_dlfcn.c43 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
165 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname) in dlfcn_bind_func()
169 DSO_FUNC_TYPE sym; in dlfcn_bind_func()
H A Ddso_local.h83 DSO_FUNC_TYPE (*dso_bind_func) (DSO *dso, const char *symname);
H A Ddso_vms.c52 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
368 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname) in vms_bind_func()
370 DSO_FUNC_TYPE sym = 0; in vms_bind_func()
H A Ddso_lib.c158 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname) in DSO_bind_func()
160 DSO_FUNC_TYPE ret = NULL; in DSO_bind_func()
H A Ddso_win32.c63 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
159 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname) in win32_bind_func()
185 return (DSO_FUNC_TYPE)sym.f; in win32_bind_func()
/openssl/util/
H A Dindent.pro186 -T DSO_FUNC_TYPE

Completed in 23 milliseconds