Searched refs:Curl_gmtime (Results 1 – 9 of 9) sorted by relevance
/third_party/curl/lib/ |
D | parsedate.h | 28 CURLcode Curl_gmtime(time_t intime, struct tm *store);
|
D | hsts.c | 287 result = Curl_gmtime((time_t)sts->expires, &stamp); in hsts_push() 307 CURLcode result = Curl_gmtime((time_t)sts->expires, &stamp); in hsts_out()
|
D | parsedate.c | 585 CURLcode Curl_gmtime(time_t intime, struct tm *store) in Curl_gmtime() function
|
D | http_aws_sigv4.c | 242 ret = Curl_gmtime(clock, &tm); in Curl_output_aws_sigv4()
|
D | file.c | 431 result = Curl_gmtime(filetime, &buffer); in file_do()
|
D | altsvc.c | 234 CURLcode result = Curl_gmtime(as->expires, &stamp); in altsvc_out()
|
D | http.c | 1969 result = Curl_gmtime(data->set.timevalue, &keeptime); in Curl_add_timecondition()
|
D | ftp.c | 2108 result = Curl_gmtime(filetime, &buffer); in ftp_state_mdtm_resp()
|
/third_party/curl/lib/vtls/ |
D | gtls.c | 144 CURLcode result = Curl_gmtime(stamp, &buffer); in showtime()
|