/dovecot/src/lib-master/ |
H A D | ipc-server.c | 192 void ipc_cmd_fail(struct ipc_cmd **_cmd, const char *errormsg) argument 196 i_assert(errormsg != NULL); 199 ipc_cmd_finish(cmd, t_strconcat("-", errormsg, NULL));
|
H A D | master-login.c | 356 master_login_auth_callback(const char *const *auth_args, const char *errormsg, argument 366 reply.status = errormsg == NULL ? MASTER_AUTH_STATUS_OK : 371 if (errormsg != NULL || auth_args[0] == NULL) { 374 errormsg = MASTER_AUTH_ERRMSG_INTERNAL_FAILURE; 376 conn->login->failure_callback(client, errormsg);
|
/dovecot/src/director/ |
H A D | director-request.c | 88 const char *errormsg; local 105 errormsg = director_request_get_timeout_error(request, 120 request->callback(NULL, NULL, errormsg, request->context);
|
H A D | login-connection.c | 138 const char *errormsg, void *context) 154 request->username, errormsg); 137 login_host_callback(const struct mail_host *host, const char *hostname, const char *errormsg, void *context) argument
|
/dovecot/src/lib-settings/ |
H A D | settings.c | 177 const char *errormsg, *next_section, *name, *last_section_path = NULL; local 203 sections = 0; root_section = 0; errormsg = NULL; 278 &errormsg) == 0) 293 errormsg = skip > 0 ? NULL : 314 errormsg = "Expecting '='"; 338 &errormsg); 339 if (errormsg != NULL && 341 errormsg = t_strdup_printf( 343 errormsg, 354 errormsg [all...] |
/dovecot/src/pop3/ |
H A D | main.c | 294 const char *errormsg) 298 msg = t_strdup_printf("-ERR [SYS/TEMP] %s\r\n", errormsg); 293 login_client_failed(const struct master_login_client *client, const char *errormsg) argument
|
/dovecot/src/lib-imap-urlauth/ |
H A D | imap-urlauth-fetch.c | 178 const char *error, *errormsg = NULL, *bpstruct = NULL; local 202 errormsg = t_strdup_printf("Failed to fetch URLAUTH \"%s\": %s", 205 i_debug("%s", errormsg); 218 errormsg = t_strdup_printf 221 i_debug("%s", errormsg); 234 errormsg = t_strdup_printf 237 i_debug("%s", errormsg); 268 reply.error = errormsg; 349 const char *error, *errormsg; local 353 errormsg 373 const char *error, *errormsg; local [all...] |
/dovecot/src/submission/ |
H A D | main.c | 236 const char *errormsg) 242 errormsg, my_hostname); 235 login_client_failed(const struct master_login_client *client, const char *errormsg) argument
|
/dovecot/src/imap/ |
H A D | main.c | 388 const char *errormsg) 395 input.tag, errormsg); 387 login_client_failed(const struct master_login_client *client, const char *errormsg) argument
|
/dovecot/src/auth/ |
H A D | db-dict.c | 184 const char **errormsg) 196 *errormsg = t_strconcat("Unknown key format: ", 205 *errormsg = "Nested sections not supported"; 210 *errormsg = "Key section is missing name"; 214 *errormsg = "Key section names must not contain '.'"; 231 *errormsg = "Unknown section"; 182 parse_section(const char *type, const char *name, struct dict_settings_parser_ctx *ctx, const char **errormsg) argument
|
/dovecot/src/doveadm/ |
H A D | doveadm-auth.c | 341 const char *errormsg, void *context) 347 if (errormsg != NULL) { 348 i_error("userdb lookup failed: %s", errormsg); 340 master_auth_callback(const char *const *auth_args, const char *errormsg, void *context) argument
|
/dovecot/src/imap-urlauth/ |
H A D | imap-urlauth-worker.c | 399 const char *bpstruct, *errormsg; local 413 &binary_with_nuls, &errormsg); 421 if (client->access_anonymous || errormsg == NULL) 425 str_tabescape(errormsg));
|
/dovecot/src/lib-storage/ |
H A D | mail-storage.c | 2053 const char *errormsg; local 2069 errormsg = mailbox_get_last_internal_error(box, &error); 2072 i_error("Syncing INBOX failed: %s", errormsg);
|