Lines Matching defs:toval

4926 	time_t toval;
4958 toval = convtime(val, 'm');
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;
5004 TimeOuts.to_miscshort = toval;
5008 TimeOuts.to_ident = toval;
5012 TimeOuts.to_fileopen = toval;
5016 TimeOuts.to_connect = toval;
5020 TimeOuts.to_iconnect = toval;
5024 TimeOuts.to_aconnect = toval;
5028 toval = convtime(val, 'h');
5029 TimeOuts.to_q_warning[TOC_NORMAL] = toval;
5030 TimeOuts.to_q_warning[TOC_URGENT] = toval;
5031 TimeOuts.to_q_warning[TOC_NONURGENT] = toval;
5032 TimeOuts.to_q_warning[TOC_DSN] = toval;
5037 toval = convtime(val, 'h');
5038 TimeOuts.to_q_warning[TOC_NORMAL] = toval;
5042 toval = convtime(val, 'h');
5043 TimeOuts.to_q_warning[TOC_URGENT] = toval;
5047 toval = convtime(val, 'h');
5048 TimeOuts.to_q_warning[TOC_NONURGENT] = toval;
5052 toval = convtime(val, 'h');
5053 TimeOuts.to_q_warning[TOC_DSN] = toval;
5057 toval = convtime(val, 'd');
5058 TimeOuts.to_q_return[TOC_NORMAL] = toval;
5059 TimeOuts.to_q_return[TOC_URGENT] = toval;
5060 TimeOuts.to_q_return[TOC_NONURGENT] = toval;
5061 TimeOuts.to_q_return[TOC_DSN] = toval;
5066 toval = convtime(val, 'd');
5067 TimeOuts.to_q_return[TOC_NORMAL] = toval;
5071 toval = convtime(val, 'd');
5072 TimeOuts.to_q_return[TOC_URGENT] = toval;
5076 toval = convtime(val, 'd');
5077 TimeOuts.to_q_return[TOC_NONURGENT] = toval;
5081 toval = convtime(val, 'd');
5082 TimeOuts.to_q_return[TOC_DSN] = toval;
5086 MciInfoTimeout = toval;
5090 toval = convtime(val, 's');
5091 TimeOuts.res_retrans[RES_TO_DEFAULT] = toval;
5092 TimeOuts.res_retrans[RES_TO_FIRST] = toval;
5093 TimeOuts.res_retrans[RES_TO_NORMAL] = toval;
5122 TimeOuts.to_control = toval;
5126 TimeOuts.to_lhlo = toval;
5131 TimeOuts.to_auth = toval;
5137 TimeOuts.to_starttls = toval;