Lines Matching refs:idsbuf
35 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()
118 log_line_start(output, idsbuf, type); in debug_cb()