Searched defs:type (Results 1 - 25 of 146) sorted by relevance

123456

/dovecot/src/log/
H A Dlog-error-buffer.h7 enum log_type type; member in struct:log_error
H A Dlog-error-buffer.c11 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 Dmountpoint.h7 char *type; member in struct:mountpoint
H A Dtest-json-tree.c7 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 Dstats-parser.h15 enum stats_parser_type type; member in struct:stats_parser_field
/dovecot/src/lib-storage/
H A Dmail-thread.c8 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 Dmail-search-mime-build.c16 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 Dmailbox-attribute.h81 * 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 Dmailbox-log.h16 uint8_t type; member in struct:mailbox_log_record
H A Dmail-cache.h39 enum mail_cache_field_type type; member in struct:mail_cache_field
H A Dmail-transaction-log-append.c10 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 Doauth2.c16 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 Dsettings.h11 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 Dmailbox-list-fs-flags.c16 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 Dlmtp-common.c9 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 Dlmtp-common.h17 enum lmtp_recipient_type type; member in struct:lmtp_recipient
27 enum lmtp_recipient_type type,
/dovecot/src/auth/
H A Dpassdb-bsdauth.c21 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 Dclient-connection.h10 enum doveadm_client_type type; member in struct:client_connection
H A Ddoveadm-dump-mailboxlog.c32 switch (rec.type) {
93 enum mailbox_log_record_type type = rec.type; local
94 switch (type) {
H A Dclient-connection.c62 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 Dcmd-namespace.c31 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 Ddict-transaction-memory.h13 enum dict_change_type type; member in struct:dict_transaction_memory_change
/dovecot/src/lib-master/
H A Dmaster-service-ssl-settings.c12 #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 Dmaildir-filename.c32 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 Dfts-api.h34 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

Completed in 56 milliseconds

123456