Searched defs:rename (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/plugins/push-notification/
H A Dpush-notification-events.h39 /* Mailbox event: rename mailbox. */
40 void (*rename)(struct push_notification_txn *ptxn, member in struct:push_notification_event_vfuncs_mbox_triggers
/dovecot/src/lib-fs/
H A Dfs-api-private.h63 int (*rename)(struct fs_file *src, struct fs_file *dest); member in struct:fs_vfuncs
/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-notify.c442 struct mailbox_list_notify_rename *rename; local
485 rename = array_append_space(&inotify->renames);
486 rename->old_uid = e[i-1].uid;
487 rename->new_uid = e[i].uid;
490 rename->old_uid);
492 rename->new_uid);
656 const struct mailbox_list_notify_rename *rename; local
661 rename = array_idx(&inotify->renames, idx);
665 rename->old_uid, 0, &status, &rec))
671 rename
[all...]

Completed in 10 milliseconds