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

/dovecot/src/imap-urlauth/
H A Dimap-urlauth-worker.c336 const char **errormsg_r)
344 *errormsg_r = NULL;
359 *errormsg_r = error;
369 *errormsg_r = t_strdup_printf(
372 i_debug("%s", *errormsg_r);
382 *errormsg_r = t_strdup_printf(
385 i_debug("%s", *errormsg_r);
333 client_fetch_urlpart(struct client *client, const char *url, enum imap_urlauth_fetch_flags url_flags, const char **bpstruct_r, bool *binary_with_nuls_r, const char **errormsg_r) argument

Completed in 1092 milliseconds