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

/freebsd-10-stable/crypto/openssl/crypto/dso/
H A Ddso_beos.c77 static DSO_FUNC_TYPE beos_bind_func(DSO *dso, const char *symname);
80 static int beos_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
197 static DSO_FUNC_TYPE beos_bind_func(DSO *dso, const char *symname)
220 return ((DSO_FUNC_TYPE)sym);
H A Ddso.h110 typedef void (*DSO_FUNC_TYPE) (void); typedef
153 * Binds a function - assumes a return type of DSO_FUNC_TYPE. This should
159 DSO_FUNC_TYPE (*dso_bind_func) (DSO *dso, const char *symname);
165 int (*dso_unbind_func) (DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
309 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
H A Ddso_dl.c79 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
82 static int dl_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
214 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname)
237 return ((DSO_FUNC_TYPE)sym);
H A Ddso_dlfcn.c101 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
256 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname)
260 DSO_FUNC_TYPE sym;
H A Ddso_lib.c263 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
265 DSO_FUNC_TYPE ret = NULL;

Completed in 156 milliseconds