Searched refs:TimeOuts (Results 1 – 17 of 17) sorted by relevance
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | readcf.c | 4964 TimeOuts.to_initial = toval; 4968 TimeOuts.to_mail = toval; 4972 TimeOuts.to_rcpt = toval; 4976 TimeOuts.to_datainit = toval; 4980 TimeOuts.to_datablock = toval; 4984 TimeOuts.to_datafinal = toval; 4988 TimeOuts.to_nextcommand = toval; 4992 TimeOuts.to_rset = toval; 4996 TimeOuts.to_helo = toval; 5000 TimeOuts.to_quit = toval; [all …]
|
| D | envelope.c | 231 if (now >= e->e_ctime + TimeOuts.to_q_return[e->e_timeoutclass]) 240 else if (TimeOuts.to_q_return[e->e_timeoutclass] == NOW && 320 pintvl(TimeOuts.to_q_return[e->e_timeoutclass], 338 pintvl(TimeOuts.to_q_return[e->e_timeoutclass], 356 if (TimeOuts.to_q_warning[e->e_timeoutclass] > 0 && 358 TimeOuts.to_q_warning[e->e_timeoutclass]) 417 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass], 435 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass], 439 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
|
| D | control.c | 277 if (TimeOuts.to_control > 0) 287 ev = sm_setevent(TimeOuts.to_control, controltimeout, 288 TimeOuts.to_control);
|
| D | usersmtp.c | 143 r = reply(m, mci, e, TimeOuts.to_initial, esmtp_check, NULL, XS_GREET); 187 bitnset(M_LMTP, m->m_flags) ? TimeOuts.to_lhlo 188 : TimeOuts.to_helo, 239 r = reply(m, mci, e, TimeOuts.to_miscshort, NULL, &enhsc, 1797 smtpresult = reply(m, mci, e, TimeOuts.to_auth, getsasldata, NULL, 1841 smtpresult = reply(m, mci, e, TimeOuts.to_auth, 1863 smtpresult = reply(m, mci, e, TimeOuts.to_auth, 2184 r = reply(m, mci, e, TimeOuts.to_mail, NULL, &enhsc, XS_MAIL); 2436 r = reply(m, mci, e, TimeOuts.to_rcpt, NULL, &enhsc, XS_RCPT); 2597 r = reply(m, mci, e, TimeOuts.to_datainit, NULL, &enhsc, XS_DATA); [all …]
|
| D | main.c | 704 TimeOuts.res_retry[RES_TO_DEFAULT] = _res.retry; 705 TimeOuts.res_retry[RES_TO_FIRST] = _res.retry; 706 TimeOuts.res_retry[RES_TO_NORMAL] = _res.retry; 707 TimeOuts.res_retrans[RES_TO_DEFAULT] = _res.retrans; 708 TimeOuts.res_retrans[RES_TO_FIRST] = _res.retrans; 709 TimeOuts.res_retrans[RES_TO_NORMAL] = _res.retrans; 1392 _res.retry = TimeOuts.res_retry[RES_TO_DEFAULT]; 1393 _res.retrans = TimeOuts.res_retrans[RES_TO_DEFAULT]; 2928 _res.retry = TimeOuts.res_retry[RES_TO_FIRST]; 2929 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
|
| D | collect.c | 312 dbto = smtpmode ? ((int) TimeOuts.to_datablock * 1000) 315 old_rd_tmo = set_tls_rd_tmo(TimeOuts.to_datablock);
|
| D | savemail.c | 599 _res.retry = TimeOuts.res_retry[RES_TO_FIRST]; 600 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST]; 1336 TimeOuts.to_q_return[e->e_parent->e_timeoutclass];
|
| D | daemon.c | 2660 if (e->e_ntries <= 0 && TimeOuts.to_iconnect != 0) 2661 ev = sm_setevent(TimeOuts.to_iconnect, 2663 else if (TimeOuts.to_connect != 0) 2664 ev = sm_setevent(TimeOuts.to_connect, 3498 if (TimeOuts.to_ident == 0) 3601 ev = sm_setevent(TimeOuts.to_ident, authtimeout, 0);
|
| D | deliver.c | 819 (TimeOuts.to_q_return[e->e_timeoutclass] == NOW || 2017 if (TimeOuts.to_aconnect > 0) 2018 enough = curtime() + TimeOuts.to_aconnect; 3866 TimeOuts.to_quit, "Draining Input") != NULL) 5332 if (TimeOuts.to_fileopen > 0) 5333 ev = sm_setevent(TimeOuts.to_fileopen, mailfiletimeout, 6189 smtpresult = reply(m, mci, e, TimeOuts.to_starttls, NULL, NULL, 6258 TimeOuts.to_starttls, ssl_err, "client");
|
| D | srvrsmtp.c | 1097 (void) set_tls_rd_tmo(TimeOuts.to_nextcommand); 1427 TimeOuts.to_nextcommand, SmtpPhase)) == NULL) 1669 tmo = TimeOuts.to_datablock * 1000; 2169 TimeOuts.to_starttls, ssl_err, 3995 _res.retry = TimeOuts.res_retry[RES_TO_FIRST]; 3996 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
|
| D | sfsasl.c | 756 (tls_rd_tmo < 0) ? TimeOuts.to_datablock
|
| D | recipient.c | 1581 if (TimeOuts.to_fileopen > 0) 1582 ev = sm_setevent(TimeOuts.to_fileopen, includetimeout, 0);
|
| D | queue.c | 4359 _res.retry = TimeOuts.res_retry[RES_TO_FIRST]; 4360 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST]; 4364 _res.retry = TimeOuts.res_retry[RES_TO_NORMAL]; 4365 _res.retrans = TimeOuts.res_retrans[RES_TO_NORMAL];
|
| D | conf.c | 337 TimeOuts.to_q_return[i] = 5 DAYS; /* option T */ 338 TimeOuts.to_q_warning[i] = 0; /* option T */
|
| D | util.c | 2923 p = sfgets(inp, sizeof(inp), InChannel, TimeOuts.to_nextcommand, "pre");
|
| D | sendmail.h | 2186 } TimeOuts; variable
|
| D | map.c | 4445 sfd, TimeOuts.to_fileopen,
|