Lines Matching refs:__attribute_noinline__
248 #ifndef __attribute_noinline__
250 #define __attribute_noinline__ __attribute__((__noinline__)) macro
252 #define __attribute_noinline__ 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()
523 __attribute_noinline__ char *tls_mbedtls_peer_serial_num(const mbedtls_x509_crt *crt, char *serial_… in tls_mbedtls_peer_serial_num()
751 __attribute_noinline__ static int tls_mbedtls_readfile(const char *path, u8 **buf, size_t *n);
1119 __attribute_noinline__ static int tls_mbedtls_append_ciphersuite(int *ids, int nids, int idsz, cons… in tls_mbedtls_append_ciphersuite()
1185 __attribute_noinline__ static int tls_mbedtls_set_ciphersuites(struct tls_conf *tls_conf, int *ids,… in tls_mbedtls_set_ciphersuites()
1311 __attribute_noinline__ static int tls_mbedtls_set_item(char **config_item, const char *item) in tls_mbedtls_set_item()
1332 __attribute_noinline__ static int tls_mbedtls_readfile(const char *path, u8 **buf, size_t *n) in tls_mbedtls_readfile()
2560 __attribute_noinline__ static void tls_mbedtls_set_peer_subject(struct tls_connection *conn, in tls_mbedtls_set_peer_subject()
2969 __attribute_noinline__ static void tls_mbedtls_verify_cert_event(struct tls_connection *conn, in tls_mbedtls_verify_cert_event()