Searched refs:s_infotype (Results 1 – 8 of 8) sorted by relevance
/curl/tests/http/clients/ |
H A D | h2-upgrade-extreme.c | 41 static const char * const s_infotype[] = { in log_line_start() local 45 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start() 47 fputs(s_infotype[type], log); in log_line_start()
|
H A D | upload-pausing.c | 48 static const char * const s_infotype[] = { in log_line_start() local 52 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start() 54 fputs(s_infotype[type], log); in log_line_start()
|
H A D | tls-session-reuse.c | 42 static const char * const s_infotype[] = { in log_line_start() local 46 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start() 48 fputs(s_infotype[type], log); in log_line_start()
|
H A D | h2-pausing.c | 51 static const char * const s_infotype[] = { in log_line_start() local 55 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start() 57 fputs(s_infotype[type], log); in log_line_start()
|
H A D | hx-download.c | 53 static const char * const s_infotype[] = { in log_line_start() local 57 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start() 59 fputs(s_infotype[type], log); in log_line_start()
|
H A D | hx-upload.c | 53 static const char * const s_infotype[] = { in log_line_start() local 57 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start() 59 fputs(s_infotype[type], log); in log_line_start()
|
/curl/src/ |
H A D | tool_cb_dbg.c | 75 static const char * const s_infotype[] = { in log_line_start() local 79 fprintf(log, "%s%s%s", timebuf, idsbuf, s_infotype[type]); in log_line_start() 81 fputs(s_infotype[type], log); in log_line_start()
|
/curl/lib/ |
H A D | curl_trc.c | 64 static const char s_infotype[CURLINFO_END][3] = { in Curl_debug() local 77 fwrite(s_infotype[type], 2, 1, data->set.err); in Curl_debug()
|
Completed in 17 milliseconds