HomeSort by relevance Sort by last modified time
    Searched defs:OPENSSL_IMPLEMENT_GLOBAL (Results 1 - 2 of 2) sorted by null

  /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 829 milliseconds