Home
last modified time | relevance | path

Searched refs:s_infotype (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/tests/http/clients/
H A Dh2-upgrade-extreme.c44 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 Dtls-session-reuse.c45 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 Dh2-pausing.c46 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 Dtool_cb_dbg.c77 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 Dcurl_trc.c60 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