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

  /src/crypto/external/apache2/openssl/dist/crypto/dso/
dso_local.h 77 * Binds a function - assumes a return type of DSO_FUNC_TYPE. This should
83 DSO_FUNC_TYPE (*dso_bind_func)(DSO *dso, const char *symname);
dso_dl.c 21 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
120 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname)
149 return (DSO_FUNC_TYPE)sym;
dso_dlfcn.c 40 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
162 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname)
166 DSO_FUNC_TYPE sym;
dso_lib.c 158 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
160 DSO_FUNC_TYPE ret = NULL;
dso_vms.c 52 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
368 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
370 DSO_FUNC_TYPE sym = 0;
dso_win32.c 63 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
159 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname)
185 return (DSO_FUNC_TYPE)sym.f;
  /src/crypto/external/bsd/openssl/dist/crypto/dso/
dso_local.h 78 * Binds a function - assumes a return type of DSO_FUNC_TYPE. This should
84 DSO_FUNC_TYPE (*dso_bind_func) (DSO *dso, const char *symname);
dso_dl.c 21 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
122 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname)
151 return (DSO_FUNC_TYPE)sym;
dso_dlfcn.c 43 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
165 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname)
169 DSO_FUNC_TYPE sym;
dso_lib.c 163 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
165 DSO_FUNC_TYPE ret = NULL;
dso_vms.c 39 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
354 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
356 DSO_FUNC_TYPE sym = 0;
dso_win32.c 63 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
161 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname)
187 return (DSO_FUNC_TYPE)sym.f;
  /src/crypto/external/bsd/openssl.old/dist/crypto/dso/
dso_local.h 78 * Binds a function - assumes a return type of DSO_FUNC_TYPE. This should
84 DSO_FUNC_TYPE (*dso_bind_func) (DSO *dso, const char *symname);
dso_dl.c 21 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname);
118 static DSO_FUNC_TYPE dl_bind_func(DSO *dso, const char *symname)
143 return (DSO_FUNC_TYPE)sym;
dso_dlfcn.c 43 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname);
165 static DSO_FUNC_TYPE dlfcn_bind_func(DSO *dso, const char *symname)
169 DSO_FUNC_TYPE sym;
dso_vms.c 39 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname);
356 static DSO_FUNC_TYPE vms_bind_func(DSO *dso, const char *symname)
358 DSO_FUNC_TYPE sym = 0;
dso_lib.c 173 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname)
175 DSO_FUNC_TYPE ret = NULL;
dso_win32.c 63 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname);
161 static DSO_FUNC_TYPE win32_bind_func(DSO *dso, const char *symname)
188 return (DSO_FUNC_TYPE)sym.f;
  /src/crypto/external/apache2/openssl/dist/include/internal/
dso.h 55 typedef void (*DSO_FUNC_TYPE)(void);
127 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
  /src/crypto/external/bsd/openssl/dist/include/internal/
dso.h 55 typedef void (*DSO_FUNC_TYPE) (void);
127 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);
  /src/crypto/external/bsd/openssl.old/dist/include/internal/
dso.h 54 typedef void (*DSO_FUNC_TYPE) (void);
126 DSO_FUNC_TYPE DSO_bind_func(DSO *dso, const char *symname);

Completed in 31 milliseconds