Lines Matching refs:define
23 #define exit(__p1) __posix_exit(__p1)
30 /* Because configure does an #undef which keeps us from using #define */
43 #define CRYPTO_add_lock CRYPTO_ADD_LOCK
44 #define SSL_connect SSL_CONNECT
45 #define ENGINE_init ENGINE_INIT
46 #define RAND_status RAND_STATUS
47 /* #define RAND_screen RAND_SCREEN */
48 #define CRYPTO_cleanup_all_ex_data CRYPTO_CLEANUP_ALL_EX_DATA
49 #define SSL_get_shutdown SSL_GET_SHUTDOWN
50 #define ENGINE_load_builtin_engines ENGINE_LOAD_BUILTIN_ENGINES
52 /* Can not use the #define macro to fix the case on CRYPTO_lock because */