Searched defs:OPENSSL_IMPLEMENT_GLOBAL (Results 1 - 2 of 2) sorted by relevance

/external/openssl/
H A De_os2.h275 OPENSSL_IMPLEMENT_GLOBAL(int,foobar,0)
281 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ macro
287 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value; macro
/external/openssl/include/openssl/
H A De_os2.h275 OPENSSL_IMPLEMENT_GLOBAL(int,foobar,0)
281 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ macro
287 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) OPENSSL_GLOBAL type _shadow_##name=value; macro

Completed in 681 milliseconds