Searched defs:box_r (Results 1 - 8 of 8) sorted by relevance

/dovecot/src/lib-storage/index/raw/
H A Draw-storage.c58 const char *envelope_sender, struct mailbox **box_r)
66 box = *box_r = mailbox_alloc(ns->list, name,
87 struct mailbox **box_r)
90 envelope_sender, box_r);
95 struct mailbox **box_r)
98 envelope_sender, box_r);
56 raw_mailbox_alloc_common(struct mail_user *user, struct istream *input, const char *path, time_t received_time, const char *envelope_sender, struct mailbox **box_r) argument
85 raw_mailbox_alloc_stream(struct mail_user *user, struct istream *input, time_t received_time, const char *envelope_sender, struct mailbox **box_r) argument
93 raw_mailbox_alloc_path(struct mail_user *user, const char *path, time_t received_time, const char *envelope_sender, struct mailbox **box_r) argument
/dovecot/src/doveadm/
H A Ddoveadm-mail-iter.c140 struct mailbox **box_r)
142 *box_r = (*iter)->box;
139 doveadm_mail_iter_deinit_keep_box(struct doveadm_mail_iter **iter, struct mailbox **box_r) argument
H A Ddoveadm-mail-import.c43 struct mailbox **box_r)
89 *box_r = box;
40 dest_mailbox_open_or_create(struct import_cmd_context *ctx, struct mail_user *user, const struct mailbox_info *info, struct mailbox **box_r) argument
H A Ddoveadm-mail-mailbox-metadata.c26 struct mailbox **box_r)
40 *box_r = mailbox_alloc((*ns_r)->list, "INBOX", 0);
47 *box_r = mailbox_alloc((*ns_r)->list, mctx->mailbox, 0);
49 mailbox_set_reason(*box_r, mctx->ctx.cmd->name);
51 if (mailbox_open(*box_r) < 0) {
53 mailbox_get_last_internal_error(*box_r, NULL));
54 doveadm_mail_failed_mailbox(&mctx->ctx, *box_r);
55 mailbox_free(box_r);
22 cmd_mailbox_metadata_open_mailbox(struct metadata_cmd_context *mctx, struct mail_user *user, const char *op, struct mail_namespace **ns_r, struct mailbox **box_r) argument
/dovecot/src/plugins/acl/
H A Ddoveadm-acl.c27 struct mailbox **box_r)
49 *box_r = box;
354 struct mailbox **box_r)
390 *box_r = box;
25 cmd_acl_mailbox_open(struct doveadm_mail_cmd_context *ctx, struct mail_user *user, const char *mailbox, struct mailbox **box_r) argument
352 cmd_acl_debug_mailbox_open(struct doveadm_mail_cmd_context *ctx, struct mail_user *user, const char *mailbox, struct mailbox **box_r) argument
/dovecot/src/lib-imap-storage/
H A Dimap-msgpart-url.c109 struct mailbox **box_r, enum mail_error *error_code_r,
118 *box_r = mpurl->box;
153 *box_r = box;
108 imap_msgpart_url_open_mailbox(struct imap_msgpart_url *mpurl, struct mailbox **box_r, enum mail_error *error_code_r, const char **error_r) argument
/dovecot/src/lib-lda/
H A Dmail-deliver.c205 const char *name, struct mailbox **box_r,
211 *box_r = NULL;
225 *box_r = box = mailbox_alloc_delivery(ctx->user, name, flags);
204 mail_deliver_save_open(struct mail_deliver_save_open_context *ctx, const char *name, struct mailbox **box_r, enum mail_error *error_r, const char **error_str_r) argument
/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox.c18 const guid_128_t guid, struct mailbox **box_r,
45 *box_r = box;
50 struct mailbox **box_r, const char **errstr_r,
56 *box_r = NULL;
61 if ((ret = ns_mailbox_try_alloc(brain, ns, guid, box_r,
469 dsync_brain_try_next_mailbox(struct dsync_brain *brain, struct mailbox **box_r, argument
483 *box_r = NULL;
555 *box_r = box;
562 dsync_brain_next_mailbox(struct dsync_brain *brain, struct mailbox **box_r, argument
571 while ((ret = dsync_brain_try_next_mailbox(brain, box_r, lock_
17 ns_mailbox_try_alloc(struct dsync_brain *brain, struct mail_namespace *ns, const guid_128_t guid, struct mailbox **box_r, const char **errstr_r, enum mail_error *error_r) argument
49 dsync_brain_mailbox_alloc(struct dsync_brain *brain, const guid_128_t guid, struct mailbox **box_r, const char **errstr_r, enum mail_error *error_r) argument
[all...]

Completed in 22 milliseconds