OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OPENSSL_IMPLEMENT_GLOBAL
(Results
1 - 2
of
2
) sorted by null
/external/openssl/
e_os2.h
269
OPENSSL_IMPLEMENT_GLOBAL
(int,foobar,0)
275
# define
OPENSSL_IMPLEMENT_GLOBAL
(type,name,value) \
281
# define
OPENSSL_IMPLEMENT_GLOBAL
(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
/external/openssl/include/openssl/
e_os2.h
269
OPENSSL_IMPLEMENT_GLOBAL
(int,foobar,0)
275
# define
OPENSSL_IMPLEMENT_GLOBAL
(type,name,value) \
281
# define
OPENSSL_IMPLEMENT_GLOBAL
(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
Completed in 30 milliseconds