Home
last modified time | relevance | path

Searched refs:DSO_METHOD (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/openssl/openssl/include/internal/
H A Ddso.h27 * DSO_METHOD's converter too if it only wants to override behaviour for
58 typedef struct dso_meth_st DSO_METHOD; typedef
100 * filename, or if the callback isn't set it will instead use the DSO_METHOD's
104 * DSO_METHOD during the processing of a DSO_load() call, and is exposed so
112 * DSO_METHOD's merger. A non-NULL return value will need to be
124 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags);
134 DSO_METHOD *DSO_METHOD_openssl(void);
/third_party/openssl/include/internal/
H A Ddso.h27 * DSO_METHOD's converter too if it only wants to override behaviour for
58 typedef struct dso_meth_st DSO_METHOD; typedef
100 * filename, or if the callback isn't set it will instead use the DSO_METHOD's
104 * DSO_METHOD during the processing of a DSO_load() call, and is exposed so
112 * DSO_METHOD's merger. A non-NULL return value will need to be
124 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags);
134 DSO_METHOD *DSO_METHOD_openssl(void);
/third_party/openssl/ohos_lite/include/internal/
H A Ddso.h26 * DSO_METHOD's converter too if it only wants to override behaviour for
57 typedef struct dso_meth_st DSO_METHOD; typedef
99 * filename, or if the callback isn't set it will instead use the DSO_METHOD's
103 * DSO_METHOD during the processing of a DSO_load() call, and is exposed so
111 * DSO_METHOD's merger. A non-NULL return value will need to be
123 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags);
133 DSO_METHOD *DSO_METHOD_openssl(void);
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_openssl.c14 static DSO_METHOD dso_meth_null = {
18 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
H A Ddso_lib.c13 static DSO *DSO_new_method(DSO_METHOD *meth) in DSO_new_method()
109 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) in DSO_load()
302 DSO_METHOD *meth = DSO_METHOD_openssl(); in DSO_pathbyaddr()
331 DSO_METHOD *meth = DSO_METHOD_openssl(); in DSO_global_lookup()
H A Ddso_local.h20 DSO_METHOD *meth;
82 * libraries at all, let alone a DSO_METHOD implemented for them.
91 * The default DSO_METHOD-specific function for converting filenames to a
96 * The default DSO_METHOD-specific function for converting filenames to a
H A Ddso_dl.c28 static DSO_METHOD dso_meth_dl = {
42 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
48 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
H A Ddso_dlfcn.c50 static DSO_METHOD dso_meth_dlfcn = {
64 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
92 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
H A Ddso_vms.c44 static DSO_METHOD dso_meth_vms = {
79 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
H A Ddso_win32.c72 static DSO_METHOD dso_meth_win32 = {
86 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
92 * For this DSO_METHOD, our meth_data STACK will contain; (i) a pointer to
/third_party/openssl/crypto/dso/
H A Ddso_openssl.c14 static DSO_METHOD dso_meth_null = {
18 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
H A Ddso_lib.c13 static DSO *DSO_new_method(DSO_METHOD *meth) in DSO_new_method()
109 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags) in DSO_load()
302 DSO_METHOD *meth = DSO_METHOD_openssl(); in DSO_pathbyaddr()
331 DSO_METHOD *meth = DSO_METHOD_openssl(); in DSO_global_lookup()
H A Ddso_local.h20 DSO_METHOD *meth;
82 * libraries at all, let alone a DSO_METHOD implemented for them.
91 * The default DSO_METHOD-specific function for converting filenames to a
96 * The default DSO_METHOD-specific function for converting filenames to a
H A Ddso_dl.c28 static DSO_METHOD dso_meth_dl = {
42 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
48 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
H A Ddso_dlfcn.c50 static DSO_METHOD dso_meth_dlfcn = {
64 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
92 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
H A Ddso_vms.c44 static DSO_METHOD dso_meth_vms = {
79 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
H A Ddso_win32.c72 static DSO_METHOD dso_meth_win32 = {
86 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
92 * For this DSO_METHOD, our meth_data STACK will contain; (i) a pointer to

Completed in 10 milliseconds