Home
last modified time | relevance | path

Searched refs:idsbuf (Results 1 – 7 of 7) sorted by relevance

/curl/src/
H A Dtool_cb_dbg.c69 const char *idsbuf, curl_infotype type) in log_line_start() argument
78 if((timebuf && *timebuf) || (idsbuf && *idsbuf)) in log_line_start()
79 fprintf(log, "%s%s%s", timebuf, idsbuf, s_infotype[type]); in log_line_start()
105 char idsbuf[60]; in tool_debug_cb() local
122 msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_2, in tool_debug_cb()
126 msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_1, xfer_id); in tool_debug_cb()
130 idsbuf[0] = 0; in tool_debug_cb()
165 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
173 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
182 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
[all …]
/curl/tests/http/clients/
H A Dh2-upgrade-extreme.c35 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() argument
44 if(idsbuf && *idsbuf) in log_line_start()
45 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start()
63 char idsbuf[60]; in debug_cb() local
72 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_2, xfer_id, in debug_cb()
76 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_1, xfer_id); in debug_cb()
80 idsbuf[0] = 0; in debug_cb()
90 log_line_start(output, idsbuf, type); in debug_cb()
98 log_line_start(output, idsbuf, type); in debug_cb()
107 log_line_start(output, idsbuf, type); in debug_cb()
[all …]
H A Dupload-pausing.c42 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() argument
51 if(idsbuf && *idsbuf) in log_line_start()
52 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start()
70 char idsbuf[60]; in debug_cb() local
79 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_2, xfer_id, in debug_cb()
83 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_1, xfer_id); in debug_cb()
87 idsbuf[0] = 0; in debug_cb()
97 log_line_start(output, idsbuf, type); in debug_cb()
105 log_line_start(output, idsbuf, type); in debug_cb()
114 log_line_start(output, idsbuf, type); in debug_cb()
[all …]
H A Dtls-session-reuse.c36 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() argument
45 if(idsbuf && *idsbuf) in log_line_start()
46 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start()
64 char idsbuf[60]; in debug_cb() local
73 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_2, xfer_id, in debug_cb()
77 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_1, xfer_id); in debug_cb()
81 idsbuf[0] = 0; in debug_cb()
91 log_line_start(output, idsbuf, type); in debug_cb()
99 log_line_start(output, idsbuf, type); in debug_cb()
108 log_line_start(output, idsbuf, type); in debug_cb()
[all …]
H A Dh2-pausing.c45 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() argument
54 if(idsbuf && *idsbuf) in log_line_start()
55 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start()
73 char idsbuf[60]; in debug_cb() local
82 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_2, xfer_id, in debug_cb()
86 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_1, xfer_id); in debug_cb()
90 idsbuf[0] = 0; in debug_cb()
100 log_line_start(output, idsbuf, type); in debug_cb()
108 log_line_start(output, idsbuf, type); in debug_cb()
117 log_line_start(output, idsbuf, type); in debug_cb()
[all …]
H A Dhx-download.c47 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() argument
56 if(idsbuf && *idsbuf) in log_line_start()
57 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start()
75 char idsbuf[60]; in debug_cb() local
84 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_2, xfer_id, in debug_cb()
88 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_1, xfer_id); in debug_cb()
92 idsbuf[0] = 0; in debug_cb()
102 log_line_start(output, idsbuf, type); in debug_cb()
110 log_line_start(output, idsbuf, type); in debug_cb()
119 log_line_start(output, idsbuf, type); in debug_cb()
[all …]
H A Dhx-upload.c47 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() argument
56 if(idsbuf && *idsbuf) in log_line_start()
57 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start()
75 char idsbuf[60]; in debug_cb() local
84 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_2, xfer_id, in debug_cb()
88 curl_msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_1, xfer_id); in debug_cb()
92 idsbuf[0] = 0; in debug_cb()
102 log_line_start(output, idsbuf, type); in debug_cb()
110 log_line_start(output, idsbuf, type); in debug_cb()
119 log_line_start(output, idsbuf, type); in debug_cb()
[all …]

Completed in 26 milliseconds