/external/chromium_org/third_party/openssl/openssl/crypto/dso/ |
dso.h | 0 /* dso.h -*- mode:C; c-file-style: "eay" -*- */ 77 * behaviour can be overriden by setting the name_converter callback in the DSO 80 * one or two possible DSO methods. However, the following flag can be set in a 81 * DSO to prevent *any* native name-translation at all - eg. if the caller has 108 typedef struct dso_st DSO; 111 * callbacks) that transform filenames. They are passed a DSO structure pointer 112 * (or NULL if they are to be used independantly of a DSO object) and a 116 typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *); 119 * DSO structure pointer (or NULL if they are to be used independantly of 120 * a DSO object) and two file specifications to merge. They shoul [all...] |
dso_lib.c | 62 #include <openssl/dso.h> 66 DSO *DSO_new(void) 81 DSO_METHOD *DSO_get_method(DSO *dso) 83 return(dso->meth); 86 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth) 89 mtmp = dso->meth; 90 dso->meth = meth; 94 DSO *DSO_new_method(DSO_METHOD *meth [all...] |
dso_dl.c | 61 #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) [all...] |
dso_dlfcn.c | 71 #include <openssl/dso.h> 98 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) [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
dso.h | 0 /* dso.h -*- mode:C; c-file-style: "eay" -*- */ 77 * behaviour can be overriden by setting the name_converter callback in the DSO 80 * one or two possible DSO methods. However, the following flag can be set in a 81 * DSO to prevent *any* native name-translation at all - eg. if the caller has 108 typedef struct dso_st DSO; 111 * callbacks) that transform filenames. They are passed a DSO structure pointer 112 * (or NULL if they are to be used independantly of a DSO object) and a 116 typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *); 119 * DSO structure pointer (or NULL if they are to be used independantly of 120 * a DSO object) and two file specifications to merge. They shoul [all...] |
/external/openssl/crypto/dso/ |
dso.h | 0 /* dso.h -*- mode:C; c-file-style: "eay" -*- */ 77 * behaviour can be overriden by setting the name_converter callback in the DSO 80 * one or two possible DSO methods. However, the following flag can be set in a 81 * DSO to prevent *any* native name-translation at all - eg. if the caller has 108 typedef struct dso_st DSO; 111 * callbacks) that transform filenames. They are passed a DSO structure pointer 112 * (or NULL if they are to be used independantly of a DSO object) and a 116 typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *); 119 * DSO structure pointer (or NULL if they are to be used independantly of 120 * a DSO object) and two file specifications to merge. They shoul [all...] |
dso_lib.c | 62 #include <openssl/dso.h> 66 DSO *DSO_new(void) 81 DSO_METHOD *DSO_get_method(DSO *dso) 83 return(dso->meth); 86 DSO_METHOD *DSO_set_method(DSO *dso, DSO_METHOD *meth) 89 mtmp = dso->meth; 90 dso->meth = meth; 94 DSO *DSO_new_method(DSO_METHOD *meth [all...] |
dso_dl.c | 61 #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) [all...] |
dso_dlfcn.c | 71 #include <openssl/dso.h> 98 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) [all...] |
/external/openssl/include/openssl/ |
dso.h | 0 /* dso.h -*- mode:C; c-file-style: "eay" -*- */ 77 * behaviour can be overriden by setting the name_converter callback in the DSO 80 * one or two possible DSO methods. However, the following flag can be set in a 81 * DSO to prevent *any* native name-translation at all - eg. if the caller has 108 typedef struct dso_st DSO; 111 * callbacks) that transform filenames. They are passed a DSO structure pointer 112 * (or NULL if they are to be used independantly of a DSO object) and a 116 typedef char* (*DSO_NAME_CONVERTER_FUNC)(DSO *, const char *); 119 * DSO structure pointer (or NULL if they are to be used independantly of 120 * a DSO object) and two file specifications to merge. They shoul [all...] |
/ndk/tests/build/b8247455-hidden-cxa/jni/ |
Android.mk | 4 # is referenced by DSO ./obj/local/armeabi/libidiv.so 6 # is referenced by DSO ./obj/local/armeabi/libidiv.so
|
/external/chromium_org/third_party/openssl/openssl/crypto/conf/ |
conf_mod.c | 64 #include <openssl/dso.h> 79 /* DSO of this module or NULL if static */ 80 DSO *dso; member in struct:conf_module_st 114 static CONF_MODULE *module_add(DSO *dso, const char *name, 214 /* Module not found: try to load DSO */ 244 /* Load a module from a DSO */ 248 DSO *dso = NULL local [all...] |
/external/openssl/crypto/conf/ |
conf_mod.c | 64 #include <openssl/dso.h> 79 /* DSO of this module or NULL if static */ 80 DSO *dso; member in struct:conf_module_st 114 static CONF_MODULE *module_add(DSO *dso, const char *name, 214 /* Module not found: try to load DSO */ 244 /* Load a module from a DSO */ 248 DSO *dso = NULL local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/engine/ |
eng_dyn.c | 61 #include <openssl/dso.h> 126 /* The DSO object we load that supplies the ENGINE code */ 127 DSO *dynamic_dso;
|
/external/openssl/crypto/engine/ |
eng_dyn.c | 61 #include <openssl/dso.h> 126 /* The DSO object we load that supplies the ENGINE code */ 127 DSO *dynamic_dso;
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-script.c | 60 {.str = "dso", .field = PERF_OUTPUT_DSO}, 206 if (PRINT_FIELD(DSO) && !PRINT_FIELD(IP) && !PRINT_FIELD(ADDR)) { 207 pr_err("Display of DSO requested but neither sample IP nor " 209 "to DSO.\n"); 271 if (PRINT_FIELD(DSO)) 383 if (PRINT_FIELD(DSO)) { 1297 "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso," [all...] |
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/ |
progress_event_listener.js | 146 // Progress events are not necessarily monotonic. For glibc, each DSO
|
/external/elfutils/0.153/ |
elfutils.spec | 68 The elfutils-libelf package provides a DSO which allows reading and 222 - libdwfl: Fix for handling prelinked DSO with separate debug file. 293 - libdwfl: fix dwfl_module_build_id for prelinked DSO case; 575 - libebl is an archive now; remove references to DSO
|
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
c_zlib.c | 95 #include <openssl/dso.h> 119 static DSO *zlib_dso = NULL;
|
/external/openssl/crypto/comp/ |
c_zlib.c | 95 #include <openssl/dso.h> 119 static DSO *zlib_dso = NULL;
|
/external/qemu/disas/ |
ppc.c | [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |