Home
last modified time | relevance | path

Searched refs:stamp (Results 1 – 25 of 26) sorted by relevance

12

/curl/include/curl/
H A D.gitignore6 stamp-h2
7 stamp-h3
/curl/lib/
H A Dhsts.c303 struct tm stamp; in hsts_push() local
311 result = Curl_gmtime((time_t)sts->expires, &stamp); in hsts_push()
316 stamp.tm_year + 1900, stamp.tm_mon + 1, stamp.tm_mday, in hsts_push()
317 stamp.tm_hour, stamp.tm_min, stamp.tm_sec); in hsts_push()
333 struct tm stamp; in hsts_out() local
335 CURLcode result = Curl_gmtime((time_t)sts->expires, &stamp); in hsts_out()
340 stamp.tm_year + 1900, stamp.tm_mon + 1, stamp.tm_mday, in hsts_out()
341 stamp.tm_hour, stamp.tm_min, stamp.tm_sec); in hsts_out()
H A D.gitignore15 stamp-h1
H A Daltsvc.c247 struct tm stamp; in altsvc_out() local
252 CURLcode result = Curl_gmtime(as->expires, &stamp); in altsvc_out()
282 stamp.tm_year + 1900, stamp.tm_mon + 1, stamp.tm_mday, in altsvc_out()
283 stamp.tm_hour, stamp.tm_min, stamp.tm_sec, in altsvc_out()
H A Dversion.c577 curl_version_info_data *curl_version_info(CURLversion stamp) in curl_version_info() argument
600 (void)stamp; /* avoid compiler warnings, we don't use this */ in curl_version_info()
/curl/src/
H A Dtool_progress.c146 struct timeval stamp; member
161 static struct timeval stamp; in progress_meter() local
170 diff = tvdiff(now, stamp); in progress_meter()
194 stamp = now; in progress_meter()
234 speedstore[i].stamp = now; in progress_meter()
248 deltams = tvdiff(now, speedstore[speedindex].stamp); in progress_meter()
H A Dtool_filetime.c37 curl_off_t *stamp) in getfiletime() argument
62 *stamp = (converted - CURL_OFF_T_C(116444736000000000)) / 10000000; in getfiletime()
81 *stamp = (curl_off_t)statbuf.st_mtime; in getfiletime()
H A Dtool_filetime.h31 curl_off_t *stamp);
H A D.gitignore12 stamp-h2
/curl/docs/cmdline-opts/
H A Dtrace-time.md19 Prepends a time stamp to each trace or verbose line that curl displays.
/curl/packages/vms/
H A Dclean_gnv_curl.com197 $ file = "lcl_root:[]stamp-h1."
200 $ file = "lcl_root:[...]stamp-h1."
203 $ file = "lcl_root:[...]stamp-h2."
206 $ file = "lcl_root:[...]stamp-h3."
/curl/tests/data/
H A Dtest27222 FTP timed conditioned get file with identical time stamp
/curl/docs/libcurl/opts/
H A DCURLOPT_HSTS.md46 [host] [stamp]
52 [stamp] is the time (in UTC) when the entry expires and it uses the format
H A DCURLOPT_HSTSREADFUNCTION.md50 FALSE. Set *expire* to a date stamp or a zero length string for *forever*
51 (wrong date stamp format might cause the name to not get accepted)
H A DCURLOPT_TIMEVALUE.md52 /* If-Modified-Since the above time stamp */
H A DCURLOPT_TIMEVALUE_LARGE.md54 /* If-Modified-Since the above time stamp */
H A DCURLOPT_TIMECONDITION.md54 /* If-Modified-Since the above time stamp */
H A DCURLINFO_PRETRANSFER_TIME.md34 This time-stamp includes all pre-transfer commands and negotiations that are
H A DCURLINFO_PRETRANSFER_TIME_T.md34 This time-stamp includes all pre-transfer commands and negotiations that are
H A DCURLINFO_CONDITION_UNMET.md53 /* If-Modified-Since the above time stamp */
H A DCURLOPT_HSTSWRITEFUNCTION.md56 subdomains. The *expire* string is a date stamp null-terminated string
/curl/packages/OS400/
H A Dccsidcurl.h46 CURL_EXTERN curl_version_info_data *curl_version_info_ccsid(CURLversion stamp,
H A Dccsidcurl.c415 curl_version_info_ccsid(CURLversion stamp, unsigned int ccsid) in curl_version_info_ccsid() argument
454 if(stamp > CURLVERSION_NOW) in curl_version_info_ccsid()
457 p = curl_version_info(stamp); in curl_version_info_ccsid()
/curl/scripts/
H A Dmk-ca-bundle.pl502 my $stamp = $1;
505 my $t = Time::Piece->strptime($stamp, "%a %b %d %H:%M:%S %Y");
/curl/lib/vtls/
H A Dgtls.c183 time_t stamp) in showtime() argument
188 CURLcode result = Curl_gmtime(stamp, &buffer); in showtime()

Completed in 54 milliseconds

12