Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dparsedate.h32 /* Curl_getdate_capped() differs from curl_getdate() in that this will return
36 time_t Curl_getdate_capped(const char *p);
H A Dhsts.c433 time_t expires = strcmp(date, UNLIMITED) ? Curl_getdate_capped(date) : in hsts_add()
486 expires = Curl_getdate_capped(e.expire); in hsts_pull()
H A Dparsedate.c598 /* Curl_getdate_capped() differs from curl_getdate() in that this will return
602 time_t Curl_getdate_capped(const char *p) in Curl_getdate_capped() function
H A Daltsvc.c188 time_t expires = Curl_getdate_capped(date); in altsvc_add()
H A Dcookie.c766 co->expires = Curl_getdate_capped(date); in Curl_cookie_add()
H A Dhttp.c3580 time_t date = Curl_getdate_capped(headp + strlen("Retry-After:")); in Curl_http_header()
3639 k->timeofdoc = Curl_getdate_capped(headp + strlen("Last-Modified:")); in Curl_http_header()
H A Dftp.c2119 data->info.filetime = Curl_getdate_capped(timebuf); in ftp_state_mdtm_resp()
/third_party/curl/lib/vssh/
H A Dlibssh.c2898 time_t date = Curl_getdate_capped(sshc->quote_path1); in sftp_quote_stat()
H A Dlibssh2.c1776 time_t date = Curl_getdate_capped(sshc->quote_path1); in ssh_statemach_act()

Completed in 21 milliseconds