/curl/lib/ |
H A D | hsts.c | 310 struct tm stamp; in hsts_push() local 318 result = Curl_gmtime((time_t)sts->expires, &stamp); in hsts_push() 323 stamp.tm_year + 1900, stamp.tm_mon + 1, stamp.tm_mday, in hsts_push() 324 stamp.tm_hour, stamp.tm_min, stamp.tm_sec); in hsts_push() 340 struct tm stamp; in hsts_out() local 342 CURLcode result = Curl_gmtime((time_t)sts->expires, &stamp); in hsts_out() 347 stamp.tm_year + 1900, stamp.tm_mon + 1, stamp.tm_mday, in hsts_out() 348 stamp.tm_hour, stamp.tm_min, stamp.tm_sec); in hsts_out()
|
H A D | .gitignore | 15 stamp-h1
|
H A D | altsvc.c | 249 struct tm stamp; in altsvc_out() local 254 CURLcode result = Curl_gmtime(as->expires, &stamp); in altsvc_out() 284 stamp.tm_year + 1900, stamp.tm_mon + 1, stamp.tm_mday, in altsvc_out() 285 stamp.tm_hour, stamp.tm_min, stamp.tm_sec, in altsvc_out()
|
H A D | version.c | 599 curl_version_info_data *curl_version_info(CURLversion stamp) in curl_version_info() argument 622 (void)stamp; /* avoid compiler warnings, we do not use this */ in curl_version_info()
|
/curl/include/curl/ |
H A D | .gitignore | 6 stamp-h2 7 stamp-h3
|
/curl/src/ |
H A D | tool_progress.c | 144 struct timeval stamp; member 159 static struct timeval stamp; in progress_meter() local 168 diff = tvdiff(now, stamp); in progress_meter() 192 stamp = now; in progress_meter() 232 speedstore[i].stamp = now; in progress_meter() 246 deltams = tvdiff(now, speedstore[speedindex].stamp); in progress_meter()
|
H A D | tool_filetime.c | 37 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 D | tool_filetime.h | 31 curl_off_t *stamp);
|
H A D | .gitignore | 12 stamp-h2
|
/curl/docs/cmdline-opts/ |
H A D | trace-time.md | 19 Prepends a time stamp to each trace or verbose line that curl displays.
|
/curl/packages/vms/ |
H A D | clean_gnv_curl.com | 197 $ 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 D | test272 | 22 FTP timed conditioned get file with identical time stamp
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_HSTSREADFUNCTION.md | 51 FALSE. Set *expire* to a date stamp or a zero length string for *forever* 52 (wrong date stamp format might cause the name to not get accepted)
|
H A D | CURLOPT_HSTS.md | 48 [host] [stamp] 54 [stamp] is the time (in UTC) when the entry expires and it uses the format
|
H A D | CURLOPT_TIMEVALUE.md | 55 /* If-Modified-Since the above time stamp */
|
H A D | CURLOPT_TIMEVALUE_LARGE.md | 57 /* If-Modified-Since the above time stamp */
|
H A D | CURLOPT_TIMECONDITION.md | 57 /* If-Modified-Since the above time stamp */
|
H A D | CURLINFO_PRETRANSFER_TIME.md | 35 This time-stamp includes all pre-transfer commands and negotiations that are
|
H A D | CURLINFO_PRETRANSFER_TIME_T.md | 35 This time-stamp includes all pre-transfer commands and negotiations that are
|
H A D | CURLINFO_CONDITION_UNMET.md | 56 /* If-Modified-Since the above time stamp */
|
H A D | CURLOPT_HSTSWRITEFUNCTION.md | 57 subdomains. The *expire* string is a date stamp null-terminated string
|
/curl/packages/OS400/ |
H A D | ccsidcurl.h | 46 CURL_EXTERN curl_version_info_data *curl_version_info_ccsid(CURLversion stamp,
|
H A D | ccsidcurl.c | 415 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 D | mk-ca-bundle.pl | 503 my $stamp = $1; 506 my $t = Time::Piece->strptime($stamp, "%a %b %d %H:%M:%S %Y");
|
/curl/lib/vtls/ |
H A D | gtls.c | 184 time_t stamp) in showtime() argument 189 CURLcode result = Curl_gmtime(stamp, &buffer); in showtime()
|