/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-md5.h | 7 struct mbox_md5_context *(*init)(void); member in struct:mbox_md5_vfuncs
|
/dovecot/src/doveadm/ |
H A D | doveadm-print-private.h | 15 void (*init)(void); member in struct:doveadm_print_vfuncs
|
H A D | doveadm-print.c | 186 if (ctx->v->init != NULL) 187 ctx->v->init();
|
H A D | doveadm-mail-mailbox-metadata.c | 162 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 D | doveadm-mail-search.c | 88 ctx->v.init = cmd_search_init;
|
/dovecot/src/lib/ |
H A D | hash-method.h | 13 void (*init)(void *context); member in struct:hash_method
|
H A D | hmac.c | 29 meth->init(ctx->ctx); 45 meth->init(ctx->ctx); 47 meth->init(ctx->ctxo);
|
H A D | module-dir.h | 34 void (*init)(struct module *module); member in struct:module 59 /* Call init() in all modules */
|
H A D | pkcs5.c | 26 hash->init(ctx); 33 hash->init(ctx);
|
H A D | test-hash-method.c | 23 method->init(ctx); 336 method->init(context);
|
H A D | hash-method.c | 60 meth->init(ctx);
|
/dovecot/src/login-common/ |
H A D | login-common.h | 35 void (*init)(void); member in struct:login_binary
|
/dovecot/src/plugins/push-notification/ |
H A D | push-notification-events.c | 59 (event->init.default_config != NULL)) { 60 config = event->init.default_config();
|
H A D | push-notification-drivers.h | 27 int (*init)(struct push_notification_driver_config *config, member in struct:push_notification_driver_vfuncs
|
H A D | push-notification-drivers.c | 105 if (driver->v.init != NULL) { 111 ret = driver->v.init(config, user, pool, &context, &error_r);
|
H A D | push-notification-driver-dlog.c | 19 i_debug("Called init push_notification plugin hook."); 108 .init = push_notification_driver_dlog_init,
|
H A D | push-notification-event-messageappend.c | 106 .init = {
|
H A D | push-notification-events.h | 97 struct push_notification_event_vfuncs_init init; member in struct:push_notification_event
|
/dovecot/src/auth/ |
H A D | passdb.h | 38 void (*init)(struct passdb_module *module); member in struct:passdb_module_interface 75 /* number of time init() has been called */
|
H A D | test-mock.c | 32 .init = passdb_mock_init,
|
H A D | userdb.h | 35 /* 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 D | otp-hash.c | 18 void (*init)(void *ctx); member in struct:digest 121 ctx->digest->init(&ctx->ctx);
|
/dovecot/src/imap/ |
H A D | imap-fetch.h | 30 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 D | dict-private.h | 8 int (*init)(struct dict *dict_driver, const char *uri, member in struct:dict_vfuncs
|
/dovecot/src/lib-sql/ |
H A D | driver-test.c | 90 .init = driver_test_mysql_init, 113 .init = driver_test_cassandra_init, 136 .init = driver_test_sqlite_init,
|