Lines Matching refs:timestr
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
467 if(timestr) { in getinfo_double()
468 unsigned long val = strtoul(timestr, NULL, 10); in getinfo_double()