/dovecot/src/log/ |
H A D | log-error-buffer.h | 7 enum log_type type; member in struct:log_error
|
H A D | log-error-buffer.c | 11 enum log_type type; member in struct:log_error_data 64 data->type = error->type; 107 iter->error.type = data->type;
|
/dovecot/src/lib/ |
H A D | mountpoint.h | 7 char *type; member in struct:mountpoint
|
H A D | test-json-tree.c | 7 enum json_type type; member in struct:__anon52 66 test_assert_idx(json_tree_append(tree, test_input[i].type, 78 node->value_type == test_input[i+1].type &&
|
/dovecot/src/lib-old-stats/ |
H A D | stats-parser.h | 15 enum stats_parser_type type; member in struct:stats_parser_field
|
/dovecot/src/lib-storage/ |
H A D | mail-thread.c | 8 enum mail_thread_type type; member in struct:__anon149 21 *type_r = mail_thread_type_strings[i].type; 28 const char *mail_thread_type_to_str(enum mail_thread_type type) argument 33 if (mail_thread_type_strings[i].type == type) 36 i_panic("Unknown mail_thread_type %d", type);
|
H A D | mail-search-mime-build.c | 16 enum mail_search_mime_arg_type type) 21 arg->type = type; 27 enum mail_search_mime_arg_type type) 32 sarg = mail_search_mime_build_new(ctx, type); 106 sarg->type = cur_type; 110 if (cur_type == sarg->type) { 111 /* expected type */ 113 /* type changed. everything in this list must now 114 belong to this type 15 mail_search_mime_build_new(struct mail_search_mime_build_context *ctx, enum mail_search_mime_arg_type type) argument 26 mail_search_mime_build_str(struct mail_search_mime_build_context *ctx, enum mail_search_mime_arg_type type) argument 161 mail_search_mime_build_add(pool_t pool, struct mail_search_mime_part *mpart, enum mail_search_mime_arg_type type) argument [all...] |
H A D | mailbox-attribute.h | 81 * attribute (type, key, and flags), and how to handle getting and setting 147 * Which when fully specified with a type and INBOX's GUID would turn into 241 enum mail_attribute_type type; member in struct:mailbox_attribute_internal 272 enum mail_attribute_type type, const char *key, 277 enum mail_attribute_type type, const char *key); 281 enum mail_attribute_type type, const char *key, 286 enum mail_attribute_type type, const char *key, 289 /* Iterate through mailbox attributes of the given type. The prefix can be used 292 mailbox_attribute_iter_init(struct mailbox *box, enum mail_attribute_type type,
|
/dovecot/src/lib-index/ |
H A D | mailbox-log.h | 16 uint8_t type; member in struct:mailbox_log_record
|
H A D | mail-cache.h | 39 enum mail_cache_field_type type; member in struct:mail_cache_field
|
H A D | mail-transaction-log-append.c | 10 enum mail_transaction_type type, 15 i_assert((type & MAIL_TRANSACTION_TYPE_MASK) != 0); 22 hdr.type = type | ctx->trans_flags; 23 if (type == MAIL_TRANSACTION_EXPUNGE || 24 type == MAIL_TRANSACTION_EXPUNGE_GUID) 25 hdr.type |= MAIL_TRANSACTION_EXPUNGE_PROT; 26 if (type == MAIL_TRANSACTION_BOUNDARY) 27 hdr.type |= MAIL_TRANSACTION_EXTERNAL; 9 mail_transaction_log_append_add(struct mail_transaction_log_append_ctx *ctx, enum mail_transaction_type type, const void *data, size_t size) argument
|
/dovecot/src/lib-oauth2/ |
H A D | oauth2.c | 16 enum json_type type; local 22 while((ret = json_parse_next(req->parser, &type, &token)) > 0) { 24 if (type != JSON_TYPE_OBJECT_KEY) break; 28 } else if (type < JSON_TYPE_STRING) {
|
/dovecot/src/lib-settings/ |
H A D | settings.h | 11 enum setting_type type; member in struct:setting_def 34 typedef bool settings_section_callback_t(const char *type, const char *name,
|
/dovecot/src/lib-storage/list/ |
H A D | mailbox-list-fs-flags.c | 16 const char *fname, enum mailbox_list_file_type type, 23 switch (type) { 113 enum mailbox_list_file_type type, 129 return list_is_maildir_mailbox(list, dir, fname, type, flags_r); 147 switch (type) { 219 /* We should get here only if type is 221 return the type. Normally this should have already been 15 list_is_maildir_mailbox(struct mailbox_list *list, const char *dir, const char *fname, enum mailbox_list_file_type type, enum mailbox_info_flags *flags_r) argument 111 fs_list_get_mailbox_flags(struct mailbox_list *list, const char *dir, const char *fname, enum mailbox_list_file_type type, enum mailbox_info_flags *flags_r) argument
|
/dovecot/src/lmtp/ |
H A D | lmtp-common.c | 9 enum lmtp_recipient_type type, 14 rcpt->type = type; 44 i_assert(dup_rcpt->type == rcpt->type); 7 lmtp_recipient_init(struct lmtp_recipient *rcpt, struct client *client, enum lmtp_recipient_type type, struct smtp_server_cmd_ctx *cmd, struct smtp_server_cmd_rcpt *data) argument
|
H A D | lmtp-common.h | 17 enum lmtp_recipient_type type; member in struct:lmtp_recipient 27 enum lmtp_recipient_type type,
|
/dovecot/src/auth/ |
H A D | passdb-bsdauth.c | 21 const char *type; local 39 type = t_strdup_printf("auth-%s", request->service); 40 result = auth_userokay(request->user, NULL, t_strdup_noconst(type),
|
/dovecot/src/doveadm/ |
H A D | client-connection.h | 10 enum doveadm_client_type type; member in struct:client_connection
|
H A D | doveadm-dump-mailboxlog.c | 32 switch (rec.type) { 93 enum mailbox_log_record_type type = rec.type; local 94 switch (type) {
|
H A D | client-connection.c | 62 enum doveadm_client_type type, pool_t pool, int fd) 66 i_assert(type != DOVEADM_CONNECTION_TYPE_CLI); 68 conn->type = type; 61 client_connection_init(struct client_connection *conn, enum doveadm_client_type type, pool_t pool, int fd) argument
|
/dovecot/src/imap/ |
H A D | cmd-namespace.c | 31 enum mail_namespace_type type, string_t *str) 42 if (ns->type == type && 30 list_namespaces(struct mail_namespace *ns, enum mail_namespace_type type, string_t *str) argument
|
/dovecot/src/lib-dict/ |
H A D | dict-transaction-memory.h | 13 enum dict_change_type type; member in struct:dict_transaction_memory_change
|
/dovecot/src/lib-master/ |
H A D | master-service-ssl-settings.c | 12 #define DEF(type, name) \ 13 { type, #name, offsetof(struct master_service_ssl_settings, name), NULL } 170 enum master_service_ssl_settings_type type, 180 switch (type) { 168 master_service_ssl_settings_to_iostream_set( const struct master_service_ssl_settings *ssl_set, pool_t pool, enum master_service_ssl_settings_type type, struct ssl_iostream_settings *set_r) argument
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-filename.c | 32 bool maildir_filename_get_size(const char *fname, char type, uoff_t *size_r) argument 38 if (*fname == ',' && fname[1] == type && fname[2] == '=') {
|
/dovecot/src/plugins/fts/ |
H A D | fts-api.h | 34 enum fts_backend_build_key_type type; member in struct:fts_backend_build_key 42 /* Contains a valid parsed "type/subtype" string. For messages without
|