Lines Matching defs:rcpts
162 struct lmtp_local_recipient *const *rcpts;
171 rcpts = array_get(&local->rcpt_to, &count);
173 smtp_server_reply_index(cmd, rcpts[i]->rcpt.index,
175 smtp_address_encode(rcpts[i]->rcpt.rcpt->path), msg);
432 struct lmtp_local_recipient *const *rcpts;
441 rcpts = array_get(&local->rcpt_to, &count);
443 sets = mail_storage_service_user_get_set(rcpts[0]->service_user);
450 rcpt_to = rcpts[0]->rcpt.rcpt->path;
453 rcpt_to = rcpts[0]->rcpt.rcpt->params.orcpt.addr;
655 struct lmtp_local_recipient *const *rcpts;
660 rcpts = array_get(&local->rcpt_to, &count);
662 struct lmtp_local_recipient *rcpt = rcpts[i];