Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dcontrol.c341 oldout = OutChannel;
342 OutChannel = s;
345 OutChannel = oldout;
H A Derr.c703 if (OutChannel == NULL)
722 (void) sm_io_fprintf(OutChannel, SM_TIME_DEFAULT, "%s\r\n",
725 (void) sm_io_fprintf(OutChannel, SM_TIME_DEFAULT, "%s\n",
735 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
736 if (!sm_io_error(OutChannel) || DisConnected)
H A Dsrvrsmtp.c949 (void) sm_io_autoflush(InChannel, OutChannel);
1514 if (sm_io_error(OutChannel) ||
1761 if (sfdcsasl(&InChannel, &OutChannel,
1768 OutChannel);
2245 wfd = sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL);
2257 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
2383 if (sfdctls(&InChannel, &OutChannel, srv_ssl) == 0)
2387 (void) sm_io_autoflush(InChannel, OutChannel);
3546 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
4354 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT);
[all …]
H A Dmain.c226 OutChannel = smioout;
3366 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL),
3407 if (OutChannel != smioout &&
3408 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL) !=
3411 (void) sm_io_close(OutChannel, SM_TIME_DEFAULT);
3412 OutChannel = smioout;
H A Denvelope.c802 OutChannel = e->e_xfp;
H A Dutil.c2935 sm_io_flush(OutChannel, SM_TIME_DEFAULT);
H A Dsendmail.h2555 EXTERN SM_FILE_T *OutChannel; /* output connection */ variable
H A Ddaemon.c845 OutChannel = outchannel;