HomeSort by relevance Sort by last modified time
    Searched defs:OPENSSL_EXPORT (Results 1 - 2 of 2) sorted by null

  /external/openssl/
e_os2.h 233 Definitions of OPENSSL_EXPORT and OPENSSL_IMPORT, to define and declare
241 # define OPENSSL_EXTERN OPENSSL_EXPORT
244 The default is to have OPENSSL_EXPORT, OPENSSL_IMPORT and OPENSSL_GLOBAL
250 # define OPENSSL_EXPORT globalref
254 # define OPENSSL_EXPORT extern __declspec(dllexport)
258 # define OPENSSL_EXPORT extern
282 # define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name
  /external/openssl/include/openssl/
e_os2.h 233 Definitions of OPENSSL_EXPORT and OPENSSL_IMPORT, to define and declare
241 # define OPENSSL_EXTERN OPENSSL_EXPORT
244 The default is to have OPENSSL_EXPORT, OPENSSL_IMPORT and OPENSSL_GLOBAL
250 # define OPENSSL_EXPORT globalref
254 # define OPENSSL_EXPORT extern __declspec(dllexport)
258 # define OPENSSL_EXPORT extern
282 # define OPENSSL_DECLARE_GLOBAL(type,name) OPENSSL_EXPORT type _shadow_##name

Completed in 38 milliseconds