Searched defs:ATTR_UNUSED (Results 1 - 25 of 338) sorted by relevance

1234567891011>>

/dovecot/src/old-stats/
H A Dclient-reset.c10 int client_stats_reset(struct client *client, const char *const *args ATTR_UNUSED, argument
11 const char **error_r ATTR_UNUSED)
/dovecot/src/lib/
H A Dutc-offset.c8 int utc_offset(struct tm *tm, time_t t ATTR_UNUSED) argument
H A Dioloop-notify-none.c10 io_add_notify(const char *path ATTR_UNUSED, argument
11 const char *source_filename ATTR_UNUSED,
12 unsigned int source_linenum ATTR_UNUSED,
13 io_callback_t *callback ATTR_UNUSED,
14 void *context ATTR_UNUSED, struct io **io_r)
20 void io_loop_notify_remove(struct io *io ATTR_UNUSED) argument
24 void io_loop_notify_handler_deinit(struct ioloop *ioloop ATTR_UNUSED) argument
28 int io_loop_extract_notify_fd(struct ioloop *ioloop ATTR_UNUSED) argument
H A Dtest-failures.c11 const char *format ATTR_UNUSED,
12 va_list args ATTR_UNUSED)
10 test_failures_handler(const struct failure_context *ctx, const char *format ATTR_UNUSED, va_list args ATTR_UNUSED) argument
/dovecot/src/plugins/fts-squat/
H A Dfts-squat-plugin.c8 void fts_squat_plugin_init(struct module *module ATTR_UNUSED) argument
/dovecot/src/plugins/virtual/
H A Dvirtual-plugin.c15 void virtual_plugin_init(struct module *module ATTR_UNUSED) argument
/dovecot/src/lib-index/
H A Dmail-index-dummy-view.c8 static void dummy_view_close(struct mail_index_view *view ATTR_UNUSED) argument
17 dummy_view_get_message_count(struct mail_index_view *view ATTR_UNUSED) argument
H A Dmail-cache-sync-update.c51 uint32_t seq ATTR_UNUSED, const void *data,
52 void **sync_context, void *context ATTR_UNUSED)
50 mail_cache_expunge_handler(struct mail_index_sync_map_ctx *sync_ctx, uint32_t seq ATTR_UNUSED, const void *data, void **sync_context, void *context ATTR_UNUSED) argument
/dovecot/src/lib-smtp/
H A Dsmtp-submit-settings.c60 const char **error_r ATTR_UNUSED)
59 smtp_submit_settings_check(void *_set, pool_t pool, const char **error_r ATTR_UNUSED) argument
/dovecot/src/lib-storage/
H A Dfail-mail-storage.c20 static void fail_storage_destroy(struct mail_storage *storage ATTR_UNUSED) argument
25 fail_storage_get_list_settings(const struct mail_namespace *ns ATTR_UNUSED, argument
H A Dmailbox-attribute-internal.c15 const char *key ATTR_UNUSED,
40 const char *key ATTR_UNUSED,
77 const char *key ATTR_UNUSED,
102 const char *key ATTR_UNUSED,
14 mailbox_attribute_specialuse_get(struct mailbox *box, const char *key ATTR_UNUSED, struct mail_attribute_value *value_r) argument
39 mailbox_attribute_comment_get(struct mailbox *box, const char *key ATTR_UNUSED, struct mail_attribute_value *value_r) argument
76 server_attribute_comment_get(struct mailbox *box, const char *key ATTR_UNUSED, struct mail_attribute_value *value_r) argument
101 server_attribute_admin_get(struct mailbox *box, const char *key ATTR_UNUSED, struct mail_attribute_value *value_r) argument
/dovecot/src/plugins/push-notification/
H A Dpush-notification-event-mailboxcreate.c16 (struct push_notification_txn_event *event ATTR_UNUSED)
15 push_notification_event_mailboxcreate_debug_mbox(struct push_notification_txn_event *event ATTR_UNUSED) argument
H A Dpush-notification-event-mailboxdelete.c15 (struct push_notification_txn_event *event ATTR_UNUSED)
14 push_notification_event_mailboxdelete_debug_mbox(struct push_notification_txn_event *event ATTR_UNUSED) argument
H A Dpush-notification-event-mailboxsubscribe.c16 (struct push_notification_txn_event *event ATTR_UNUSED)
15 push_notification_event_mailboxsubscribe_debug_mbox(struct push_notification_txn_event *event ATTR_UNUSED) argument
H A Dpush-notification-event-mailboxunsubscribe.c16 (struct push_notification_txn_event *event ATTR_UNUSED)
15 push_notification_event_mailboxunsubscribe_debug_mbox(struct push_notification_txn_event *event ATTR_UNUSED) argument
/dovecot/src/auth/
H A Dpassdb-sia.c16 static int checkpw_collect(int timeout ATTR_UNUSED, int rendition, argument
17 uchar_t *title ATTR_UNUSED,
18 int nprompts ATTR_UNUSED,
19 prompt_t *prompts ATTR_UNUSED)
/dovecot/src/imap/
H A Dmail-storage-callbacks.c8 static void notify_ok(struct mailbox *mailbox ATTR_UNUSED, argument
25 static void notify_no(struct mailbox *mailbox ATTR_UNUSED, argument
/dovecot/src/lib-fts/
H A Dfts-filter-english-possessive.c22 fts_filter_english_possessive_filter(struct fts_filter *filter ATTR_UNUSED, argument
24 const char **error_r ATTR_UNUSED)
/dovecot/src/lib-lda/
H A Dlda-settings.c71 const char **error_r ATTR_UNUSED)
70 lda_settings_check(void *_set, pool_t pool, const char **error_r ATTR_UNUSED) argument
/dovecot/src/lib-mail/
H A Dtest-message-decoder.c13 normalizer_func_t *normalizer ATTR_UNUSED)
11 message_header_decode_utf8(const unsigned char *data, size_t size, buffer_t *dest, normalizer_func_t *normalizer ATTR_UNUSED) argument
/dovecot/src/lib-sasl/
H A Dmech-external.c13 const unsigned char *input ATTR_UNUSED, size_t input_len,
34 const char **error_r ATTR_UNUSED)
12 mech_external_input(struct dsasl_client *_client, const unsigned char *input ATTR_UNUSED, size_t input_len, const char **error_r) argument
32 mech_external_output(struct dsasl_client *_client, const unsigned char **output_r, size_t *output_len_r, const char **error_r ATTR_UNUSED) argument
H A Dmech-login.c20 const unsigned char *input ATTR_UNUSED,
21 size_t input_len ATTR_UNUSED,
19 mech_login_input(struct dsasl_client *_client, const unsigned char *input ATTR_UNUSED, size_t input_len ATTR_UNUSED, const char **error_r) argument
H A Dmech-plain.c14 const unsigned char *input ATTR_UNUSED, size_t input_len,
13 mech_plain_input(struct dsasl_client *_client, const unsigned char *input ATTR_UNUSED, size_t input_len, const char **error_r) argument
/dovecot/src/lib-ssl-iostream/
H A Ddovecot-openssl-common.c15 static void *dovecot_openssl_malloc(size_t size, const char *u0 ATTR_UNUSED, int u1 ATTR_UNUSED) argument
31 static void *dovecot_openssl_realloc(void *ptr, size_t size, const char *u0 ATTR_UNUSED, int u1 ATTR_UNUSED) argument
45 static void dovecot_openssl_free(void *ptr, const char *u0 ATTR_UNUSED, int u1 ATTR_UNUSED) argument
/dovecot/src/log/
H A Dmain.c21 sig_reopen_logs(const siginfo_t *si ATTR_UNUSED, void *context ATTR_UNUSED) argument

Completed in 47 milliseconds

1234567891011>>