Searched refs:init (Results 1 - 25 of 101) sorted by relevance

12345

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-md5.h7 struct mbox_md5_context *(*init)(void); member in struct:mbox_md5_vfuncs
/dovecot/src/doveadm/
H A Ddoveadm-print-private.h15 void (*init)(void); member in struct:doveadm_print_vfuncs
H A Ddoveadm-print.c186 if (ctx->v->init != NULL)
187 ctx->v->init();
H A Ddoveadm-mail-mailbox-metadata.c162 ctx->ctx.v.init = cmd_mailbox_metadata_set_init;
188 ctx->ctx.v.init = cmd_mailbox_metadata_unset_init;
249 ctx->ctx.v.init = cmd_mailbox_metadata_get_init;
328 ctx->ctx.v.init = cmd_mailbox_metadata_list_init;
H A Ddoveadm-mail-search.c88 ctx->v.init = cmd_search_init;
/dovecot/src/lib/
H A Dhash-method.h13 void (*init)(void *context); member in struct:hash_method
H A Dhmac.c29 meth->init(ctx->ctx);
45 meth->init(ctx->ctx);
47 meth->init(ctx->ctxo);
H A Dmodule-dir.h34 void (*init)(struct module *module); member in struct:module
59 /* Call init() in all modules */
H A Dpkcs5.c26 hash->init(ctx);
33 hash->init(ctx);
H A Dtest-hash-method.c23 method->init(ctx);
336 method->init(context);
H A Dhash-method.c60 meth->init(ctx);
/dovecot/src/login-common/
H A Dlogin-common.h35 void (*init)(void); member in struct:login_binary
/dovecot/src/plugins/push-notification/
H A Dpush-notification-events.c59 (event->init.default_config != NULL)) {
60 config = event->init.default_config();
H A Dpush-notification-drivers.h27 int (*init)(struct push_notification_driver_config *config, member in struct:push_notification_driver_vfuncs
H A Dpush-notification-drivers.c105 if (driver->v.init != NULL) {
111 ret = driver->v.init(config, user, pool, &context, &error_r);
H A Dpush-notification-driver-dlog.c19 i_debug("Called init push_notification plugin hook.");
108 .init = push_notification_driver_dlog_init,
H A Dpush-notification-event-messageappend.c106 .init = {
H A Dpush-notification-events.h97 struct push_notification_event_vfuncs_init init; member in struct:push_notification_event
/dovecot/src/auth/
H A Dpassdb.h38 void (*init)(struct passdb_module *module); member in struct:passdb_module_interface
75 /* number of time init() has been called */
H A Dtest-mock.c32 .init = passdb_mock_init,
H A Duserdb.h35 /* number of time init() has been called */
56 void (*init)(struct userdb_module *module); member in struct:userdb_module_interface
/dovecot/src/lib-otp/
H A Dotp-hash.c18 void (*init)(void *ctx); member in struct:digest
121 ctx->digest->init(&ctx->ctx);
/dovecot/src/imap/
H A Dimap-fetch.h30 bool (*init)(struct imap_fetch_init_context *ctx); member in struct:imap_fetch_handler
131 bool (*init)(struct imap_fetch_init_context *));
/dovecot/src/lib-dict/
H A Ddict-private.h8 int (*init)(struct dict *dict_driver, const char *uri, member in struct:dict_vfuncs
/dovecot/src/lib-sql/
H A Ddriver-test.c90 .init = driver_test_mysql_init,
113 .init = driver_test_cassandra_init,
136 .init = driver_test_sqlite_init,

Completed in 36 milliseconds

12345