Searched refs:timebuf (Results 1 – 6 of 6) sorted by relevance
/curl/src/ |
H A D | tool_cb_dbg.c | 68 static void log_line_start(FILE *log, const char *timebuf, 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() 99 char timebuf[20]; in tool_debug_cb() local 112 msnprintf(timebuf, sizeof(timebuf), "%s.%06ld ", in tool_debug_cb() 116 timebuf[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() [all …]
|
/curl/tests/libtest/ |
H A D | testtrace.c | 36 void libtest_debug_dump(const char *timebuf, const char *text, FILE *stream, in libtest_debug_dump() argument 48 fprintf(stream, "%s%s, %zu bytes (0x%zx)\n", timebuf, text, in libtest_debug_dump() 93 char timebuf[20]; in libtest_debug_cb() local 99 timebuf[0] = '\0'; in libtest_debug_cb() 100 timestr = &timebuf[0]; in libtest_debug_cb() 111 msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ", in libtest_debug_cb() 141 libtest_debug_dump(timebuf, text, stderr, (unsigned char *)data, size, in libtest_debug_cb()
|
/curl/docs/examples/ |
H A D | http2-upload.c | 135 char timebuf[60]; in my_trace() local 153 curl_msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld", in my_trace() 158 fprintf(stderr, "%s [%d] Info: %s", timebuf, num, data); in my_trace()
|
/curl/tests/server/ |
H A D | util.c | 92 char timebuf[20]; in logmsg() local 110 msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld", in logmsg() 122 fprintf(logfp, "%s %s\n", timebuf, buffer); in logmsg() 130 fprintf(stderr, "Msg not logged: %s %s\n", timebuf, buffer); in logmsg()
|
/curl/lib/ |
H A D | asyn-ares.c | 294 struct timeval timebuf; in Curl_resolver_getsock() local 298 ares_timeout((ares_channel)data->state.async.resolver, &maxtime, &timebuf); in Curl_resolver_getsock()
|
H A D | ftp.c | 2070 char timebuf[24]; in ftp_state_mdtm_resp() local 2071 msnprintf(timebuf, sizeof(timebuf), in ftp_state_mdtm_resp() 2075 data->info.filetime = Curl_getdate_capped(timebuf); in ftp_state_mdtm_resp()
|
Completed in 39 milliseconds