Lines Matching refs:file
12 static void string_debug(void *data, int level, const char *file, int line, const char *str)
18 memcpy(p, file, strlen(file));
19 p += strlen(file);
55 void debug_print_msg_threshold(int threshold, int level, char *file,
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);