Home
last modified time | relevance | path

Searched refs:Curl_gmtime (Results 1 – 9 of 9) sorted by relevance

/third_party/curl/lib/
Dparsedate.h28 CURLcode Curl_gmtime(time_t intime, struct tm *store);
Dhsts.c287 result = Curl_gmtime((time_t)sts->expires, &stamp); in hsts_push()
307 CURLcode result = Curl_gmtime((time_t)sts->expires, &stamp); in hsts_out()
Dparsedate.c585 CURLcode Curl_gmtime(time_t intime, struct tm *store) in Curl_gmtime() function
Dhttp_aws_sigv4.c242 ret = Curl_gmtime(clock, &tm); in Curl_output_aws_sigv4()
Dfile.c431 result = Curl_gmtime(filetime, &buffer); in file_do()
Daltsvc.c234 CURLcode result = Curl_gmtime(as->expires, &stamp); in altsvc_out()
Dhttp.c1969 result = Curl_gmtime(data->set.timevalue, &keeptime); in Curl_add_timecondition()
Dftp.c2108 result = Curl_gmtime(filetime, &buffer); in ftp_state_mdtm_resp()
/third_party/curl/lib/vtls/
Dgtls.c144 CURLcode result = Curl_gmtime(stamp, &buffer); in showtime()