Home
last modified time | relevance | path

Searched refs:timestr (Results 1 – 4 of 4) sorted by relevance

/curl/lib/
H A Dgetinfo.c205 char *timestr = getenv("CURL_TIME"); in getinfo_long() local
206 if(timestr) { in getinfo_long()
207 unsigned long val = strtoul(timestr, NULL, 10); in getinfo_long()
217 timestr = getenv("CURL_DEBUG_SIZE"); in getinfo_long()
218 if(timestr) { in getinfo_long()
219 unsigned long val = strtoul(timestr, NULL, 10); in getinfo_long()
362 char *timestr = getenv("CURL_TIME"); in getinfo_offt() local
363 if(timestr) { in getinfo_offt()
364 unsigned long val = strtoul(timestr, NULL, 10); in getinfo_offt()
451 char *timestr = getenv("CURL_TIME"); in getinfo_double() local
[all …]
H A Dhsts.c63 char *timestr = getenv("CURL_TIME"); in hsts_debugtime() local
65 if(timestr) { in hsts_debugtime()
67 (void)curlx_strtoofft(timestr, NULL, 10, &val); in hsts_debugtime()
H A Daltsvc.c462 char *timestr = getenv("CURL_TIME"); in altsvc_debugtime() local
464 if(timestr) { in altsvc_debugtime()
465 long val = strtol(timestr, NULL, 10); in altsvc_debugtime()
/curl/tests/libtest/
H A Dtesttrace.c96 char *timestr; in libtest_debug_cb() local
102 timestr = &timebuf[0]; in libtest_debug_cb()
119 fprintf(stderr, "%s== Info: %s", timestr, (char *)data); in libtest_debug_cb()

Completed in 13 milliseconds