Lines Matching refs:idsbuf
35 static void dump(const char *timebuf, const char *idsbuf, const char *text,
69 const char *idsbuf, curl_infotype type) in log_line_start() argument
78 if((timebuf && *timebuf) || (idsbuf && *idsbuf)) in log_line_start()
79 fprintf(log, "%s%s%s", timebuf, idsbuf, s_infotype[type]); in log_line_start()
105 char idsbuf[60]; in tool_debug_cb() local
122 msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_2, in tool_debug_cb()
126 msnprintf(idsbuf, sizeof(idsbuf), TRC_IDS_FORMAT_IDS_1, xfer_id); in tool_debug_cb()
130 idsbuf[0] = 0; in tool_debug_cb()
165 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
173 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
182 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
199 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
217 fprintf(output, "%s%s== Info: %.*s", timebuf, idsbuf, (int)size, data); in tool_debug_cb()
242 dump(timebuf, idsbuf, text, output, (unsigned char *) data, size, in tool_debug_cb()
247 static void dump(const char *timebuf, const char *idsbuf, const char *text, in dump() argument
260 fprintf(stream, "%s%s%s, %zu bytes (0x%zx)\n", timebuf, idsbuf, in dump()