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

/freebsd-13-stable/crypto/openssl/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_lib.c173 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
175 DSO_FUNC_TYPE ret = NULL;
/freebsd-13-stable/crypto/openssl/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);

Completed in 112 milliseconds