Searched refs:DSO (Results 1 - 24 of 24) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/dso/
H A Ddso.h80 * DSO object (using DSO_set_name_converter()). This callback could even
82 * behaviour for one or two possible DSO methods. However, the following flag
83 * can be set in a DSO to prevent *any* native name-translation at all - eg.
112 typedef struct dso_st DSO; typedef in typeref:struct:dso_st
116 * callbacks) that transform filenames. They are passed a DSO structure
117 * pointer (or NULL if they are to be used independantly of a DSO object) and
122 typedef char *(*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *);
125 * callbacks) that merge two file specifications. They are passed a DSO
126 * structure pointer (or NULL if they are to be used independantly of a DSO
132 * fashion that is sensible for the DSO metho
[all...]
H A Ddso_beos.c74 static int beos_load(DSO *dso);
75 static int beos_unload(DSO *dso);
76 static void *beos_bind_var(DSO *dso, const char *symname);
77 static DSO_FUNC_TYPE beos_bind_func(DSO *dso, const char *symname);
79 static int beos_unbind_var(DSO *dso, char *symname, void *symptr);
80 static int beos_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
81 static int beos_init(DSO *dso);
82 static int beos_finish(DSO *dso);
83 static long beos_ctrl(DSO *dso, int cmd, long larg, void *parg);
85 static char *beos_name_converter(DSO *ds
[all...]
H A Ddso_lib.c67 DSO *DSO_new(void)
82 DSO_METHOD *DSO_get_method(DSO *dso)
87 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth)
95 DSO *DSO_new_method(DSO_METHOD *meth)
97 DSO *ret;
106 ret = (DSO *)OPENSSL_malloc(sizeof(DSO));
111 memset(ret, 0, sizeof(DSO));
131 int DSO_free(DSO *dso)
142 REF_PRINT("DSO", ds
[all...]
H A Ddso_dl.c76 static int dl_load(DSO *dso);
77 static int dl_unload(DSO *dso);
78 static void *dl_bind_var(DSO *dso, const char *symname);
79 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
81 static int dl_unbind_var(DSO *dso, char *symname, void *symptr);
82 static int dl_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
83 static int dl_init(DSO *dso);
84 static int dl_finish(DSO *dso);
85 static int dl_ctrl(DSO *dso, int cmd, long larg, void *parg);
87 static char *dl_name_converter(DSO *ds
[all...]
H A Ddso_dlfcn.c98 static int dlfcn_load(DSO *dso);
99 static int dlfcn_unload(DSO *dso);
100 static void *dlfcn_bind_var(DSO *dso, const char *symname);
101 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
103 static int dlfcn_unbind(DSO *dso, char *symname, void *symptr);
104 static int dlfcn_init(DSO *dso);
105 static int dlfcn_finish(DSO *dso);
106 static long dlfcn_ctrl(DSO *dso, int cmd, long larg, void *parg);
108 static char *dlfcn_name_converter(DSO *dso, const char *filename);
109 static char *dlfcn_merger(DSO *ds
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_dlopen.c47 "Test if dlopen can load -lpthread DSO");
50 #define DSO TESTDIR "/h_pthread_dlopen.so" macro
56 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
72 "Test if dlopen can load -lpthread DSO without breaking mutex");
84 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
104 "Test if dlopen can load -lpthread DSO and use libc locked mutex");
116 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
135 "Test if dlopen can load -lpthread DSO and use "
147 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
H A Dt_dso_pthread_create.c43 #define DSO TESTDIR "/h_pthread_dlopen.so" macro
58 "in -lpthread DSO");
77 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
H A Dt_main_pthread_create.c42 #define DSO TESTDIR "/h_pthread_dlopen.so" macro
74 "Test if -lpthread main can call pthread_create() in DSO");
86 handle = dlopen(DSO, RTLD_NOW | RTLD_LOCAL);
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dplugin.c47 enum { DSO, SYMBOL } type; enumerator in enum:plugin::__anon5138
114 e->type = DSO;
284 if (e->type == DSO && strcmp(e->u.dso.path, path) == 0)
337 case DSO: {
/freebsd-10-stable/crypto/openssl/crypto/conf/
H A Dconf_mod.c77 /* DSO of this module or NULL if static */
78 DSO *dso;
111 static CONF_MODULE *module_add(DSO *dso, const char *name,
206 /* Module not found: try to load DSO */
233 /* Load a module from a DSO */
237 DSO *dso = NULL;
277 static CONF_MODULE *module_add(DSO *dso, const char *name,
/freebsd-10-stable/contrib/apr/dso/unix/
H A Ddso.c24 #error No DSO implementation specified.
/freebsd-10-stable/crypto/openssl/engines/
H A De_nuron.c120 static DSO *pvDSOHandle = NULL;
H A De_atalla.c291 * This is a process-global DSO handle used for loading and unloading the
296 static DSO *atalla_dso = NULL;
308 * These are the static string constants for the DSO file name and the
309 * function symbol names to bind to. Regrettably, the DSO name on *nix
H A De_4758cca.c174 static DSO *dso = NULL;
H A De_aep.c385 * This is a process-global DSO handle used for loading and unloading the Aep
390 static DSO *aep_dso = NULL;
393 * These are the static string constants for the DSO file name and the
H A De_cswift.c314 * This is a process-global DSO handle used for loading and unloading the
319 static DSO *cswift_dso = NULL;
330 /* Used in the DSO operations. */
425 * Try and get a context - if not, we may have a DSO but no accelerator!
H A De_ubsec.c290 * This is a process-global DSO handle used for loading and unloading the
296 static DSO *ubsec_dso = NULL;
328 * These are the static string constants for the DSO file name and the function
H A De_sureware.c342 * This is a process-global DSO handle used for loading and unloading the
347 static DSO *surewarehk_dso = NULL;
375 /* Used in the DSO operations. */
H A De_chil.c431 * This is a process-global DSO handle used for loading and unloading the
436 static DSO *hwcrhk_dso = NULL;
461 /* Used in the DSO operations. */
611 * Try and get a context - if not, we may have a DSO but no accelerator!
/freebsd-10-stable/crypto/openssl/crypto/engine/
H A Deng_dyn.c128 /* The DSO object we load that supplies the ENGINE code */
129 DSO *dynamic_dso;
/freebsd-10-stable/crypto/openssl/crypto/comp/
H A Dc_zlib.c122 static DSO *zlib_dso = NULL;
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dppc-opc.c1330 #define DSO(op, xop) (OP (op) | ((xop) & 0x3))
1331 #define DS_MASK DSO (0x3f, 3)
4363 { "ld", DSO(58,0), DS_MASK, PPC64, { RT, DS, RA0 } },
4365 { "ldu", DSO(58,1), DS_MASK, PPC64, { RT, DS, RAL } },
4367 { "lwa", DSO(58,2), DS_MASK, PPC64, { RT, DS, RA0 } },
4488 { "std", DSO(62,0), DS_MASK, PPC64, { RS, DS, RA0 } },
4490 { "stdu", DSO(62,1), DS_MASK, PPC64, { RS, DS, RAS } },
4492 { "stq", DSO(62,2), DS_MASK, POWER4, { RSQ, DS, RA0 } },
1327 #define DSO macro
/freebsd-10-stable/contrib/apr/
H A Dconfigure1570 --disable-dso Disable DSO support
24549 echo "${nl}Checking for DSO..."
24867 as_fn_error $? "Could not detect suitable DSO implementation" "$LINENO" 5
24882 *) as_fn_error $? "Unknown DSO implementation \"$dsotype\"" "$LINENO" 5;;
/freebsd-10-stable/contrib/apr-util/
H A Dconfigure1426 --disable-util-dso disable DSO build of modular components (crypto,
23999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether APR has DSO support" >&5
24000 $as_echo_n "checking whether APR has DSO support... " >&6; }

Completed in 419 milliseconds