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

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dopened.c9 /* void opened(queue_id, sender, size, nrcpt, format, ...)
13 /* int nrcpt;
27 /* .IP nrcpt
64 void opened(const char *queue_id, const char *sender, long size, int nrcpt, argument
70 vopened(queue_id, sender, size, nrcpt, fmt, ap);
76 void vopened(const char *queue_id, const char *sender, long size, int nrcpt, argument
84 msg_info("%s: from=<%s>, size=%ld, nrcpt=%d%s%s%s",
85 queue_id, sender, size, nrcpt,
/macosx-10.9.5/postfix-252/postfix/src/oqmgr/
H A Dqmgr_defer.c109 int nrcpt; local
137 for (nrcpt = 0; nrcpt < entry->rcpt_list.len; nrcpt++) {
138 recipient = entry->rcpt_list.info + nrcpt;
H A Dqmgr_message.c306 int nrcpt = 0; local
521 &nrcpt, &message->rflags,
590 message->cont_length, nrcpt,
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr_defer.c114 int nrcpt; local
142 for (nrcpt = 0; nrcpt < entry->rcpt_list.len; nrcpt++) {
143 recipient = entry->rcpt_list.info + nrcpt;
/macosx-10.9.5/postfix-252/postfix/src/discard/
H A Ddiscard.c139 int nrcpt; local
175 for (nrcpt = 0; nrcpt < request->rcpt_list.len; nrcpt++) {
176 rcpt = request->rcpt_list.info + nrcpt;
/macosx-10.9.5/postfix-252/postfix/src/error/
H A Derror.c147 int nrcpt; local
183 for (nrcpt = 0; nrcpt < request->rcpt_list.len; nrcpt++) {
184 rcpt = request->rcpt_list.info + nrcpt;
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_trouble.c193 int nrcpt; local
202 for (nrcpt = 0; nrcpt < SMTP_RCPT_LEFT(state); nrcpt++) {
203 rcpt = request->rcpt_list.info + nrcpt;
234 for (nrcpt = 0; nrcpt < SMTP_RCPT_LEFT(state); nrcpt++) {
235 rcpt = request->rcpt_list.info + nrcpt;
H A Dsmtp_proto.c1138 NOCLOBBER int nrcpt; local
1208 nrcpt = 0;
1703 survivors[nrcpt] = recv_rcpt;
1705 ++nrcpt;
1728 * DATA, set nrcpt to a negative value so that the
1733 if (nrcpt > 0)
1739 nrcpt = -1;
1756 if (nrcpt > 0) {
1764 for (nrcpt = 0; nrcpt < recv_rcp
[all...]

Completed in 128 milliseconds