Home
last modified time | relevance | path

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

/trueos/contrib/sendmail/src/
HDcontrol.c342 oldout = OutChannel;
343 OutChannel = s;
346 OutChannel = oldout;
HDerr.c607 if (OutChannel == NULL)
626 (void) sm_io_fprintf(OutChannel, SM_TIME_DEFAULT, "%s\r\n",
629 (void) sm_io_fprintf(OutChannel, SM_TIME_DEFAULT, "%s\n",
639 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
640 if (!sm_io_error(OutChannel) || DisConnected)
HDsrvrsmtp.c686 (void) sm_io_autoflush(InChannel, OutChannel);
1176 if (sm_io_error(OutChannel) ||
1419 if (sfdcsasl(&InChannel, &OutChannel,
1426 OutChannel);
1882 wfd = sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL);
1896 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
2018 if (sfdctls(&InChannel, &OutChannel, srv_ssl) == 0)
2022 (void) sm_io_autoflush(InChannel, OutChannel);
3145 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
3836 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
[all …]
HDmain.c221 OutChannel = smioout;
3295 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL), e);
3335 if (OutChannel != smioout &&
3336 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL) !=
3339 (void) sm_io_close(OutChannel, SM_TIME_DEFAULT);
3340 OutChannel = smioout;
HDenvelope.c777 OutChannel = e->e_xfp;
HDsendmail.h2474 EXTERN SM_FILE_T *OutChannel; /* output connection */ variable
HDdaemon.c827 OutChannel = outchannel;