Home
last modified time | relevance | path

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

/external/curl/lib/
Dparsedate.h36 time_t Curl_getdate_capped(const char *p);
Dhsts.c445 expires = strcmp(dbuf, UNLIMITED) ? Curl_getdate_capped(dbuf) : in hsts_add()
497 expires = Curl_getdate_capped(e.expire); in hsts_pull()
Dparsedate.c602 time_t Curl_getdate_capped(const char *p) in Curl_getdate_capped() function
Daltsvc.c195 expires = Curl_getdate_capped(dbuf); in altsvc_add()
Dcookie.c750 co->expires = Curl_getdate_capped(dbuf); in parse_cookie_header()
Dhttp.c3092 k->timeofdoc = Curl_getdate_capped(v); in http_header()
3190 time_t date = Curl_getdate_capped(v); in http_header()
Dftp.c2077 data->info.filetime = Curl_getdate_capped(timebuf); in ftp_state_mdtm_resp()
/external/curl/lib/vssh/
Dlibssh.c2952 time_t date = Curl_getdate_capped(sshc->quote_path1); in sftp_quote_stat()
Dlibssh2.c1462 time_t date = Curl_getdate_capped(sshc->quote_path1); in sftp_quote_stat()