Home
last modified time | relevance | path

Searched refs:nrcpt (Results 1 – 1 of 1) sorted by path

/freebsd/contrib/sendmail/src/
H A Dqueue.c8465 int maxrcpt, nrcpt, ndead, nsplit, i; local
8480 nrcpt = 0;
8485 ++nrcpt;
8487 if (nrcpt <= maxrcpt)
8512 for (i = 0; i < nrcpt; ++i)
8530 if (nrcpt - ndead <= maxrcpt)
8534 for (i = 0; i < nrcpt - 1; ++i)
8536 addrs[nrcpt - 1]->q_next = NULL;
8575 for (i = 0; i < nrcpt - 1; ++i)
8617 if (nrcpt - i <= maxrcpt)
[all …]