Searched refs:Curl_gmtime (Results 1 - 9 of 9) sorted by relevance
/third_party/curl/lib/ |
H A D | parsedate.h | 30 CURLcode Curl_gmtime(time_t intime, struct tm *store);
|
H A D | hsts.c | 316 result = Curl_gmtime((time_t)sts->expires, &stamp); in hsts_push() 340 CURLcode result = Curl_gmtime((time_t)sts->expires, &stamp); in hsts_out()
|
H A D | parsedate.c | 623 * Curl_gmtime() is a gmtime() replacement for portability. Do not use the 628 CURLcode Curl_gmtime(time_t intime, struct tm *store) in Curl_gmtime() function
|
H A D | altsvc.c | 260 CURLcode result = Curl_gmtime(as->expires, &stamp); in altsvc_out()
|
H A D | file.c | 471 result = Curl_gmtime(filetime, &buffer); in file_do()
|
H A D | http_aws_sigv4.c | 676 result = Curl_gmtime(clock, &tm); in Curl_output_aws_sigv4()
|
H A D | ftp.c | 2136 result = Curl_gmtime(filetime, &buffer); in ftp_state_mdtm_resp()
|
H A D | http.c | 2017 result = Curl_gmtime(data->set.timevalue, &keeptime); in Curl_add_timecondition()
|
/third_party/curl/lib/vtls/ |
H A D | gtls.c | 160 CURLcode result = Curl_gmtime(stamp, &buffer); in showtime()
|
Completed in 17 milliseconds