Lines Matching refs:line
10 void string_debug(void *data, int level, const char *file, int line, const char *str)
20 *p++ = '0' + ( line / 1000 ) % 10;
21 *p++ = '0' + ( line / 100 ) % 10;
22 *p++ = '0' + ( line / 10 ) % 10;
23 *p++ = '0' + ( line / 1 ) % 10;
50 void debug_print_msg_threshold( int threshold, int level, char *file, int line,
67 mbedtls_debug_print_msg( &ssl, level, file, line,
79 void mbedtls_debug_print_ret( char *file, int line, char *text, int value,
95 mbedtls_debug_print_ret( &ssl, 0, file, line, text, value);
106 void mbedtls_debug_print_buf( char *file, int line, char *text,
127 mbedtls_debug_print_buf( &ssl, 0, file, line, text, data, data_len );
138 void mbedtls_debug_print_crt( char *crt_file, char *file, int line,
157 mbedtls_debug_print_crt( &ssl, 0, file, line, prefix, &crt);
169 void mbedtls_debug_print_mpi( int radix, char *value, char *file, int line,
189 mbedtls_debug_print_mpi( &ssl, 0, file, line, prefix, &val);