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