Searched defs:stamp (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/metadata/
H A Dmod_unique_id.c37 unsigned int stamp; member in struct:__anon269
69 * The stamp and counter are used to distinguish all hits for a
70 * particular root. The stamp is updated using r->request_time,
90 * field is still a time_t stamp. By doing that, it is possible for a site to
114 * 2) unique_id_rec.stamp has been changed from "time_t" to "unsigned int", because
142 unique_id_rec_offset[0] = APR_OFFSETOF(unique_id_rec, stamp);
143 unique_id_rec_size[0] = sizeof(cur_unique_id.stamp);
206 new_unique_id.stamp = htonl((unsigned int)apr_time_sec(r->request_time));

Completed in 36 milliseconds