OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPENSSL_EXPORT
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/test/native/
test_openssl_engine.cpp
127
#undef
OPENSSL_EXPORT
128
#define
OPENSSL_EXPORT
extern __attribute__ ((visibility ("default")))
/system/security/keystore-engine/
eng_keystore.cpp
233
#undef
OPENSSL_EXPORT
234
#define
OPENSSL_EXPORT
extern __attribute__ ((visibility ("default")))
/external/chromium_org/third_party/openssl/openssl/
e_os2.h
239
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
260
# define
OPENSSL_EXPORT
extern __declspec(dllexport)
264
# define
OPENSSL_EXPORT
extern
288
# define OPENSSL_DECLARE_GLOBAL(type,name)
OPENSSL_EXPORT
type _shadow_##name
/external/chromium_org/third_party/openssl/openssl/include/openssl/
e_os2.h
239
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
260
# define
OPENSSL_EXPORT
extern __declspec(dllexport)
264
# define
OPENSSL_EXPORT
extern
288
# define OPENSSL_DECLARE_GLOBAL(type,name)
OPENSSL_EXPORT
type _shadow_##name
/external/openssl/
e_os2.h
239
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
260
# define
OPENSSL_EXPORT
extern __declspec(dllexport)
264
# define
OPENSSL_EXPORT
extern
288
# define OPENSSL_DECLARE_GLOBAL(type,name)
OPENSSL_EXPORT
type _shadow_##name
/external/openssl/include/openssl/
e_os2.h
239
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
260
# define
OPENSSL_EXPORT
extern __declspec(dllexport)
264
# define
OPENSSL_EXPORT
extern
288
# define OPENSSL_DECLARE_GLOBAL(type,name)
OPENSSL_EXPORT
type _shadow_##name
Completed in 3359 milliseconds