Lines Matching refs:timestamp
162 char *timestamp, in make_headers() argument
186 "x-%s-date:%s", provider1, timestamp); in make_headers()
261 *date_header = aprintf("%s: %s\r\n", date_hdr_key, timestamp); in make_headers()
279 memcpy(timestamp, value, TIMESTAMP_SIZE - 1); in make_headers()
280 timestamp[TIMESTAMP_SIZE - 1] = 0; in make_headers()
284 timestamp[0] = 0; in make_headers()
583 char timestamp[TIMESTAMP_SIZE]; in Curl_output_aws_sigv4() local
724 if(!strftime(timestamp, sizeof(timestamp), "%Y%m%dT%H%M%SZ", &tm)) { in Curl_output_aws_sigv4()
729 result = make_headers(data, hostname, timestamp, provider1, in Curl_output_aws_sigv4()
742 memcpy(date, timestamp, sizeof(date)); in Curl_output_aws_sigv4()
803 timestamp, in Curl_output_aws_sigv4()