Searched refs:dso (Results 1 - 25 of 69) sorted by relevance

123

/macosx-10.10.1/OpenSSL098-52/src/crypto/dso/
H A Ddso_lib.c62 #include <openssl/dso.h>
81 DSO_METHOD *DSO_get_method(DSO *dso) argument
83 return(dso->meth);
86 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth) argument
89 mtmp = dso->meth;
90 dso->meth = meth;
131 int DSO_free(DSO *dso) argument
135 if(dso == NULL)
141 i=CRYPTO_add(&dso->references,-1,CRYPTO_LOCK_DSO);
143 REF_PRINT("DSO",dso);
176 DSO_flags(DSO *dso) argument
182 DSO_up_ref(DSO *dso) argument
194 DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) argument
255 DSO_bind_var(DSO *dso, const char *symname) argument
278 DSO_bind_func(DSO *dso, const char *symname) argument
309 DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) argument
340 DSO_set_name_converter(DSO *dso, DSO_NAME_CONVERTER_FUNC cb, DSO_NAME_CONVERTER_FUNC *oldcb) argument
355 DSO_get_filename(DSO *dso) argument
365 DSO_set_filename(DSO *dso, const char *filename) argument
393 DSO_merge(DSO *dso, const char *filespec1, const char *filespec2) argument
420 DSO_convert_filename(DSO *dso, const char *filename) argument
457 DSO_get_loaded_filename(DSO *dso) argument
[all...]
H A Ddso.h0 /* dso.h -*- mode:C; c-file-style: "eay" -*- */
140 int (*dso_load)(DSO *dso);
142 int (*dso_unload)(DSO *dso);
144 void *(*dso_bind_var)(DSO *dso, const char *symname);
151 DSO_FUNC_TYPE (*dso_bind_func)(DSO *dso, const char *symname);
156 int (*dso_unbind_var)(DSO *dso, char *symname, void *symptr);
158 int (*dso_unbind_func)(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
162 long (*dso_ctrl)(DSO *dso, int cmd, long larg, void *parg);
171 int (*init)(DSO *dso);
172 int (*finish)(DSO *dso);
[all...]
H A Ddso_dlfcn.c61 #include <openssl/dso.h>
77 static int dlfcn_load(DSO *dso);
78 static int dlfcn_unload(DSO *dso);
79 static void *dlfcn_bind_var(DSO *dso, const char *symname);
80 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
82 static int dlfcn_unbind(DSO *dso, char *symname, void *symptr);
83 static int dlfcn_init(DSO *dso);
84 static int dlfcn_finish(DSO *dso);
85 static long dlfcn_ctrl(DSO *dso, int cmd, long larg, void *parg);
87 static char *dlfcn_name_converter(DSO *dso, cons
142 dlfcn_load(DSO *dso) argument
183 dlfcn_unload(DSO *dso) argument
207 dlfcn_bind_var(DSO *dso, const char *symname) argument
237 dlfcn_bind_func(DSO *dso, const char *symname) argument
271 dlfcn_merger(DSO *dso, const char *filespec1, const char *filespec2) argument
347 dlfcn_name_converter(DSO *dso, const char *filename) argument
[all...]
H A Ddso_dl.c61 #include <openssl/dso.h>
75 static int dl_load(DSO *dso);
76 static int dl_unload(DSO *dso);
77 static void *dl_bind_var(DSO *dso, const char *symname);
78 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
80 static int dl_unbind_var(DSO *dso, char *symname, void *symptr);
81 static int dl_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
82 static int dl_init(DSO *dso);
83 static int dl_finish(DSO *dso);
84 static int dl_ctrl(DSO *dso, in
118 dl_load(DSO *dso) argument
158 dl_unload(DSO *dso) argument
182 dl_bind_var(DSO *dso, const char *symname) argument
213 dl_bind_func(DSO *dso, const char *symname) argument
244 dl_merger(DSO *dso, const char *filespec1, const char *filespec2) argument
320 dl_name_converter(DSO *dso, const char *filename) argument
[all...]
H A Ddso_vms.c63 #include <openssl/dso.h>
81 static int vms_load(DSO *dso);
82 static int vms_unload(DSO *dso);
83 static void *vms_bind_var(DSO *dso, const char *symname);
84 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
86 static int vms_unbind_var(DSO *dso, char *symname, void *symptr);
87 static int vms_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
88 static int vms_init(DSO *dso);
89 static int vms_finish(DSO *dso);
90 static long vms_ctrl(DSO *dso, in
137 vms_load(DSO *dso) argument
240 vms_unload(DSO *dso) argument
282 vms_bind_sym(DSO *dso, const char *symname, void **sym) argument
361 vms_bind_var(DSO *dso, const char *symname) argument
368 vms_bind_func(DSO *dso, const char *symname) argument
375 vms_merger(DSO *dso, const char *filespec1, const char *filespec2) argument
496 vms_name_converter(DSO *dso, const char *filename) argument
[all...]
H A Ddso_null.c64 #include <openssl/dso.h>
H A Ddso_openssl.c61 #include <openssl/dso.h>
H A Ddso_win32.c62 #include <openssl/dso.h>
113 static int win32_load(DSO *dso);
114 static int win32_unload(DSO *dso);
115 static void *win32_bind_var(DSO *dso, const char *symname);
116 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
118 static int win32_unbind_var(DSO *dso, char *symname, void *symptr);
119 static int win32_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
120 static int win32_init(DSO *dso);
121 static int win32_finish(DSO *dso);
122 static long win32_ctrl(DSO *dso, in
158 win32_load(DSO *dso) argument
202 win32_unload(DSO *dso) argument
233 win32_bind_var(DSO *dso, const char *symname) argument
264 win32_bind_func(DSO *dso, const char *symname) argument
304 win32_splitter(DSO *dso, const char *filename, int assume_last_is_dir) argument
426 win32_joiner(DSO *dso, const struct file_st *file_split) argument
538 win32_merger(DSO *dso, const char *filespec1, const char *filespec2) argument
622 win32_name_converter(DSO *dso, const char *filename) argument
[all...]
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Ddso.h0 /* dso.h -*- mode:C; c-file-style: "eay" -*- */
140 int (*dso_load)(DSO *dso);
142 int (*dso_unload)(DSO *dso);
144 void *(*dso_bind_var)(DSO *dso, const char *symname);
151 DSO_FUNC_TYPE (*dso_bind_func)(DSO *dso, const char *symname);
156 int (*dso_unbind_var)(DSO *dso, char *symname, void *symptr);
158 int (*dso_unbind_func)(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
162 long (*dso_ctrl)(DSO *dso, int cmd, long larg, void *parg);
171 int (*init)(DSO *dso);
172 int (*finish)(DSO *dso);
[all...]
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Datexit.h41 void __cxa_finalize(const void *dso);
/macosx-10.10.1/apr-32/apr/apr/dso/netware/
H A Ddso.c43 apr_dso_handle_t *dso = thedso; local
47 if (dso->handle == NULL)
50 if (dso->symbols != NULL) {
51 symbol = dso->symbols;
58 if (dlclose(dso->handle) != 0)
61 dso->handle = NULL;
62 dso->symbols = NULL;
63 dso->path = NULL;
128 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, argument
131 if (dso
[all...]
/macosx-10.10.1/apr-32/apr/apr/dso/os2/
H A Ddso.c27 apr_dso_handle_t *dso = thedso; local
30 if (dso->handle == 0)
33 rc = DosFreeModule(dso->handle);
36 dso->handle = 0;
94 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, apr_size_t buflen) argument
97 apr_strerror(dso->load_error, message, sizeof(message));
99 if (dso->failed_module != NULL) {
101 strcat(message, dso->failed_module);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tie/
H A Dtie.tcl65 set dso [eval [concat $type %AUTO% $args]]
67 Connect thearray $open $merge $dso
68 return [NewToken thearray $dso]
95 foreach {mid dso} $tie($tid) break
106 $dso destroy
181 # tie : tie id -> (mgr id, dso cmd)
245 proc ::tie::NewToken {avar dso} {
254 set tie($tid) [list $mid $dso]
331 set dso [lindex $tie($tid) 1]
332 $dso unset
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/conf/
H A Dconf_mall.c63 #include <openssl/dso.h>
H A Dconf_mod.c64 #include <openssl/dso.h>
80 DSO *dso; member in struct:conf_module_st
114 static CONF_MODULE *module_add(DSO *dso, const char *name,
248 DSO *dso = NULL; local
261 dso = DSO_load(NULL, path, NULL, 0);
262 if (!dso)
267 ifunc = (conf_init_func *)DSO_bind_func(dso, DSO_mod_init_name);
273 ffunc = (conf_finish_func *)DSO_bind_func(dso, DSO_mod_finish_name);
275 md = module_add(dso, name, ifunc, ffunc);
283 if (dso)
291 module_add(DSO *dso, const char *name, conf_init_func *ifunc, conf_finish_func *ffunc) argument
[all...]
H A Dconf_sap.c63 #include <openssl/dso.h>
/macosx-10.10.1/apr-32/apr/apr/dso/beos/
H A Ddso.c24 apr_dso_handle_t *dso = thedso; local
26 if (dso->handle > 0 && unload_add_on(dso->handle) < B_NO_ERROR)
28 dso->handle = -1;
75 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, apr_size_t buflen) argument
/macosx-10.10.1/apr-32/apr/apr/dso/os390/
H A Ddso.c44 apr_dso_handle_t *dso = thedso; local
47 if (dso->handle == 0)
50 rc = dllfree(dso->handle);
53 dso->handle = 0;
56 dso->failing_errno = errno;
/macosx-10.10.1/apr-32/apr/apr/
H A Dbuild.conf16 dso file_io locks memory misc mmap network_io poll random
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr_dso.h80 * @param dso The dso handle that has been opened
81 * @param buf Location to store the dso error
84 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buf, apr_size_t bufsize);
/macosx-10.10.1/apr-32/apr/apr/dso/unix/
H A Ddso.c60 apr_dso_handle_t *dso = thedso; local
62 if (dso->handle == NULL)
66 shl_unload((shl_t)dso->handle);
68 if (dso->handle != DYLD_LIBRARY_HANDLE) {
69 NSUnLinkModule(dso->handle, FALSE);
72 if (dlclose(dso->handle) != 0)
75 dso->handle = NULL;
131 /* This special archive.a(dso.so) syntax is required for
241 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buffer, argument
244 if (dso
[all...]
/macosx-10.10.1/apr-32/apr/apr/dso/win32/
H A Ddso.c44 apr_dso_handle_t *dso = thedso; local
46 if (dso->handle != NULL && !FreeLibrary(dso->handle)) {
49 dso->handle = NULL;
162 APR_DECLARE(const char *) apr_dso_error(apr_dso_handle_t *dso, char *buf, apr_size_t bufsize) argument
164 return apr_strerror(dso->load_error, buf, bufsize);
/macosx-10.10.1/OpenSSL098-52/src/engines/
H A De_4758cca.c59 #include <openssl/dso.h>
164 static DSO *dso = NULL; variable
274 if(dso)
280 dso = DSO_load(NULL, get_CCA4758_LIB_NAME(), NULL, 0);
281 if(!dso)
289 DSO_bind_func(dso, n_keyRecordRead)) ||
291 DSO_bind_func(dso, n_randomNumberGenerate)) ||
293 DSO_bind_func(dso, n_digitalSignatureGenerate)) ||
295 DSO_bind_func(dso, n_digitalSignatureVerify)) ||
297 DSO_bind_func(dso, n_publicKeyExtrac
[all...]
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dfips_premain.c137 #include <openssl/dso.h>
141 { DSO *dso; local
146 { fprintf (stderr,"usage: %s libcrypto.dso\n",argv[0]);
157 dso = DSO_load(NULL,argv[1],NULL,DSO_FLAG_NO_NAME_TRANSLATION);
158 if (dso == NULL)
165 func = DSO_bind_func(dso,"FINGERPRINT_premain");
/macosx-10.10.1/Heimdal-398.1.2/lib/asn1/
H A Dcheck-asn1-fuzzer.c54 static void *dso; variable
86 decode_item = dlsym(dso, decode_name);
87 free_item = dlsym(dso, free_name);
88 size_item = dlsym(dso, size_name);
221 dso = dlopen("/usr/local/lib/libheimdal-asn1-all-templates.dylib", RTLD_LAZY);
222 if (dso == NULL)

Completed in 214 milliseconds

123