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

/freebsd-13-stable/contrib/sendmail/src/
H A Drecipient.c833 e->e_nrcpts++;
941 e->e_nrcpts++;
1049 e->e_nrcpts++;
1134 (void) sm_snprintf(buf0, sizeof(buf0), "%d", e->e_nrcpts);
1791 e->e_nrcpts++;
H A Dheaders.c960 + e->e_nrcpts * WkRecipFact;
1151 PRT_NONNEGL(e->e_msgsize), e->e_class, e->e_nrcpts);
1221 PRT_NONNEGL(e->e_msgsize), e->e_class, e->e_nrcpts);
H A Dcollect.c936 + e->e_nrcpts * WkRecipFact;
H A Dsrvrsmtp.c589 /* e_nrcpts from envelope before recipient() call */
2950 smtp.sm_e_nrcpts_orig = e->e_nrcpts;
3293 if (smtp.sm_e_nrcpts_orig < e->e_nrcpts)
3294 e->e_nrcpts = smtp.sm_e_nrcpts_orig;
4147 if (e->e_sibling == NULL && e->e_nrcpts == 1
4162 e->e_sendmode, e, e->e_sibling, e->e_nrcpts,
4224 e->e_sendmode, e, e->e_sibling, e->e_nrcpts, e->e_message, a,
H A Denvelope.c252 e->e_sendmode, e, e->e_sibling, e->e_nrcpts, q,
H A Dsavemail.c611 ee->e_nrcpts++;
H A Dsendmail.h1016 int e_nrcpts; /* number of recipients */ member in struct:envelope
H A Ddeliver.c586 if (e->e_nrcpts > 0)
591 if (ee->e_nrcpts > 0)

Completed in 200 milliseconds