Lines Matching refs:line
12 static void string_debug(void *data, int level, const char *file, int line, const char *str)
22 *p++ = '0' + (line / 1000) % 10;
23 *p++ = '0' + (line / 100) % 10;
24 *p++ = '0' + (line / 10) % 10;
25 *p++ = '0' + (line / 1) % 10;
56 int line, char *result_str)
81 mbedtls_debug_print_msg(&ssl, level, file, line,
94 void mbedtls_debug_print_ret(char *file, int line, char *text, int value,
118 mbedtls_debug_print_ret(&ssl, 0, file, line, text, value);
130 void mbedtls_debug_print_buf(char *file, int line, char *text,
154 mbedtls_debug_print_buf(&ssl, 0, file, line, text, data->x, data->len);
166 void mbedtls_debug_print_crt(char *crt_file, char *file, int line,
193 mbedtls_debug_print_crt(&ssl, 0, file, line, prefix, &crt);
206 void mbedtls_debug_print_mpi(char *value, char *file, int line,
234 mbedtls_debug_print_mpi(&ssl, 0, file, line, prefix, &val);