Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dparsedate.h30 CURLcode Curl_gmtime(time_t intime, struct tm *store);
H A Dhsts.c316 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 Dparsedate.c623 * 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 Daltsvc.c260 CURLcode result = Curl_gmtime(as->expires, &stamp); in altsvc_out()
H A Dfile.c471 result = Curl_gmtime(filetime, &buffer); in file_do()
H A Dhttp_aws_sigv4.c676 result = Curl_gmtime(clock, &tm); in Curl_output_aws_sigv4()
H A Dftp.c2136 result = Curl_gmtime(filetime, &buffer); in ftp_state_mdtm_resp()
H A Dhttp.c2017 result = Curl_gmtime(data->set.timevalue, &keeptime); in Curl_add_timecondition()
/third_party/curl/lib/vtls/
H A Dgtls.c160 CURLcode result = Curl_gmtime(stamp, &buffer); in showtime()

Completed in 17 milliseconds