Home
last modified time | relevance | path

Searched refs:timebuf (Results 1 – 6 of 6) sorted by relevance

/curl/src/
H A Dtool_cb_dbg.c70 static void log_line_start(FILE *log, const char *timebuf, in log_line_start() argument
80 if((timebuf && *timebuf) || (idsbuf && *idsbuf)) in log_line_start()
81 fprintf(log, "%s%s%s", timebuf, idsbuf, s_infotype[type]); in log_line_start()
101 char timebuf[20]; in tool_debug_cb() local
114 msnprintf(timebuf, sizeof(timebuf), "%s.%06ld ", in tool_debug_cb()
118 timebuf[0] = 0; in tool_debug_cb()
167 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
175 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
184 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
201 log_line_start(output, timebuf, idsbuf, type); in tool_debug_cb()
[all …]
/curl/tests/libtest/
H A Dtesttrace.c36 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()
95 char timebuf[20]; in libtest_debug_cb() local
101 timebuf[0] = '\0'; in libtest_debug_cb()
102 timestr = &timebuf[0]; in libtest_debug_cb()
113 msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld ", in libtest_debug_cb()
143 libtest_debug_dump(timebuf, text, stderr, data, size, trace_cfg->nohex); in libtest_debug_cb()
/curl/docs/examples/
H A Dhttp2-upload.c134 char timebuf[60]; in my_trace() local
152 curl_msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld", in my_trace()
157 fprintf(stderr, "%s [%d] Info: %s", timebuf, num, data); in my_trace()
/curl/tests/server/
H A Dutil.c95 char timebuf[20]; in logmsg() local
113 msnprintf(timebuf, sizeof(timebuf), "%02d:%02d:%02d.%06ld", in logmsg()
123 fprintf(logfp, "%s %s\n", timebuf, buffer); in logmsg()
131 fprintf(stderr, "Msg not logged: %s %s\n", timebuf, buffer); in logmsg()
/curl/lib/
H A Dasyn-ares.c294 struct timeval timebuf; in Curl_resolver_getsock() local
304 &timebuf); in Curl_resolver_getsock()
H A Dftp.c2235 char timebuf[24]; in ftp_state_mdtm_resp() local
2236 msnprintf(timebuf, sizeof(timebuf), in ftp_state_mdtm_resp()
2240 data->info.filetime = Curl_getdate_capped(timebuf); in ftp_state_mdtm_resp()

Completed in 28 milliseconds