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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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);
277 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/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);
277 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
H A Ddso_beos.c76 static DSO_FUNC_TYPE beos_bind_func(DSO *dso, const char *symname);
79 static int beos_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
205 static DSO_FUNC_TYPE beos_bind_func(DSO *dso, const char *symname)
232 return((DSO_FUNC_TYPE)sym);
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);
217 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname)
245 return((DSO_FUNC_TYPE)sym);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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);
277 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/include/openssl/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/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);
277 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
H A Ddso_beos.c76 static DSO_FUNC_TYPE beos_bind_func(DSO *dso, const char *symname);
79 static int beos_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
205 static DSO_FUNC_TYPE beos_bind_func(DSO *dso, const char *symname)
232 return((DSO_FUNC_TYPE)sym);
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);
217 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname)
245 return((DSO_FUNC_TYPE)sym);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/include/openssl/
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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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);
277 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/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);
277 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/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);
277 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
H A Ddso_beos.c76 static DSO_FUNC_TYPE beos_bind_func(DSO *dso, const char *symname);
79 static int beos_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
205 static DSO_FUNC_TYPE beos_bind_func(DSO *dso, const char *symname)
232 return((DSO_FUNC_TYPE)sym);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/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);
277 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/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);
277 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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);

Completed in 272 milliseconds

123