| /dovecot/src/lib-smtp/ |
| H A D | smtp-submit.h | 16 int status; member in struct:smtp_submit_result
|
| H A D | smtp-reply.h | 13 unsigned int status; member in struct:smtp_reply 33 return ((reply->status / 100) == 2); 39 return (reply->status >= 200 && reply->status < 560); 45 return ((reply->status / 100) == 4); 48 void smtp_reply_init(struct smtp_reply *reply, unsigned int status, 50 void smtp_reply_printf(struct smtp_reply *reply, unsigned int status, 61 replies (status code >= 560). */
|
| H A D | smtp-reply.c | 9 void smtp_reply_init(struct smtp_reply *reply, unsigned int status, argument 18 reply->status = status; 22 void smtp_reply_printf(struct smtp_reply *reply, unsigned int status, argument 28 smtp_reply_init(reply, status, t_strdup_vprintf(format, args)); 50 i_assert(reply->status < 560); 53 prefix = t_strdup_printf("%03u", reply->status); 88 i_assert(reply->status < 560); 91 str_printfa(out, "%03u", reply->status); 113 str_printfa(msg, "%03u", reply->status); [all...] |
| H A D | test-smtp-reply-parser.c | 17 unsigned int status; member in struct:smtp_reply_parse_valid_test 32 .status = 220, 36 .status = 220, 40 .status = 220, 44 .status = 550, 55 .status = 250, 69 .status = 250, 79 .status = 250, 86 .status = 250, 95 .status [all...] |
| H A D | smtp-server-transaction.c | 109 unsigned int status, const char *enh_code, 120 status, enh_code, "<%s> %s", 107 smtp_server_transaction_fail_data(struct smtp_server_transaction *trans, struct smtp_server_cmd_ctx *data_cmd, unsigned int status, const char *enh_code, const char *fmt, va_list args) argument
|
| /dovecot/src/imap/ |
| H A D | imap-status.h | 5 enum mailbox_status_items status; member in struct:imap_status_items 10 struct mailbox_status status; member in struct:imap_status_result
|
| H A D | imap-status.c | 7 #include "imap-status.h" 14 enum mailbox_status_items status = 0; local 18 client_send_command_error(cmd, "Empty status list."); 33 status |= STATUS_MESSAGES; 35 status |= STATUS_RECENT; 37 status |= STATUS_UIDNEXT; 39 status |= STATUS_UIDVALIDITY; 41 status |= STATUS_UNSEEN; 43 status |= STATUS_HIGHESTMODSEQ; 50 "Invalid status ite 105 const struct mailbox_status *status = &result->status; local [all...] |
| H A D | imap-sync-private.h | 24 struct mailbox_status status; member in struct:imap_sync_context
|
| /dovecot/src/plugins/push-notification/ |
| H A D | push-notification-event-mailboxcreate.c | 27 struct mailbox_status status; local 29 if (mailbox_get_status(ptxn->mbox, STATUS_UIDVALIDITY, &status) < 0) { 33 status.uidvalidity = 0; 38 data->uid_validity = status.uidvalidity;
|
| H A D | push-notification-txn-msg.c | 47 struct mailbox_status status; local 60 mailbox_get_open_status(ptxn->mbox, STATUS_UIDVALIDITY, &status); 61 uid_validity = status.uidvalidity;
|
| /dovecot/src/lib/ |
| H A D | child-wait.h | 8 int status; member in struct:child_wait_status 11 typedef void child_wait_callback_t(const struct child_wait_status *status, 20 const struct child_wait_status *status, typeof(context))), \
|
| H A D | child-wait.c | 78 struct child_wait_status status; local 80 while ((status.pid = waitpid(-1, &status.status, WNOHANG)) > 0) { 81 status.wait = hash_table_lookup(child_pids, 82 POINTER_CAST(status.pid)); 83 if (status.wait != NULL) { 84 child_wait_remove_pid(status.wait, status.pid); 85 status [all...] |
| H A D | iostream-proxy.c | 27 enum iostream_proxy_status status; local 31 status = IOSTREAM_PROXY_STATUS_INPUT_EOF; 34 status = IOSTREAM_PROXY_STATUS_INPUT_ERROR; 37 status = IOSTREAM_PROXY_STATUS_OTHER_SIDE_OUTPUT_ERROR; 42 proxy->callback(side, status, proxy->context); 46 void iostream_proxy_rtl_completion(enum iostream_pump_status status, argument 49 iostream_proxy_completion(proxy, IOSTREAM_PROXY_SIDE_RIGHT, status); 53 void iostream_proxy_ltr_completion(enum iostream_pump_status status, argument 56 iostream_proxy_completion(proxy, IOSTREAM_PROXY_SIDE_LEFT, status);
|
| /dovecot/src/lib-http/ |
| H A D | http-response.c | 12 unsigned int status, const char *reason) 18 resp->status = status; 11 http_response_init(struct http_response *resp, unsigned int status, const char *reason) argument
|
| H A D | http-response.h | 20 unsigned int status; member in struct:http_response 36 unsigned int status, const char *reason); 65 if (resp->status >= HTTP_RESPONSE_STATUS_INTERNAL) 67 return t_strdup_printf("%u %s", resp->status, resp->reason);
|
| /dovecot/src/util/ |
| H A D | gdbhelper.c | 15 int fd_in[2], fd_out[2], fd_log, status; local 48 if (wait(&status) < 0) 50 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0) {
|
| /dovecot/src/auth/ |
| H A D | userdb-checkpassword.c | 17 enum db_checkpassword_status status, 23 switch (status) { 16 userdb_checkpassword_callback(struct auth_request *request, enum db_checkpassword_status status, const char *const *extra_fields, userdb_callback_t *callback) argument
|
| H A D | passdb-checkpassword.c | 18 enum db_checkpassword_status status, 25 switch (status) { 71 enum db_checkpassword_status status, 78 switch (status) { 17 auth_checkpassword_callback(struct auth_request *request, enum db_checkpassword_status status, const char *const *extra_fields, verify_plain_callback_t *callback) argument 70 credentials_checkpassword_callback(struct auth_request *request, enum db_checkpassword_status status, const char *const *extra_fields, lookup_credentials_callback_t *callback) argument
|
| /dovecot/src/lib-storage/list/ |
| H A D | mailbox-list-notify-tree.c | 23 struct mailbox_status status; local 29 i_zero(&status); 32 STATUS_UNSEEN | STATUS_HIGHESTMODSEQ, &status, nnode->guid, NULL); 33 nnode->uidvalidity = status.uidvalidity; 34 nnode->uidnext = status.uidnext; 35 nnode->messages = status.messages; 36 nnode->unseen = status.unseen; 37 nnode->highest_modseq = status.highest_modseq;
|
| /dovecot/src/ipc/ |
| H A D | client.c | 29 client_cmd_input(enum ipc_cmd_status status, const char *line, void *context) argument 34 switch (status) { 51 if (status != IPC_CMD_STATUS_REPLY && client->io == NULL) {
|
| H A D | ipc-group.c | 81 static void ipc_group_cmd_callback(enum ipc_cmd_status status, argument 88 switch (status) {
|
| /dovecot/src/lib-master/ |
| H A D | master-auth.h | 69 enum master_auth_status status; member in struct:master_auth_reply
|
| /dovecot/src/lib-sasl/ |
| H A D | mech-oauthbearer.c | 13 const char *status; member in struct:oauthbearer_dsasl_client 32 client->status = ""; 37 /* authentication has failed, try parse status. 38 we are only interested in extracting status if possible 41 const char *status = NULL, *value; local 47 if (found_status && status == NULL) { 50 status = t_strdup(value); 53 strcmp(value, "status") == 0) { 61 if (status != NULL) 62 client->status [all...] |
| /dovecot/src/lib-storage/ |
| H A D | mail-autoexpunge.c | 53 struct mailbox_status status; local 68 if (mailbox_get_status(box, STATUS_MESSAGES, &status) < 0) { 75 if (interval_time == 0 && status.messages <= max_mails) 78 if (max_mails == 0 || status.messages <= max_mails) {
|
| /dovecot/src/plugins/virtual/ |
| H A D | virtual-save.c | 58 struct mailbox_status status; local 67 mailbox_get_open_status(src_box, STATUS_KEYWORDS, &status); 70 kwp = array_idx(status.keywords, src_keywords->idx[i]);
|