Searched defs:limit (Results 1 - 1 of 1) sorted by relevance

/sendmail/sendmail/
H A Dconf.c2204 int limit; local
2261 limit = (Daemons[dn].d_refuseLA != DPO_NOTSET) ?
2263 if (limit > 0 && CurrentLA >= limit)
2291 limit = (Daemons[dn].d_delayLA != DPO_NOTSET) ?
2293 if (limit > 0 && CurrentLA >= limit)
2302 CurrentLA, limit);
2306 Daemons[dn].d_name, CurrentLA, limit);
2312 limit
[all...]

Completed in 15 milliseconds