Lines Matching refs:curltime
33 struct curltime Curl_now(void) in Curl_now()
35 struct curltime now; in Curl_now()
63 struct curltime Curl_now(void) in Curl_now()
75 struct curltime cnow; in Curl_now()
137 struct curltime Curl_now(void) in Curl_now()
146 struct curltime cnow; in Curl_now()
165 struct curltime Curl_now(void) in Curl_now()
173 struct curltime ret; in Curl_now()
182 struct curltime Curl_now(void) in Curl_now()
187 struct curltime now; in Curl_now()
201 timediff_t Curl_timediff(struct curltime newer, struct curltime older) in Curl_timediff()
215 timediff_t Curl_timediff_ceil(struct curltime newer, struct curltime older) in Curl_timediff_ceil()
229 timediff_t Curl_timediff_us(struct curltime newer, struct curltime older) in Curl_timediff_us()