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)
8593 To implement a global variable, use the macro OPENSSL_IMPLEMENT_GLOBAL8596 OPENSSL_IMPLEMENT_GLOBAL(int,foo)=1;8597 OPENSSL_IMPLEMENT_GLOBAL(double,bar);