HomeSort by: relevance | last modified time | path
    Searched refs:DECLARE_DEPRECATED (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/include/openssl/
opensslconf.h 122 #ifndef DECLARE_DEPRECATED
123 # define DECLARE_DEPRECATED(f) f;
126 # undef DECLARE_DEPRECATED
127 # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
158 # define DEPRECATEDIN_1_2_0(f) DECLARE_DEPRECATED(f)
164 # define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f)
170 # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f)
176 # define DEPRECATEDIN_0_9_8(f) DECLARE_DEPRECATED(f)
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
opensslconf.h.in 73 #ifndef DECLARE_DEPRECATED
74 # define DECLARE_DEPRECATED(f) f;
77 # undef DECLARE_DEPRECATED
78 # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
82 # undef DECLARE_DEPRECATED
83 # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
114 # define DEPRECATEDIN_1_2_0(f) DECLARE_DEPRECATED(f)
120 # define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f)
126 # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f)
132 # define DEPRECATEDIN_0_9_8(f) DECLARE_DEPRECATED(f
    [all...]

Completed in 21 milliseconds