Searched refs:nrcpt (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dopened.c11 /* void opened(queue_id, sender, size, nrcpt, format, ...)
15 /* int nrcpt;
29 /* .IP nrcpt
72 void opened(const char *queue_id, const char *sender, long size, int nrcpt, argument
78 vopened(queue_id, sender, size, nrcpt, fmt, ap);
84 void vopened(const char *queue_id, const char *sender, long size, int nrcpt, argument
92 msg_info("%s: from=<%s>, size=%ld, nrcpt=%d%s%s%s",
93 queue_id, info_log_addr_form_sender(sender), size, nrcpt,
/netbsd-current/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_defer.c111 int nrcpt; local
139 for (nrcpt = 0; nrcpt < entry->rcpt_list.len; nrcpt++) {
140 recipient = entry->rcpt_list.info + nrcpt;
H A Dqmgr_message.c319 int nrcpt = 0; local
551 &nrcpt, &message->rflags,
621 message->cont_length, nrcpt,
/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_defer.c116 int nrcpt; local
144 for (nrcpt = 0; nrcpt < entry->rcpt_list.len; nrcpt++) {
145 recipient = entry->rcpt_list.info + nrcpt;
/netbsd-current/external/ibm-public/postfix/dist/src/discard/
H A Ddiscard.c152 int nrcpt; local
188 for (nrcpt = 0; nrcpt < request->rcpt_list.len; nrcpt++) {
189 rcpt = request->rcpt_list.info + nrcpt;
/netbsd-current/external/ibm-public/postfix/dist/src/error/
H A Derror.c160 int nrcpt; local
196 for (nrcpt = 0; nrcpt < request->rcpt_list.len; nrcpt++) {
197 rcpt = request->rcpt_list.info + nrcpt;
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_trouble.c225 int nrcpt; local
235 for (nrcpt = 0; nrcpt < SMTP_RCPT_LEFT(state); nrcpt++) {
236 rcpt = request->rcpt_list.info + nrcpt;
268 for (nrcpt = 0; nrcpt < SMTP_RCPT_LEFT(state); nrcpt++) {
269 rcpt = request->rcpt_list.info + nrcpt;
H A Dsmtp_proto.c1480 NOCLOBBER int nrcpt; local
1532 nrcpt = 0;
2059 survivors[nrcpt] = recv_rcpt;
2061 ++nrcpt;
2086 * DATA, set nrcpt to a negative value so that the
2092 if (nrcpt > 0)
2098 nrcpt = -1;
2113 for (nrcpt = 0; nrcpt < recv_rcpt; nrcpt
[all...]

Completed in 268 milliseconds