Lines Matching defs:changes

1070 	const char *const *changes, *name, *const *local_keywords;
1077 the changes to separate bit arrays. */
1079 changes = array_get(remote_changes, &count);
1081 changes = NULL;
1107 /* get remote changes */
1109 name = changes[i]+1;
1113 switch (changes[i][0]) {
1130 /* get local changes. use existing indexes for names when they exist. */
1132 changes = array_get(local_changes, &count);
1134 changes = NULL;
1138 name = changes[i]+1;
1144 switch (changes[i][0]) {
1184 /* apply changes */
1207 const char *const *changes, *name;
1211 changes = array_get(&change->keyword_changes, &count);
1213 changes = NULL;
1218 switch (changes[i][0]) {
1222 name = changes[i]+1;
1425 apply flag changes if there are any. */
1729 /* mismatch and we want to revert local changes -
1783 /* a) uid <= last_common_uid for flag changes and expunges.
2307 const char *const *changes;
2313 changes = array_get(&change->keyword_changes, &count);
2316 if (changes[i][0] == KEYWORD_CHANGE_ADD ||
2317 changes[i][0] == KEYWORD_CHANGE_ADD_AND_FINAL) {
2318 const char *name = changes[i]+1;
2731 /* conflicting changes during sync, revert our last-common-uid
2741 struct mail_transaction_commit_changes changes;
2752 &changes) < 0) {
2767 imap_write_seq_range(str, &changes.saved_uids);
2770 seq_range_array_iter_init(&iter, &changes.saved_uids); n = 0;
2773 pool_unref(&changes.pool);
2775 /* commit flag changes and expunges */
2825 /* sync mailbox to finish flag changes and expunges. */
2951 /* local changes occurred during dsync. we exported changes up
2952 to local_initial_highestmodseq, so all of the changes have
2953 happened after it. we want the next run to see those changes,