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