Lines Matching defs:update
205 const struct acl_rights_update *update)
212 ret = acl_mailbox_update_acl(t, update);
226 struct acl_rights_update update;
233 i_zero(&update);
234 update.modify_mode = ctx->modify_mode;
235 update.neg_modify_mode = ctx->modify_mode;
236 if (acl_rights_update_import(&update, id, rights, &error) < 0)
238 if ((ret = cmd_acl_mailbox_update(box, &update)) < 0) {
286 struct acl_rights_update update;
293 i_zero(&update);
294 if (acl_rights_update_import(&update, id, NULL, &error) < 0)
296 if ((ret = cmd_acl_mailbox_update(box, &update)) < 0) {