HomeSort by: relevance | last modified time | path
    Searched defs:OPENSSL_EXPORT (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
e_os2.h 151 * OPENSSL_EXPORT is used to define a symbol with extra possible attributes
160 * # define OPENSSL_EXTERN OPENSSL_EXPORT
163 * The default is to have OPENSSL_EXPORT and OPENSSL_EXTERN
168 # define OPENSSL_EXPORT extern __declspec(dllexport)
171 # define OPENSSL_EXPORT extern
194 # define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name
  /src/crypto/external/apache2/openssl/dist/include/openssl/
e_os2.h 163 * OPENSSL_EXPORT is used to define a symbol with extra possible attributes
172 * # define OPENSSL_EXTERN OPENSSL_EXPORT
175 * The default is to have OPENSSL_EXPORT and OPENSSL_EXTERN
180 #define OPENSSL_EXPORT extern __declspec(dllexport)
183 #define OPENSSL_EXPORT extern
  /src/crypto/external/bsd/openssl/dist/include/openssl/
e_os2.h 163 * OPENSSL_EXPORT is used to define a symbol with extra possible attributes
172 * # define OPENSSL_EXTERN OPENSSL_EXPORT
175 * The default is to have OPENSSL_EXPORT and OPENSSL_EXTERN
180 # define OPENSSL_EXPORT extern __declspec(dllexport)
183 # define OPENSSL_EXPORT extern

Completed in 27 milliseconds