Searched refs:rcpt_count (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/qmgr/
H A Dqmgr_entry.c212 int rcpt_count = entry->rcpt_list.len; local
241 src_job->rcpt_count -= rcpt_count;
242 dst_job->rcpt_count += rcpt_count;
279 job->rcpt_count -= entry->rcpt_list.len;
280 message->rcpt_count -= entry->rcpt_list.len;
292 if (sponsor->rcpt_count >= sponsor->rcpt_limit || sponsor == job)
H A Dqmgr_job.c122 job->rcpt_count = 0;
300 rcpt_unused = job->rcpt_limit - job->rcpt_count;
301 msg_rcpt_unused = message->rcpt_limit - message->rcpt_count;
424 if (job->rcpt_count)
425 msg_panic("%s: non-zero recipient count (%d)", myname, job->rcpt_count);
799 && (message->rcpt_limit - message->rcpt_count >= job->transport->refill_limit
800 || (message->rcpt_limit > message->rcpt_count
819 && message->rcpt_limit > message->rcpt_count) {
H A Dqmgr.h364 int rcpt_count; /* used recipient slots */ member in struct:QMGR_MESSAGE
425 int rcpt_count; /* used recipient slots */ member in struct:QMGR_JOB
H A Dqmgr_message.c202 message->rcpt_count = 0;
365 recipient_limit = message->rcpt_limit - message->rcpt_count;
1340 job->rcpt_count++;
1341 message->rcpt_count++;
/macosx-10.10/postfix-255/postfix/src/cleanup/
H A Dcleanup_final.c74 (REC_TYPE_SIZE_CAST3) state->rcpt_count,
H A Dcleanup_out_recipient.c152 state->rcpt_count++;
225 state->rcpt_count++;
H A Dcleanup_state.c105 state->rcpt_count = 0;
H A Dcleanup.h85 ssize_t rcpt_count; /* recipient count */ member in struct:CLEANUP_STATE
H A Dcleanup_milter.c2262 long rcpt_count; local
2284 &rcpt_count, &qmgr_opts) != 4)
/macosx-10.10/postfix-255/postfix/src/qmqpd/
H A Dqmqpd.h45 int rcpt_count; /* recipient count */ member in struct:__anon11818
H A Dqmqpd_state.c72 state->rcpt_count = 0;
H A Dqmqpd.c382 state->rcpt_count++;
433 if (state->rcpt_count == 1 && state->recipient) {
/macosx-10.10/postfix-255/postfix/src/postdrop/
H A Dpostdrop.c238 int rcpt_count = 0; local
425 rcpt_count++;
489 if (validate_input && (from_count == 0 || rcpt_count == 0)) {
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddeliver_request.c210 int rcpt_count; local
267 ATTR_TYPE_INT, MAIL_ATTR_RCPT_COUNT, &rcpt_count,
302 while (rcpt_count-- > 0) {
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_state.c96 state->rcpt_count = 0;
H A Dsmtpd.h96 int rcpt_count; /* number of accepted recipients */ member in struct:__anon11822
H A Dsmtpd_check.c3613 state->rcpt_count : 0,
4203 if (state->sender && *state->sender == 0 && state->rcpt_count
4932 if (state->rcpt_count > 1) {
4964 if (state->rcpt_count > 1)
4983 if (state->rcpt_count > 1) {
5015 if (state->rcpt_count > 1)
H A Dsmtpd.c2635 if (var_smtpd_rcpt_limit && state->rcpt_count >= var_smtpd_rcpt_limit) {
2739 state->rcpt_count++;
2775 state->rcpt_count = 0;
2915 if (state->rcpt_count == 0) {
3056 if (state->rcpt_count == 1 && state->recipient) {
/macosx-10.10/postfix-255/postfix/src/smtpstone/
H A Dsmtp-source.c168 int rcpt_count; /* # of recipients to go */ member in struct:SESSION
623 session->rcpt_count = recipients;
652 if (session->rcpt_count > 1 || number_rcpts > 0)
654 number_rcpts ? number_rcpts++ : session->rcpt_count,
658 session->rcpt_count--;
696 if (session->rcpt_count > 0)
H A Dqmqp-source.c129 int rcpt_count; /* # of recipients to go */ member in struct:SESSION
/macosx-10.10/postfix-255/postfix/src/sendmail/
H A Dsendmail.c628 int rcpt_count = 0; local
761 ++rcpt_count;
771 ++rcpt_count;
900 ++rcpt_count;
906 if (rcpt_count == 0)

Completed in 306 milliseconds