Searched refs:DSO_FUNC_TYPE (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_local.h78 * Binds a function - assumes a return type of DSO_FUNC_TYPE. This should
84 DSO_FUNC_TYPE (*dso_bind_func) (DSO *dso, const char *symname);
H A Ddso_dl.c21 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
118 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname)
143 return (DSO_FUNC_TYPE)sym;
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)
169 DSO_FUNC_TYPE sym;
H A Ddso_vms.c39 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
356 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
358 DSO_FUNC_TYPE sym = 0;
H A Ddso_lib.c173 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
175 DSO_FUNC_TYPE ret = NULL;
H A Ddso_win32.c63 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
161 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname)
188 return (DSO_FUNC_TYPE)sym.f;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_local.h78 * Binds a function - assumes a return type of DSO_FUNC_TYPE. This should
84 DSO_FUNC_TYPE (*dso_bind_func) (DSO *dso, const char *symname);
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)
151 return (DSO_FUNC_TYPE)sym;
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)
169 DSO_FUNC_TYPE sym;
H A Ddso_lib.c163 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
165 DSO_FUNC_TYPE ret = NULL;
H A Ddso_vms.c39 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
354 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
356 DSO_FUNC_TYPE sym = 0;
H A Ddso_win32.c63 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
161 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname)
187 return (DSO_FUNC_TYPE)sym.f;
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/internal/
H A Ddso.h54 typedef void (*DSO_FUNC_TYPE) (void); typedef
126 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
/netbsd-current/crypto/external/bsd/openssl/dist/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);

Completed in 264 milliseconds