Searched defs:stamp (Results 1 - 9 of 9) sorted by relevance
/dovecot/src/auth/ |
H A D | db-passwd-file.h | 25 time_t stamp; member in struct:passwd_file
|
/dovecot/src/lib-index/ |
H A D | mailbox-log.c | 143 time_t stamp) 145 cpu32_to_be_unaligned(stamp, rec->timestamp); 142 mailbox_log_record_set_timestamp(struct mailbox_log_record *rec, time_t stamp) argument
|
H A D | mail-index-transaction-update.c | 123 time_t stamp; local 129 stamp = time_to_local_day_start(day_stamp); 130 if ((time_t)hdr.day_stamp >= stamp) 134 days = (stamp - hdr.day_stamp) / (3600*24); 146 hdr.day_stamp = stamp;
|
/dovecot/src/anvil/ |
H A D | anvil-connection.c | 52 time_t stamp; local 109 value = penalty_get(penalty, args[0], &stamp); 111 t_strdup_printf("%u %s\n", value, dec2str(stamp)));
|
/dovecot/src/lib-storage/ |
H A D | mail-duplicate.c | 34 uint32_t stamp; member in struct:mail_duplicate_record_header 103 time_t stamp; local 107 memcpy(&stamp, data, sizeof(stamp)); 108 hdr.stamp = stamp; 130 if ((time_t)hdr.stamp >= ioloop_time) { 143 d->time = hdr.stamp; 313 rec.stamp = d->time;
|
H A D | mailbox-list.c | 1714 time_t stamp; local 1723 stamp = list->changelog_timestamp != (time_t)-1 ? 1729 mailbox_log_record_set_timestamp(&rec, stamp); 1784 time_t stamp) 1786 list->changelog_timestamp = stamp; 1783 mailbox_list_set_changelog_timestamp(struct mailbox_list *list, time_t stamp) argument
|
/dovecot/src/config/ |
H A D | config-request.c | 51 static void config_export_time(string_t *str, unsigned int stamp) argument 55 if (stamp == 0) { 60 if (stamp % 60 == 0) { 61 stamp /= 60; 63 if (stamp % 60 == 0) { 64 stamp /= 60; 66 if (stamp % 24 == 0) { 67 stamp /= 24; 69 if (stamp % 7 == 0) { 70 stamp / [all...] |
/dovecot/src/lib-storage/index/ |
H A D | index-storage.c | 349 mail_index_ext_register(box->index, "last-rename-stamp", 887 uint32_t stamp = ioloop_time; local 890 0, &stamp, sizeof(stamp));
|
/dovecot/src/lib-storage/index/dbox-multi/ |
H A D | mdbox-map.c | 772 time_t stamp; local 793 stamp = mktime(&tm); 794 if (stamp == (time_t)-1) 797 return stamp - (interval - unit); 844 time_t stamp, uoff_t mail_size, 866 if (file->create_time < stamp) 1020 time_t stamp; local 1027 stamp = day_begin_stamp(map->set->mdbox_rotate_interval); 1066 stamp, mail_size, file_append_r, 841 mdbox_map_file_try_append(struct mdbox_map_append_context *ctx, bool want_altpath, const struct mdbox_map_mail_index_record *rec, time_t stamp, uoff_t mail_size, struct dbox_file_append_context **file_append_r, struct ostream **output_r, bool *retry_later_r) argument
|
Completed in 2199 milliseconds