Searched refs:last_change (Results 1 - 13 of 13) sorted by relevance
/dovecot/src/doveadm/dsync/ |
H A D | dsync-mailbox.c | 22 dest_r->last_change = src->last_change;
|
H A D | dsync-mailbox.h | 28 time_t last_change; /* 0 = unknown */ member in struct:dsync_mailbox_attribute
|
H A D | dsync-mailbox-export.c | 567 /* lookup the value mainly to get its last_change value. */ 581 attr->last_change = value.last_change; 653 attr->last_change = value.last_change;
|
H A D | dsync-mailbox-import.c | 370 attr->last_change = value.last_change; 502 } else if (attr->last_change > local_attr->last_change) { 505 } else if (attr->last_change < local_attr->last_change) { 546 value.last_change = attr->last_change;
|
H A D | dsync-ibc-stream.c | 111 .optional_keys = "value stream deleted last_change modseq", 1516 if (attr->last_change != 0) { 1517 dsync_serializer_encode_add(encoder, "last_change", 1518 dec2str(attr->last_change)); 1587 if (dsync_deserializer_decode_try(decoder, "last_change", &value) && 1588 str_to_time(value, &attr->last_change) < 0) { 1589 dsync_ibc_input_error(ibc, decoder, "Invalid last_change");
|
/dovecot/src/lib-storage/ |
H A D | mailbox-attribute.h | 202 time_t last_change; member in struct:mail_attribute_value
|
/dovecot/src/plugins/acl/ |
H A D | acl-api.h | 92 time_t last_change; member in struct:acl_rights_update
|
H A D | acl-attributes.c | 45 update.last_change = value->last_change; 72 /* set last_change for all ACL objects, even if they don't exist 75 (void)acl_object_last_changed(aclobj, &value_r->last_change);
|
H A D | acl-backend-vfile-update.c | 238 if (orig_mtime < update->last_change && update->last_change != 0) { 239 /* set mtime to last_change, if it's higher than the file's 244 ut.modtime = update->last_change;
|
H A D | acl-mailbox.c | 642 time_t ts = update->last_change != 0 ? 643 update->last_change : ioloop_time;
|
/dovecot/src/lib/ |
H A D | file-dotlock.c | 70 time_t last_change; member in struct:lock_info 145 /* First check, set last_change to file's change time. 187 &lock_info->last_change, now, 269 if (now > lock_info->last_change + stale_timeout) { 288 &lock_info->last_change, now, 293 if (now > lock_info->last_change + stale_timeout) { 503 if (prev_last_change != lock_info.last_change) { 507 prev_last_change = lock_info.last_change; 543 change_secs = now - lock_info.last_change; 554 lock_info.last_change [all...] |
/dovecot/src/lib-storage/index/ |
H A D | index-attribute.c | 199 time_t ts = value->last_change != 0 ? value->last_change : ioloop_time;
|
/dovecot/src/plugins/mail-crypt/ |
H A D | mail-crypt-key.c | 445 value.last_change = 0; 682 value.last_change = 0; 725 value.last_change = 0; 764 value.last_change = 0; 909 value.last_change = 0;
|
Completed in 40 milliseconds