Lines Matching refs:file
12 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,
78 mbedtls_debug_print_msg(&ssl, level, file, line,
90 void mbedtls_debug_print_ret(char *file, int line, char *text, int value,
111 mbedtls_debug_print_ret(&ssl, 0, file, line, text, value);
122 void mbedtls_debug_print_buf(char *file, int line, char *text,
143 mbedtls_debug_print_buf(&ssl, 0, file, line, text, data->x, data->len);
154 void mbedtls_debug_print_crt(char *crt_file, char *file, int line,
178 mbedtls_debug_print_crt(&ssl, 0, file, line, prefix, &crt);
190 void mbedtls_debug_print_mpi(char *value, char *file, int line,
215 mbedtls_debug_print_mpi(&ssl, 0, file, line, prefix, &val);