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