Searched refs:last_used (Results 1 - 15 of 15) sorted by relevance

/dovecot/src/lib-master/
H A Dmaster-instance.h9 time_t last_used; member in struct:master_instance
18 /* Add/update last_used timestamp for an instance. Returns 0 if ok,
H A Dmaster-instance.c84 time_t last_used; local
90 if (str_to_time(args[0], &last_used) < 0)
94 inst->last_used = last_used;
144 str_printfa(str, "%ld\t", (long)inst->last_used);
240 inst->last_used = time(NULL);
274 inst->last_used = time(NULL);
/dovecot/src/lib-index/
H A Dmail-cache-fields.c89 if (orig->field.last_used < newfield->last_used) {
90 orig->field.last_used = newfield->last_used;
154 cache->fields[idx].field.last_used = fields[i].last_used;
298 get the latest cache decisions/last_used fields */
322 const uint32_t *last_used, *sizes; local
358 last_used = CONST_PTR_OFFSET(field_hdr, MAIL_CACHE_FIELD_LAST_USED());
442 /* update last_used i
[all...]
H A Dmail-cache-decisions.c88 /* don't update last_used */
92 if (ioloop_time - cache->fields[field].field.last_used > 3600*24) {
93 /* update last_used about once a day */
94 cache->fields[field].field.last_used = (uint32_t)ioloop_time;
H A Dmail-cache.h42 /* If higher than the current last_used field, update it */
43 time_t last_used; member in struct:mail_cache_field
H A Dmail-cache-private.h47 uint32_t last_used[fields_count];
H A Dmail-cache-compress.c229 priv->field.last_used < max_drop_time &&
239 priv->field.last_used = 0;
/dovecot/src/doveadm/
H A Ddoveadm-instance.c90 doveadm_print(unixdate2str(inst->last_used));
H A Ddoveadm-dump-index.c473 unixdate2str(field->last_used));
/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox.c81 dest_field->last_used = src_field->last_used;
667 if (lf->last_used > rf->last_used ||
668 (lf->last_used == rf->last_used &&
680 if (remote_fields[ri].last_used < drop_older_timestamp) {
H A Ddsync-ibc-pipe.c345 ncf->last_used = cf->last_used;
H A Ddsync-ibc-stream.c137 .optional_keys = "last_used"
1294 if (field->last_used != 0) {
1295 dsync_serializer_encode_add(encoder, "last_used",
1296 dec2str(field->last_used));
1392 if (dsync_deserializer_decode_try(decoder, "last_used", &value) &&
1393 str_to_time(value, &field.last_used) < 0) {
1394 dsync_ibc_input_error(ibc, decoder, "Invalid last_used");
/dovecot/src/lib-storage/index/
H A Dindex-status.c219 cf->last_used = fields[i].last_used;
H A Dindex-storage.c490 if (updates[i].last_used != (time_t)-1)
491 field.last_used = updates[i].last_used;
/dovecot/src/lib-storage/
H A Dmail-storage.h293 /* last_used is unchanged, if it's (time_t)-1 */
294 time_t last_used; member in struct:mailbox_cache_field

Completed in 32 milliseconds