Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dcontrol.c340 oldout = OutChannel;
341 OutChannel = s;
344 OutChannel = oldout;
H A Derr.c702 if (OutChannel == NULL)
721 (void) sm_io_fprintf(OutChannel, SM_TIME_DEFAULT, "%s\r\n",
724 (void) sm_io_fprintf(OutChannel, SM_TIME_DEFAULT, "%s\n",
739 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
740 if (!sm_io_error(OutChannel) || DisConnected)
H A Dsrvrsmtp.c1089 (void) sm_io_autoflush(InChannel, OutChannel);
1659 if (sm_io_error(OutChannel) ||
1903 if (sfdcsasl(&InChannel, &OutChannel,
1910 OutChannel);
2392 wfd = sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL);
2404 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
2531 if (sfdctls(&InChannel, &OutChannel, srv_ssl) == 0)
2535 (void) sm_io_autoflush(InChannel, OutChannel);
3785 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
4662 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
[all …]
H A Dmain.c237 OutChannel = smioout;
3437 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL),
3478 if (OutChannel != smioout &&
3479 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL) !=
3482 (void) sm_io_close(OutChannel, SM_TIME_DEFAULT);
3483 OutChannel = smioout;
H A Denvelope.c787 OutChannel = e->e_xfp;
H A Dutil.c3105 sm_io_flush(OutChannel, SM_TIME_DEFAULT);
H A Dsendmail.h2714 EXTERN SM_FILE_T *OutChannel; /* output connection */ variable
H A Ddaemon.c853 OutChannel = outchannel;