Lines Matching defs:timestamp
132 /* timestamp should point to a buffer of at last TIMESTAMP_SIZE bytes */
135 char *timestamp,
159 "x-%s-date:%s", provider1, timestamp);
246 *date_header = curl_maprintf("%s: %s\r\n", date_hdr_key, timestamp);
264 memcpy(timestamp, value, TIMESTAMP_SIZE - 1);
265 timestamp[TIMESTAMP_SIZE - 1] = 0;
268 /* bad timestamp length */
269 timestamp[0] = 0;
541 char timestamp[TIMESTAMP_SIZE];
680 if(!strftime(timestamp, sizeof(timestamp), "%Y%m%dT%H%M%SZ", &tm)) {
685 result = make_headers(data, hostname, timestamp, provider1,
698 memcpy(date, timestamp, sizeof(date));
754 timestamp,