HomeSort by: relevance | last modified time | path
    Searched refs:DSO_METHOD (Results 1 - 24 of 24) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/dso/
dso_openssl.c 14 static DSO_METHOD dso_meth_null = {
18 DSO_METHOD *DSO_METHOD_openssl(void)
dso_local.h 20 DSO_METHOD *meth;
81 * libraries at all, let alone a DSO_METHOD implemented for them.
90 * The default DSO_METHOD-specific function for converting filenames to a
95 * The default DSO_METHOD-specific function for converting filenames to a
dso_lib.c 13 static DSO *DSO_new_method(DSO_METHOD *meth)
104 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags)
293 DSO_METHOD *meth = DSO_METHOD_openssl();
322 DSO_METHOD *meth = DSO_METHOD_openssl();
dso_dl.c 28 static DSO_METHOD dso_meth_dl = {
42 DSO_METHOD *DSO_METHOD_openssl(void)
48 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
dso_dlfcn.c 47 static DSO_METHOD dso_meth_dlfcn = {
61 DSO_METHOD *DSO_METHOD_openssl(void)
89 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
dso_vms.c 57 static DSO_METHOD dso_meth_vms = {
92 DSO_METHOD *DSO_METHOD_openssl(void)
dso_win32.c 72 static DSO_METHOD dso_meth_win32 = {
86 DSO_METHOD *DSO_METHOD_openssl(void)
92 * For this DSO_METHOD, our meth_data STACK will contain; (i) a pointer to
  /src/crypto/external/bsd/openssl/dist/crypto/dso/
dso_openssl.c 14 static DSO_METHOD dso_meth_null = {
18 DSO_METHOD *DSO_METHOD_openssl(void)
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
dso_lib.c 13 static DSO *DSO_new_method(DSO_METHOD *meth)
109 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags)
302 DSO_METHOD *meth = DSO_METHOD_openssl();
331 DSO_METHOD *meth = DSO_METHOD_openssl();
dso_dl.c 28 static DSO_METHOD dso_meth_dl = {
42 DSO_METHOD *DSO_METHOD_openssl(void)
48 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
dso_dlfcn.c 50 static DSO_METHOD dso_meth_dlfcn = {
64 DSO_METHOD *DSO_METHOD_openssl(void)
92 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
dso_vms.c 44 static DSO_METHOD dso_meth_vms = {
79 DSO_METHOD *DSO_METHOD_openssl(void)
dso_win32.c 72 static DSO_METHOD dso_meth_win32 = {
86 DSO_METHOD *DSO_METHOD_openssl(void)
92 * For this DSO_METHOD, our meth_data STACK will contain; (i) a pointer to
  /src/crypto/external/bsd/openssl.old/dist/crypto/dso/
dso_openssl.c 14 static DSO_METHOD dso_meth_null = {
18 DSO_METHOD *DSO_METHOD_openssl(void)
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
dso_lib.c 13 static DSO_METHOD *default_DSO_meth = NULL;
15 static DSO *DSO_new_method(DSO_METHOD *meth)
119 DSO *DSO_load(DSO *dso, const char *filename, DSO_METHOD *meth, int flags)
312 DSO_METHOD *meth = default_DSO_meth;
342 DSO_METHOD *meth = default_DSO_meth;
dso_dl.c 28 static DSO_METHOD dso_meth_dl = {
42 DSO_METHOD *DSO_METHOD_openssl(void)
48 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
dso_dlfcn.c 50 static DSO_METHOD dso_meth_dlfcn = {
64 DSO_METHOD *DSO_METHOD_openssl(void)
92 * For this DSO_METHOD, our meth_data STACK will contain; (i) the handle
dso_vms.c 44 static DSO_METHOD dso_meth_vms = {
79 DSO_METHOD *DSO_METHOD_openssl(void)
dso_win32.c 72 static DSO_METHOD dso_meth_win32 = {
86 DSO_METHOD *DSO_METHOD_openssl(void)
92 * For this DSO_METHOD, our meth_data STACK will contain; (i) a pointer to
  /src/crypto/external/apache2/openssl/dist/include/internal/
dso.h 27 * DSO_METHOD's converter too if it only wants to override behaviour for
58 typedef struct dso_meth_st DSO_METHOD;
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);
  /src/crypto/external/bsd/openssl/dist/include/internal/
dso.h 27 * DSO_METHOD's converter too if it only wants to override behaviour for
58 typedef struct dso_meth_st DSO_METHOD;
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);
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
dso.h 26 * DSO_METHOD's converter too if it only wants to override behaviour for
57 typedef struct dso_meth_st DSO_METHOD;
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);

Completed in 47 milliseconds