Searched refs:OPENSSL_IMPLEMENT_GLOBAL (Results 1 – 3 of 3) sorted by relevance
187 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) \ macro193 # define OPENSSL_IMPLEMENT_GLOBAL(type,name,value) type _shadow_##name=value;
22 OPENSSL_IMPLEMENT_GLOBAL(int, DES_check_key, 0)
8099 To implement a global variable, use the macro OPENSSL_IMPLEMENT_GLOBAL8102 OPENSSL_IMPLEMENT_GLOBAL(int,foo)=1;8103 OPENSSL_IMPLEMENT_GLOBAL(double,bar);