/dovecot/src/lib-ntlm/ |
H A D | ntlm-des.h | 4 void deshash(unsigned char *dst, const unsigned char *key,
|
H A D | ntlm-des.c | 586 void deshash(unsigned char *dst, const unsigned char *key, argument 594 des_cbc_encrypt(dst, src, &ctx);
|
/dovecot/src/lib-smtp/ |
H A D | smtp-reply.c | 130 void smtp_reply_copy(pool_t pool, struct smtp_reply *dst, argument 133 *dst = *src; 134 dst->text_lines = p_strarray_dup(pool, src->text_lines); 140 struct smtp_reply *dst; local 142 dst = p_new(pool, struct smtp_reply, 1); 143 smtp_reply_copy(pool, dst, src); 145 return dst;
|
H A D | smtp-params.h | 96 struct smtp_params_mail *dst, const struct smtp_params_mail *src) 118 struct smtp_params_rcpt *dst, const struct smtp_params_rcpt *src)
|
H A D | smtp-params.c | 428 struct smtp_params_mail *dst, const struct smtp_params_mail *src) 430 i_zero(dst); 435 dst->auth = smtp_address_clone(pool, src->auth); 436 dst->body.type = src->body.type; 437 dst->body.ext = p_strdup(pool, src->body.ext); 438 dst->envid = p_strdup(pool, src->envid); 439 dst->ret = src->ret; 440 dst->size = src->size; 446 p_array_init(&dst->extra_params, pool, 451 array_append(&dst 427 smtp_params_mail_copy(pool_t pool, struct smtp_params_mail *dst, const struct smtp_params_mail *src) argument 893 smtp_params_rcpt_copy(pool_t pool, struct smtp_params_rcpt *dst, const struct smtp_params_rcpt *src) argument [all...] |
H A D | smtp-reply.h | 67 void smtp_reply_copy(pool_t pool, struct smtp_reply *dst,
|
/dovecot/src/lib-index/ |
H A D | mail-cache-decisions.c | 157 struct mail_cache *dst) 170 mail_cache_register_fields(dst, fields, count); 172 dst->field_header_write_pending = TRUE; 173 (void)mail_cache_compress(dst, itrans, &lock); 155 mail_cache_decisions_copy(struct mail_index_transaction *itrans, struct mail_cache *src, struct mail_cache *dst) argument
|
H A D | mail-cache.h | 96 struct mail_cache *dst);
|
/dovecot/src/lib-http/ |
H A D | http-auth.c | 373 ARRAY_TYPE(http_auth_param) *dst, 381 p_array_init(dst, pool, 4); 389 array_append(dst, &nparam, 1); 394 struct http_auth_challenge *dst, 397 dst->scheme = p_strdup(pool, src->scheme); 399 dst->data = p_strdup(pool, src->data); 401 http_auth_params_clone(pool, &dst->params, &src->params); 417 struct http_auth_credentials *dst, 420 dst->scheme = p_strdup(pool, src->scheme); 422 dst 372 http_auth_params_clone(pool_t pool, ARRAY_TYPE(http_auth_param) *dst, const ARRAY_TYPE(http_auth_param) *src) argument 393 http_auth_challenge_copy(pool_t pool, struct http_auth_challenge *dst, const struct http_auth_challenge *src) argument 416 http_auth_credentials_copy(pool_t pool, struct http_auth_credentials *dst, const struct http_auth_credentials *src) argument [all...] |
H A D | http-auth.h | 56 struct http_auth_challenge *dst, 63 struct http_auth_credentials *dst,
|
/dovecot/src/plugins/notify/ |
H A D | notify-plugin-private.h | 8 void notify_contexts_mail_copy(struct mail *src, struct mail *dst);
|
H A D | notify-plugin.h | 18 void (*mail_copy)(void *txn, struct mail *src, struct mail *dst);
|
H A D | notify-plugin.c | 66 void notify_contexts_mail_copy(struct mail *src, struct mail *dst) argument 74 mail_txn = notify_context_find_mail_txn(ctx, dst->transaction); 75 ctx->v.mail_copy(mail_txn->txn, src, dst);
|
/dovecot/src/lib-test/ |
H A D | test-common.h | 38 const char * src, const char * dst);
|
H A D | test-common.c | 56 const char * src, const char * dst) 59 printf(" \"%s\" != \"%s\"\n", src, dst); 55 test_assert_failed_strcmp(const char *code, const char *file, unsigned int line, const char * src, const char * dst) argument
|
/dovecot/src/plugins/replication/ |
H A D | replication-plugin.c | 239 struct mail *dst) 244 if (src->box->storage != dst->box->storage) { 238 replication_mail_copy(void *txn, struct mail *src, struct mail *dst) argument
|
/dovecot/src/auth/ |
H A D | crypt-blowfish.c | 375 #define BF_safe_atoi64(dst, src) \ 381 (dst) = tmp; \ 384 static int BF_decode(BF_word *dst, const char *src, size_t size) argument 386 unsigned char *dptr = (unsigned char *)dst; 408 static void BF_encode(char *dst, const BF_word *src, size_t size) argument 412 unsigned char *dptr = (unsigned char *)dst;
|
/dovecot/src/plugins/mail-log/ |
H A D | mail-log-plugin.c | 368 static void mail_log_mail_copy(void *txn, struct mail *src, struct mail *dst) argument 384 mail_log_append_mail_message(ctx, dst,
|
/dovecot/src/plugins/notify-status/ |
H A D | notify-status-plugin.c | 259 struct mail *dst ATTR_UNUSED)
|