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