Lines Matching refs:line
11 void string_debug(void *data, int level, const char *file, int line, const char *str)
21 *p++ = '0' + (line / 1000) % 10;
22 *p++ = '0' + (line / 100) % 10;
23 *p++ = '0' + (line / 10) % 10;
24 *p++ = '0' + (line / 1) % 10;
55 int line, char *result_str)
79 mbedtls_debug_print_msg(&ssl, level, file, line,
92 void mbedtls_debug_print_ret(char *file, int line, char *text, int value,
115 mbedtls_debug_print_ret(&ssl, 0, file, line, text, value);
127 void mbedtls_debug_print_buf(char *file, int line, char *text,
150 mbedtls_debug_print_buf(&ssl, 0, file, line, text, data->x, data->len);
162 void mbedtls_debug_print_crt(char *crt_file, char *file, int line,
188 mbedtls_debug_print_crt(&ssl, 0, file, line, prefix, &crt);
201 void mbedtls_debug_print_mpi(char *value, char *file, int line,
228 mbedtls_debug_print_mpi(&ssl, 0, file, line, prefix, &val);