HomeSort by relevance Sort by last modified time
    Searched refs:DSO (Results 1 - 12 of 12) sorted by null

  /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/llvm/lib/DebugInfo/
DWARFFormValue.cpp 454 const DataExtractor *DSO) const {
455 if (!DS || !DSO) return NULL;
458 uint32_t soffset = DSO->getU32(&offset);
  /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/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/elfutils/
elfutils.spec 62 The elfutils-libelf package provides a DSO which allows reading and
448 - libebl is an archive now; remove references to DSO
  /external/openssl/crypto/comp/
c_zlib.c 95 #include <openssl/dso.h>
119 static DSO *zlib_dso = NULL;
  /external/qemu/
ppc-dis.c     [all...]

Completed in 182 milliseconds