Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dparsedate.h34 time_t Curl_getdate_capped(const char *p);
Dhsts.c397 time_t expires = Curl_getdate_capped(date); in hsts_add()
448 expires = Curl_getdate_capped(e.expire); in hsts_pull()
Dparsedate.c559 time_t Curl_getdate_capped(const char *p) in Curl_getdate_capped() function
Daltsvc.c165 time_t expires = Curl_getdate_capped(date); in altsvc_add()
Dcookie.c783 co->expires = Curl_getdate_capped(co->expirestr); in Curl_cookie_add()
Dhttp.c3543 time_t date = Curl_getdate_capped(headp + strlen("Retry-After:")); in Curl_http_header()
3603 k->timeofdoc = Curl_getdate_capped(headp + strlen("Last-Modified:")); in Curl_http_header()
Dftp.c2091 data->info.filetime = Curl_getdate_capped(timebuf); in ftp_state_mdtm_resp()
/third_party/curl/lib/vssh/
Dlibssh.c2896 time_t date = Curl_getdate_capped(sshc->quote_path1); in sftp_quote_stat()
2910 time_t date = Curl_getdate_capped(sshc->quote_path1); in sftp_quote_stat()
Dlibssh2.c1598 time_t date = Curl_getdate_capped(sshc->quote_path1); in ssh_statemach_act()
1612 time_t date = Curl_getdate_capped(sshc->quote_path1); in ssh_statemach_act()