Searched refs:timestamp (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/ssl/
H A Dssl_ct_sct.h39 apr_uint64_t timestamp; member in struct:__anon315
H A Dssl_ct_sct.c117 rv = ctutil_deserialize_uint64(&cur, &len, &fields->timestamp);
120 fields->time = apr_time_from_msec(fields->timestamp);
208 + 8 /* timestamp */
222 rv = ctutil_serialize_uint64(&mem, &avail, fields->timestamp);
270 "SCT from %s: version %d timestamp %s hash alg %d sig alg %d",
299 APLOGNO(02775) "Server sent SCT not yet valid (timestamp "
/httpd/support/
H A Dfirehose.c89 apr_time_t timestamp; member in struct:header_rec
210 rec->last = header->timestamp;
328 file->start = header->timestamp;
330 file->end = header->timestamp;
448 header->timestamp = val;

Completed in 1874 milliseconds