Lines Matching defs:changes
13 HASH_TABLE_TYPE(dsync_uid_mail_change) changes;
40 change = hash_table_lookup(ctx->changes, POINTER_CAST(uid));
46 hash_table_insert(ctx->changes, POINTER_CAST(uid), change);
48 /* expunge overrides flag changes */
214 const char *const *changes;
217 changes = array_get(&change->keyword_changes, &count);
219 if (strcmp(changes[i]+1, name) == 0) {
364 if there are more changes, we don't care about them until
401 /* we didn't see all the changes that we wanted to */
439 /* ignore changes done by dsync, unless we can get
518 hash_table_create_direct(&ctx->changes, pool, 0);
543 return scan->changes;
596 hash_table_lookup(scan->changes, POINTER_CAST(uid));
605 hash_table_destroy(&scan->changes);