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 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/
e_os2.h
275
OPENSSL_IMPLEMENT_GLOBAL
(int,foobar,0)
281
# define
OPENSSL_IMPLEMENT_GLOBAL
(type,name,value) \
287
# define
OPENSSL_IMPLEMENT_GLOBAL
(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
/external/chromium_org/third_party/openssl/openssl/include/openssl/
e_os2.h
275
OPENSSL_IMPLEMENT_GLOBAL
(int,foobar,0)
281
# define
OPENSSL_IMPLEMENT_GLOBAL
(type,name,value) \
287
# define
OPENSSL_IMPLEMENT_GLOBAL
(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
/external/openssl/
e_os2.h
275
OPENSSL_IMPLEMENT_GLOBAL
(int,foobar,0)
281
# define
OPENSSL_IMPLEMENT_GLOBAL
(type,name,value) \
287
# define
OPENSSL_IMPLEMENT_GLOBAL
(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
/external/openssl/include/openssl/
e_os2.h
275
OPENSSL_IMPLEMENT_GLOBAL
(int,foobar,0)
281
# define
OPENSSL_IMPLEMENT_GLOBAL
(type,name,value) \
287
# define
OPENSSL_IMPLEMENT_GLOBAL
(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value;
Completed in 202 milliseconds