Searched refs:OutChannel (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | control.c | 340 oldout = OutChannel; 341 OutChannel = s; 344 OutChannel = oldout;
|
H A D | err.c | 702 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 D | srvrsmtp.c | 1089 (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 D | main.c | 237 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 D | envelope.c | 787 OutChannel = e->e_xfp;
|
H A D | util.c | 3105 sm_io_flush(OutChannel, SM_TIME_DEFAULT);
|
H A D | sendmail.h | 2714 EXTERN SM_FILE_T *OutChannel; /* output connection */ variable
|
H A D | daemon.c | 853 OutChannel = outchannel;
|