Searched refs:last_subscription_change (Results 1 - 6 of 6) sorted by relevance

/dovecot/src/doveadm/dsync/
H A Ddsync-mailbox-tree.h61 time_t last_subscription_change; member in struct:dsync_mailbox_node
H A Ddsync-mailbox-tree.c166 dest->last_subscription_change = src->last_subscription_change;
418 node->last_subscription_change = src->last_subscription_change;
511 (long)node->last_subscription_change);
H A Ddsync-mailbox-tree-fill.c210 node->last_subscription_change = timestamp;
214 node->last_subscription_change = timestamp;
H A Ddsync-brain-mailbox-tree.c400 if (other_del->timestamp <= node->last_subscription_change) {
441 other_node->last_subscription_change = other_del->timestamp;
H A Ddsync-mailbox-tree-sync.c1270 else if (local_node->last_subscription_change > remote_node->last_subscription_change)
1272 else if (local_node->last_subscription_change < remote_node->last_subscription_change)
H A Ddsync-ibc-stream.c94 "last_renamed_or_created subscribed last_subscription_change"
1055 if (node->last_subscription_change != 0) {
1056 dsync_serializer_encode_add(encoder, "last_subscription_change",
1057 dec2str(node->last_subscription_change));
1123 if (dsync_deserializer_decode_try(decoder, "last_subscription_change", &value) &&
1124 str_to_time(value, &node->last_subscription_change) < 0) {
1125 dsync_ibc_input_error(ibc, decoder, "Invalid last_subscription_change");

Completed in 18 milliseconds