Home
last modified time | relevance | path

Searched refs:OPENSSL_UNUSED (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/include/openssl/
Dstack.h252 static inline OPENSSL_UNUSED STACK_OF(name) * \
257 static inline OPENSSL_UNUSED STACK_OF(name) *sk_##name##_new_null(void) { \
261 static inline OPENSSL_UNUSED size_t sk_##name##_num( \
266 static inline OPENSSL_UNUSED void sk_##name##_zero(STACK_OF(name) *sk) { \
270 static inline OPENSSL_UNUSED ptrtype sk_##name##_value( \
275 static inline OPENSSL_UNUSED ptrtype sk_##name##_set(STACK_OF(name) *sk, \
280 static inline OPENSSL_UNUSED void sk_##name##_free(STACK_OF(name) *sk) { \
284 static inline OPENSSL_UNUSED void sk_##name##_pop_free( \
289 static inline OPENSSL_UNUSED size_t sk_##name##_insert( \
294 static inline OPENSSL_UNUSED ptrtype sk_##name##_delete(STACK_OF(name) *sk, \
[all …]
Dtype_check.h83 typedef char OPENSSL_COMPILE_ASSERT_##msg[((cond) ? 1 : -1)] OPENSSL_UNUSED
Dbase.h207 #define OPENSSL_UNUSED __attribute__((unused)) macro
209 #define OPENSSL_UNUSED