Searched defs:dso (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/crypto/openssl/fips/
H A Dfips_premain.c153 DSO *dso; local
/freebsd-9.3-release/crypto/openssl/crypto/dso/
H A Ddso_dlfcn.c146 dlfcn_load(DSO *dso) argument
183 dlfcn_unload(DSO *dso) argument
206 dlfcn_bind_var(DSO *dso, const char *symname) argument
232 dlfcn_bind_func(DSO *dso, const char *symname) argument
262 dlfcn_merger(DSO *dso, const char *filespec1, const char *filespec2) argument
331 dlfcn_name_converter(DSO *dso, const char *filename) argument
[all...]
H A Ddso_dl.c120 dl_load(DSO *dso) argument
161 dl_unload(DSO *dso) argument
184 dl_bind_var(DSO *dso, const char *symname) argument
210 dl_bind_func(DSO *dso, const char *symname) argument
236 dl_merger(DSO *dso, const char *filespec1, const char *filespec2) argument
308 dl_name_converter(DSO *dso, const char *filename) argument
[all...]
H A Ddso_lib.c82 DSO_METHOD *DSO_get_method(DSO *dso) argument
87 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth) argument
131 int DSO_free(DSO *dso) argument
173 DSO_flags(DSO *dso) argument
178 DSO_up_ref(DSO *dso) argument
189 DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) argument
243 DSO_bind_var(DSO *dso, const char *symname) argument
263 DSO_bind_func(DSO *dso, const char *symname) argument
292 DSO_ctrl(DSO *dso, int cmd, long larg, void *parg) argument
321 DSO_set_name_converter(DSO *dso, DSO_NAME_CONVERTER_FUNC cb, DSO_NAME_CONVERTER_FUNC *oldcb) argument
334 DSO_get_filename(DSO *dso) argument
343 DSO_set_filename(DSO *dso, const char *filename) argument
368 DSO_merge(DSO *dso, const char *filespec1, const char *filespec2) argument
391 DSO_convert_filename(DSO *dso, const char *filename) argument
422 DSO_get_loaded_filename(DSO *dso) argument
[all...]
/freebsd-9.3-release/lib/libc/stdlib/
H A Datexit.c137 __cxa_atexit(void (*func)(void *), void *arg, void *dso) argument
162 __cxa_finalize(void *dso) argument
[all...]
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin-crt3.c456 atexit_common (const struct one_atexit_routine *r, const void *dso) argument
513 __cxa_atexit (cxa_atexit_callback func, void* arg, const void* dso) argument
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dconf_mod.c78 DSO *dso; member in struct:conf_module_st
237 DSO *dso = NULL; local
277 module_add(DSO *dso, const char *name, conf_init_func *ifunc, conf_finish_func *ffunc) argument
[all...]
/freebsd-9.3-release/crypto/openssl/engines/
H A De_4758cca.c174 static DSO *dso = NULL; variable
[all...]

Completed in 112 milliseconds