Lines Matching refs:curltime
32 struct curltime Curl_now(void) in Curl_now()
34 struct curltime now; in Curl_now()
61 struct curltime Curl_now(void) in Curl_now()
73 struct curltime cnow; in Curl_now()
122 struct curltime Curl_now(void) in Curl_now()
131 struct curltime cnow; in Curl_now()
150 struct curltime Curl_now(void) in Curl_now()
158 struct curltime ret; in Curl_now()
167 struct curltime Curl_now(void) in Curl_now()
172 struct curltime now; in Curl_now()
186 timediff_t Curl_timediff(struct curltime newer, struct curltime older) in Curl_timediff()
200 timediff_t Curl_timediff_us(struct curltime newer, struct curltime older) in Curl_timediff_us()