| /dovecot/src/lib-lda/ |
| H A D | mail-send.h | 9 const char *reason);
|
| H A D | mail-send.c | 29 const char *reason) 37 { 'r', reason, "reason" }, 51 const char *reason) 75 str_sanitize(reason, 512)); 81 i_info("msgid=%s: Return-Path missing, rejection reason: %s", 83 str_sanitize(reason, 512)); 97 str_sanitize(reason, 512)); 100 vtable = get_var_expand_table(mail, recipient, reason); 27 get_var_expand_table(struct mail *mail, const struct smtp_address *recipient, const char *reason) argument 49 mail_send_rejection(struct mail_deliver_context *ctx, const struct smtp_address *recipient, const char *reason) argument
|
| /dovecot/src/lib-http/ |
| H A D | http-response.c | 12 unsigned int status, const char *reason) 19 resp->reason = reason; 11 http_response_init(struct http_response *resp, unsigned int status, const char *reason) argument
|
| H A D | http-response.h | 22 const char *reason; member in struct:http_response 36 unsigned int status, const char *reason); 66 return resp->reason; 67 return t_strdup_printf("%u %s", resp->status, resp->reason);
|
| H A D | http-server.h | 62 unsigned int status, const char *reason); 70 unsigned int status, const char *reason); 98 /* Get the status code and reason string currently set for this response. */ 218 /* Send a failure response for the request with given status/reason. */ 220 unsigned int status, const char *reason); 221 /* Send a failure response for the request with given status/reason 224 unsigned int status, const char *reason); 225 /* Send a failure response for the request with given status/reason/text. 228 unsigned int status, const char *reason, const char *format, ...) 230 /* Send an authentication failure response for the request with given reason [all...] |
| H A D | test-http-client-errors.c | 102 i_debug("RESPONSE: %u %s", resp->status, resp->reason); 105 test_assert(resp->reason != NULL && *resp->reason != '\0'); 170 i_debug("RESPONSE: %u %s", resp->status, resp->reason); 181 i_debug("RESPONSE: %u %s", resp->status, resp->reason); 184 test_assert(resp->reason != NULL && *resp->reason != '\0'); 248 i_debug("RESPONSE: %u %s", resp->status, resp->reason); 251 test_assert(resp->reason != NULL && *resp->reason ! [all...] |
| H A D | http-server-request.c | 168 const char *reason) 198 http_server_connection_close(&conn, reason); 337 resp->status, resp->reason)); 364 unsigned int status, const char *reason, const char *text) 373 resp = http_server_response_create(req, status, reason); 378 text = reason; 389 unsigned int status, const char *reason, const char *text) 396 status, reason, text); 403 unsigned int status, const char *reason) 405 http_server_request_fail_full(req, status, reason, NUL 167 http_server_request_abort(struct http_server_request **_req, const char *reason) argument 402 http_server_request_fail(struct http_server_request *req, unsigned int status, const char *reason) argument 408 http_server_request_fail_close(struct http_server_request *req, unsigned int status, const char *reason) argument 415 http_server_request_fail_text(struct http_server_request *req, unsigned int status, const char *reason, const char *format, ...) argument 426 http_server_request_fail_auth(struct http_server_request *req, const char *reason, const struct http_auth_challenge *chlng) argument 442 http_server_request_fail_auth_basic(struct http_server_request *req, const char *reason, const char *realm) argument [all...] |
| /dovecot/src/lib/ |
| H A D | test-aqueue.c | 65 const char *reason = NULL; local 67 for (i = 1; i <= N_ELEMENTS(aqueue_input) + 1 && reason == NULL; i++) { 69 reason = test_aqueue2(i); 72 test_out_reason("aqueue", reason == NULL, reason);
|
| /dovecot/src/plugins/virtual/ |
| H A D | virtual-transaction.h | 19 const char *reason);
|
| H A D | virtual-transaction.c | 31 const char *reason) 39 index_transaction_init(&vt->t, box, flags, reason); 29 virtual_transaction_begin(struct mailbox *box, enum mailbox_transaction_flags flags, const char *reason) argument
|
| /dovecot/src/lmtp/ |
| H A D | client.h | 52 const char *reason) ATTR_NULL(2, 3); 54 const char *reason) ATTR_NULL(2, 3);
|
| H A D | client.c | 189 const char *reason) 195 client_disconnect(client, enh_code, reason); 222 const char *reason) 230 if (reason == NULL) 231 reason = "Connection closed"; 233 reason, client_state_get_name(client)); 238 (enh_code == NULL ? "4.0.0" : enh_code), reason); 272 static void client_connection_disconnect(void *context, const char *reason) argument 279 client_disconnect(client, NULL, reason); 188 client_destroy(struct client *client, const char *enh_code, const char *reason) argument 221 client_disconnect(struct client *client, const char *enh_code, const char *reason) argument
|
| /dovecot/src/imap-urlauth/ |
| H A D | imap-urlauth-client.h | 39 void client_destroy(struct client *client, const char *reason); 44 void client_disconnect(struct client *client, const char *reason);
|
| H A D | imap-urlauth-client.c | 322 void client_destroy(struct client *client, const char *reason) argument 327 if (reason == NULL) 328 reason = "Connection closed"; 329 i_info("Disconnected: %s", reason); 357 void client_disconnect(struct client *client, const char *reason) argument 363 i_info("Disconnected: %s", reason);
|
| /dovecot/src/login-common/ |
| H A D | sasl-server.h | 25 void sasl_server_auth_failed(struct client *client, const char *reason,
|
| H A D | client-common.h | 79 const char *master_user, *reason; member in struct:client_auth_reply 105 enum client_disconnect_reason reason, 256 void client_disconnect(struct client *client, const char *reason); 257 void client_destroy(struct client *client, const char *reason); 260 void client_destroy_success(struct client *client, const char *reason); 301 enum client_disconnect_reason reason, 326 void clients_destroy_all_reason(const char *reason);
|
| /dovecot/src/doveadm/ |
| H A D | doveadm.h | 33 int doveadm_str_to_exit_code(const char *reason);
|
| /dovecot/src/imap-hibernate/ |
| H A D | imap-client.h | 34 void imap_client_destroy(struct imap_client **_client, const char *reason);
|
| /dovecot/src/lib-auth/ |
| H A D | auth-server-connection.h | 37 const char *reason);
|
| H A D | auth-client.c | 40 void auth_client_disconnect(struct auth_client *client, const char *reason) argument 42 auth_server_connection_disconnect(client->conn, reason);
|
| /dovecot/src/submission/ |
| H A D | submission-client.h | 56 const char *reason) ATTR_NULL(2, 3); 58 const char *reason);
|
| /dovecot/src/lib-index/ |
| H A D | test-mail-transaction-log-view.c | 137 const char *reason; local 165 test_assert(mail_transaction_log_view_set(view, 0, 0, (uint32_t)-1, (uoff_t)-1, &reset, &reason) == 1 && 182 test_assert(mail_transaction_log_view_set(view, 0, 0, 0, 0, &reset, &reason) == 1); 191 test_assert(mail_transaction_log_view_set(view, 3, last_log_size, (uint32_t)-1, (uoff_t)-1, &reset, &reason) == 1); 213 test_assert(mail_transaction_log_view_set(view, 2, 0, (uint32_t)-1, (uoff_t)-1, &reset, &reason) == 1); 217 test_assert(mail_transaction_log_view_set(view, 0, 0, (uint32_t)-1, (uoff_t)-1, &reset, &reason) == 0); 222 test_assert(mail_transaction_log_view_set(view, 0, 0, (uint32_t)-1, (uoff_t)-1, &reset, &reason) == -1);
|
| H A D | mail-transaction-log.c | 78 const char *reason; local 99 if ((ret = mail_transaction_log_file_open(file, &reason)) <= 0) { 403 const char *reason; local 415 if (mail_transaction_log_refresh(log, FALSE, &reason) < 0) { 416 *reason_r = reason; 422 "Requested newer log than exists: %s", reason); 426 if (mail_transaction_log_refresh(log, TRUE, &reason) < 0) { 428 "Log refresh with NFS flush failed: %s", reason); 434 "still after NFS flush: %s", reason); 482 const char *reason; local 537 const char *reason; local [all...] |
| /dovecot/src/pop3/ |
| H A D | pop3-client.h | 23 void (*destroy)(struct client *client, const char *reason); 128 void client_destroy(struct client *client, const char *reason) ATTR_NULL(2); 131 void client_disconnect(struct client *client, const char *reason);
|
| /dovecot/src/lib-storage/index/ |
| H A D | index-transaction.c | 20 i_free(t->reason); 150 const char *reason) 162 t->reason = i_strdup(reason); 186 const char *reason) 191 index_transaction_init(t, box, flags, reason); 147 index_transaction_init(struct mailbox_transaction_context *t, struct mailbox *box, enum mailbox_transaction_flags flags, const char *reason) argument 184 index_transaction_begin(struct mailbox *box, enum mailbox_transaction_flags flags, const char *reason) argument
|