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

/httpd/modules/metadata/
H A Dmod_unique_id.c41 } unique_id_rec; typedef in typeref:struct:__anon269
74 * The 144-bits of unique_id_rec are encoded using the alphabet
89 * unique_id_rec. Such a future implementation should ensure that the first
109 * offsets and sizes of the elements of the unique_id_rec structure are calculated
112 * just add a new "tid" field to the unique_id_rec structure, and increase by one
114 * 2) unique_id_rec.stamp has been changed from "time_t" to "unsigned int", because
125 static unique_id_rec cur_unique_id;
128 * Number of elements in the structure unique_id_rec.
142 unique_id_rec_offset[0] = APR_OFFSETOF(unique_id_rec, stamp);
144 unique_id_rec_offset[1] = APR_OFFSETOF(unique_id_rec, roo
[all...]

Completed in 880 milliseconds