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

/sendmail/mail.local/
H A Dmail.local.c546 int rcpt_alloc = 0; local
695 if (rcpt_num >= rcpt_alloc)
697 rcpt_alloc += RCPT_GROW;
700 rcpt_alloc *

Completed in 7 milliseconds