Searched defs:local (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lmtp/
H A Dclient.h42 struct lmtp_local *local; member in struct:client
H A Dlmtp-local.c33 #include "lmtp-local.h"
62 * LMTP local
68 struct lmtp_local *local; local
70 local = i_new(struct lmtp_local, 1);
71 local->client = client;
72 i_array_init(&local->rcpt_to, 8);
74 return local;
79 struct lmtp_local *local = *_local; local
84 if (array_is_created(&local->rcpt_to)) {
85 array_foreach_modifiable(&local
157 lmtp_local_rcpt_fail_all(struct lmtp_local *local, struct smtp_server_cmd_ctx *cmd, unsigned int status, const char *enh_code, const char *fmt, ...) argument
428 lmtp_local_add_headers(struct lmtp_local *local, struct smtp_server_transaction *trans, string_t *headers) argument
464 lmtp_local_deliver(struct lmtp_local *local, struct smtp_server_cmd_ctx *cmd, struct smtp_server_transaction *trans, struct lmtp_local_recipient *rcpt, struct mail *src_mail, struct mail_deliver_session *session) argument
648 lmtp_local_deliver_to_rcpts(struct lmtp_local *local, struct smtp_server_cmd_ctx *cmd, struct smtp_server_transaction *trans, struct mail_deliver_session *session) argument
699 lmtp_local_open_raw_mail(struct lmtp_local *local, struct smtp_server_cmd_ctx *cmd, struct smtp_server_transaction *trans, struct istream *input) argument
739 struct lmtp_local *local = client->local; local
[all...]
/dovecot/src/doveadm/dsync/
H A Ddsync-brain.c292 bool local, const char *process_title_prefix)
302 if (local) {
411 "(local hostname=%s, remote hostname=%s)",
421 i_debug("brain %c: Locking done by local master-brain "
422 "(local hostname=%s, remote hostname=%s)",
448 "(local hostname=%s, remote hostname=%s)",
291 dsync_brain_slave_init(struct mail_user *user, struct dsync_ibc *ibc, bool local, const char *process_title_prefix) argument
/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c584 EVP_PKEY *local = local_key->key; local
588 const EC_GROUP *grp = EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(local));
623 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new(local, NULL);
659 EVP_PKEY *local = NULL; local
669 if (!dcrypt_openssl_generate_ec_key(nid, &local, error_r)) return FALSE;
672 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new(local, NULL);
697 const EC_POINT *pub = EC_KEY_get0_public_key(EVP_PKEY_get0_EC_KEY(local));
698 const EC_GROUP *grp = EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(local));
704 EVP_PKEY_free(local);

Completed in 16 milliseconds