Home
last modified time | relevance | path

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

/curl/lib/
H A Dparsedate.h36 time_t Curl_getdate_capped(const char *p);
H A Dhsts.c435 time_t expires = strcmp(date, UNLIMITED) ? Curl_getdate_capped(date) : in hsts_add()
488 expires = Curl_getdate_capped(e.expire); in hsts_pull()
H A Dparsedate.c602 time_t Curl_getdate_capped(const char *p) in Curl_getdate_capped() function
H A Daltsvc.c190 time_t expires = Curl_getdate_capped(date); in altsvc_add()
H A Dcookie.c719 co->expires = Curl_getdate_capped(valuep); in parse_cookie_header()
H A Dhttp.c2964 k->timeofdoc = Curl_getdate_capped(v); in Curl_http_header()
3062 time_t date = Curl_getdate_capped(v); in Curl_http_header()
H A Dftp.c2075 data->info.filetime = Curl_getdate_capped(timebuf); in ftp_state_mdtm_resp()
/curl/lib/vssh/
H A Dlibssh.c2908 time_t date = Curl_getdate_capped(sshc->quote_path1); in sftp_quote_stat()
H A Dlibssh2.c1460 time_t date = Curl_getdate_capped(sshc->quote_path1); in sftp_quote_stat()

Completed in 50 milliseconds