Lines Matching refs:__attribute_cold__
240 #ifndef __attribute_cold__
242 #define __attribute_cold__ __attribute__((__cold__)) macro
244 #define __attribute_cold__ macro
256 __attribute_cold__ __attribute_noinline__ static void emsg(int level, const char *const msg) in emsg()
261 __attribute_cold__ __attribute_noinline__ static void emsgrc(int level, const char *const msg, int … in emsgrc()
393 __attribute_cold__ void *tls_init(const struct tls_config *conf) in tls_init()
419 __attribute_cold__ void tls_deinit(void *tls_ctx) in tls_deinit()
606 __attribute_cold__ static void tls_pull_buf_discard(struct tls_connection *conn, const char *func) in tls_pull_buf_discard()
1926 __attribute_cold__ int tls_global_set_params(void *tls_ctx, const struct tls_connection_params *par… in tls_global_set_params()
2173 __attribute_cold__ static void tls_mbedtls_suiteb_handshake_alert(struct tls_connection *conn) in tls_mbedtls_suiteb_handshake_alert()
2943 __attribute_cold__ static void tls_mbedtls_verify_fail_event(mbedtls_x509_crt *crt, in tls_mbedtls_verify_fail_event()