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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Ddso.h106 typedef void (*DSO_FUNC_TYPE)(void); typedef
145 /* Binds a function - assumes a return type of DSO_FUNC_TYPE.
151 DSO_FUNC_TYPE (*dso_bind_func)(DSO *dso, const char *symname);
158 int (*dso_unbind_func)(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
272 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso.h106 typedef void (*DSO_FUNC_TYPE)(void); typedef
145 /* Binds a function - assumes a return type of DSO_FUNC_TYPE.
151 DSO_FUNC_TYPE (*dso_bind_func)(DSO *dso, const char *symname);
158 int (*dso_unbind_func)(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
272 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
H A Ddso_dl.c78 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
81 static int dl_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
213 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname)
241 return((DSO_FUNC_TYPE)sym);
H A Ddso_dlfcn.c80 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
237 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname)
240 DSO_FUNC_TYPE sym, *tsym = &sym;
H A Ddso_vms.c84 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
87 static int vms_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
368 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
370 DSO_FUNC_TYPE sym = 0;
H A Ddso_win32.c116 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
119 static int win32_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
264 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname)
292 return((DSO_FUNC_TYPE)sym);
H A Ddso_lib.c278 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
280 DSO_FUNC_TYPE ret = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dso/
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_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_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_vms.c97 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
100 static int vms_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
437 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
439 DSO_FUNC_TYPE sym = 0;
H A Ddso_win32.c121 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
124 static int win32_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
265 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname)
289 return ((DSO_FUNC_TYPE)sym);
H A Ddso_lib.c264 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
266 DSO_FUNC_TYPE ret = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dso/
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_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_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_vms.c97 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
100 static int vms_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
437 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
439 DSO_FUNC_TYPE sym = 0;
H A Ddso_win32.c121 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
124 static int win32_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
265 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname)
289 return ((DSO_FUNC_TYPE)sym);
H A Ddso_lib.c264 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
266 DSO_FUNC_TYPE ret = NULL;

Completed in 87 milliseconds