Lines Matching refs:nowp
102 static void expire_ex(struct Curl_easy *data, const struct curltime *nowp,
2123 struct curltime *nowp, argument
2139 *nowp);
2145 *nowp);
2148 Curl_ratelimit(data, *nowp);
2158 result = Curl_sendrecv(data, nowp);
2417 struct curltime *nowp, argument
2427 result = Curl_speedcheck(data, *nowp);
2444 *nowp);
2450 *nowp);
2454 Curl_ratelimit(data, *nowp);
2544 struct curltime *nowp, argument
2568 *nowp = Curl_pgrsTime(data, TIMER_POSTQUEUE);
2596 struct curltime *nowp, argument
2643 multi_handle_timeout(data, nowp, &stream_error, &result))
2663 *nowp = Curl_pgrsTime(data, TIMER_STARTSINGLE);
2676 rc = state_connect(multi, data, nowp, &result);
2841 rc = state_ratelimiting(data, nowp, &result);
2845 rc = state_performing(data, nowp, &stream_error, &result);
2901 multi_handle_timeout(data, nowp, &stream_error, &result);
3928 const struct curltime *nowp, argument
3942 set = *nowp;
4024 struct curltime *nowp = &data->state.expiretime; local
4031 if(nowp->tv_sec || nowp->tv_usec) {
4048 nowp->tv_sec = 0;
4049 nowp->tv_usec = 0;