Searched refs:DSO_METHOD (Results 1 - 17 of 17) sorted by relevance
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | dso.h | 27 * 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 D | dso.h | 27 * 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 D | dso.h | 26 * 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 D | dso_openssl.c | 14 static DSO_METHOD dso_meth_null = { 18 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
|
H A D | dso_lib.c | 13 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 D | dso_local.h | 20 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 D | dso_dl.c | 28 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 D | dso_dlfcn.c | 50 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 D | dso_vms.c | 44 static DSO_METHOD dso_meth_vms = { 79 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
|
H A D | dso_win32.c | 72 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 D | dso_openssl.c | 14 static DSO_METHOD dso_meth_null = { 18 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
|
H A D | dso_lib.c | 13 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 D | dso_local.h | 20 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 D | dso_dl.c | 28 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 D | dso_dlfcn.c | 50 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 D | dso_vms.c | 44 static DSO_METHOD dso_meth_vms = { 79 DSO_METHOD *DSO_METHOD_openssl(void) in DSO_METHOD_openssl()
|
H A D | dso_win32.c | 72 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