Home
last modified time | relevance | path

Searched refs:OutChannel (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/sendmail/src/
Dcontrol.c342 oldout = OutChannel;
343 OutChannel = s;
346 OutChannel = oldout;
Derr.c706 if (OutChannel == NULL)
725 (void) sm_io_fprintf(OutChannel, SM_TIME_DEFAULT, "%s\r\n",
728 (void) sm_io_fprintf(OutChannel, SM_TIME_DEFAULT, "%s\n",
743 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
744 if (!sm_io_error(OutChannel) || DisConnected)
Dsrvrsmtp.c983 (void) sm_io_autoflush(InChannel, OutChannel);
1548 if (sm_io_error(OutChannel) ||
1798 if (sfdcsasl(&InChannel, &OutChannel,
1805 OutChannel);
2283 wfd = sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL);
2295 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
2422 if (sfdctls(&InChannel, &OutChannel, srv_ssl) == 0)
2426 (void) sm_io_autoflush(InChannel, OutChannel);
3648 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
4505 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
[all …]
Dmain.c237 OutChannel = smioout;
3445 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL),
3486 if (OutChannel != smioout &&
3487 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL) !=
3490 (void) sm_io_close(OutChannel, SM_TIME_DEFAULT);
3491 OutChannel = smioout;
Denvelope.c787 OutChannel = e->e_xfp;
Dutil.c3085 sm_io_flush(OutChannel, SM_TIME_DEFAULT);
Dsendmail.h2638 EXTERN SM_FILE_T *OutChannel; /* output connection */ variable
Ddaemon.c859 OutChannel = outchannel;