Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Ddebug.c44 char idstr[20 + DEBUG_BUF_SIZE]; /* 0x + 16 nibbles + ': ' */ in debug_send_line() local
45 mbedtls_snprintf(idstr, sizeof(idstr), "%p: %s", (void *) ssl, str); in debug_send_line()
46 ssl->conf->f_dbg(ssl->conf->p_dbg, level, file, line, idstr); in debug_send_line()