Searched refs:s_infotype (Results 1 - 5 of 5) sorted by relevance
/third_party/curl/tests/http/clients/ |
H A D | h2-upgrade-extreme.c | 44 static const char * const s_infotype[] = { in log_line_start() local 48 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start() 50 fputs(s_infotype[type], log); in log_line_start()
|
H A D | tls-session-reuse.c | 45 static const char * const s_infotype[] = { in log_line_start() local 49 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start() 51 fputs(s_infotype[type], log); in log_line_start()
|
H A D | h2-pausing.c | 46 static const char * const s_infotype[] = { in log_line_start() local 50 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start() 52 fputs(s_infotype[type], log); in log_line_start()
|
/third_party/curl/src/ |
H A D | tool_cb_dbg.c | 77 static const char * const s_infotype[] = { in log_line_start() local 81 fprintf(log, "%s%s%s", timebuf, idsbuf, s_infotype[type]); in log_line_start() 83 fputs(s_infotype[type], log); in log_line_start()
|
/third_party/curl/lib/ |
H A D | curl_trc.c | 60 static const char s_infotype[CURLINFO_END][3] = { in Curl_debug() local 73 fwrite(s_infotype[type], 2, 1, data->set.err); in Curl_debug()
|
Completed in 3 milliseconds