Home
last modified time | relevance | path

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

/external/curl/lib/
Dmulti.c1860 struct curltime *nowp, argument
1927 if(multi_handle_timeout(data, nowp, &stream_error, &result, FALSE)) {
1941 *nowp = Curl_pgrsTime(data, TIMER_STARTOP);
1958 *nowp = Curl_pgrsTime(data, TIMER_STARTSINGLE);
2368 result = Curl_speedcheck(data, *nowp);
2386 *nowp);
2395 *nowp);
2399 Curl_ratelimit(data, *nowp);
2421 *nowp);
2430 *nowp);
[all …]
Dconnect.h37 struct curltime *nowp,
Dconnect.c104 struct curltime *nowp, in Curl_timeleft() argument
132 if(!nowp) { in Curl_timeleft()
134 nowp = &now; in Curl_timeleft()
138 maxtime_timeout_ms -= Curl_timediff(*nowp, data->progress.t_startop); in Curl_timeleft()
143 connect_timeout_ms -= Curl_timediff(*nowp, data->progress.t_startsingle); in Curl_timeleft()
/external/elfutils/debuginfod/
Ddebuginfod.cxx880 struct tm *nowp = gmtime_r (&now_t, &now); in timestamp() local
881 if (nowp) in timestamp()
883 (void) strftime (datebuf, sizeof (datebuf), "%c", nowp); in timestamp()
1126 struct tm *nowp = gmtime_r (&mtime, &now); in add_mhd_last_modified() local
1127 if (nowp != NULL) in add_mhd_last_modified()
1131 nowp); in add_mhd_last_modified()