Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dmulti.c1909 struct curltime *nowp,
1969 if(multi_handle_timeout(data, nowp, &stream_error, &result, FALSE)) {
1983 *nowp = Curl_pgrsTime(data, TIMER_STARTOP);
1995 *nowp = Curl_pgrsTime(data, TIMER_STARTSINGLE);
2023 *nowp = Curl_pgrsTime(data, TIMER_POSTQUEUE);
2409 result = Curl_speedcheck(data, *nowp);
2427 *nowp);
2436 *nowp);
2440 Curl_ratelimit(data, *nowp);
2461 *nowp);
1908 multi_runsingle(struct Curl_multi *multi, struct curltime *nowp, struct Curl_easy *data) global() argument
3604 struct curltime *nowp = &data->state.expiretime; global() local
3679 struct curltime *nowp = &data->state.expiretime; global() local
[all...]
H A Dconnect.h37 struct curltime *nowp,
H A Dconnect.c97 * @param nowp timestamp to use for calculdation, NULL to use Curl_now()
102 struct curltime *nowp, in Curl_timeleft()
117 if(!nowp) { in Curl_timeleft()
119 nowp = &now; in Curl_timeleft()
124 Curl_timediff(*nowp, data->progress.t_startop); in Curl_timeleft()
135 Curl_timediff(*nowp, data->progress.t_startsingle); in Curl_timeleft()
101 Curl_timeleft(struct Curl_easy *data, struct curltime *nowp, bool duringconnect) Curl_timeleft() argument
/third_party/elfutils/debuginfod/
H A 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()

Completed in 12 milliseconds