Searched defs:errstr_r (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/doveadm/dsync/ |
H A D | dsync-brain-mailbox.c | 19 const char **errstr_r, enum mail_error *error_r) 34 *errstr_r = mailbox_get_last_internal_error(box, error_r); 40 *errstr_r = existence == MAILBOX_EXISTENCE_NONE ? 50 struct mailbox **box_r, const char **errstr_r, 62 errstr_r, error_r)) != 0) 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
|
H A D | dsync-mailbox-export.c | 931 const char **errstr_r, enum mail_error *error_r) 950 *errstr_r = t_strdup(exporter->error); 952 return *errstr_r != NULL ? -1 : 0; 930 dsync_mailbox_export_deinit(struct dsync_mailbox_exporter **_exporter, const char **errstr_r, enum mail_error *error_r) argument
|
Completed in 12 milliseconds