Searched defs:OPENSSL_EXPORT (Results 1 - 2 of 2) sorted by relevance

/external/openssl/
H A De_os2.h239 Definitions of OPENSSL_EXPORT and OPENSSL_IMPORT, to define and declare
247 # define OPENSSL_EXTERN OPENSSL_EXPORT
250 The default is to have OPENSSL_EXPORT, OPENSSL_IMPORT and OPENSSL_GLOBAL
256 # define OPENSSL_EXPORT globalref macro
260 # define OPENSSL_EXPORT extern __declspec(dllexport) macro
264 # define OPENSSL_EXPORT extern macro
288 # define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name
/external/openssl/include/openssl/
H A De_os2.h239 Definitions of OPENSSL_EXPORT and OPENSSL_IMPORT, to define and declare
247 # define OPENSSL_EXTERN OPENSSL_EXPORT
250 The default is to have OPENSSL_EXPORT, OPENSSL_IMPORT and OPENSSL_GLOBAL
256 # define OPENSSL_EXPORT globalref macro
260 # define OPENSSL_EXPORT extern __declspec(dllexport) macro
264 # define OPENSSL_EXPORT extern macro
288 # define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name

Completed in 386 milliseconds