Searched refs:timestr (Results 1 – 4 of 4) sorted by relevance
/curl/lib/ |
H A D | getinfo.c | 205 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() 370 char *timestr = getenv("CURL_TIME"); in getinfo_offt() local 371 if(timestr) { in getinfo_offt() 372 unsigned long val = strtoul(timestr, NULL, 10); in getinfo_offt() 466 char *timestr = getenv("CURL_TIME"); in getinfo_double() local [all …]
|
H A D | hsts.c | 63 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 D | altsvc.c | 462 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 D | testtrace.c | 94 char *timestr; in libtest_debug_cb() local 100 timestr = &timebuf[0]; in libtest_debug_cb() 117 fprintf(stderr, "%s== Info: %s", timestr, (char *)data); in libtest_debug_cb()
|
Completed in 13 milliseconds