Searched refs:OutChannel (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | control.c | 344 oldout = OutChannel; 345 OutChannel = s; 348 OutChannel = oldout;
|
H A D | err.c | 607 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)
|
H A D | srvrsmtp.c | 685 (void) sm_io_autoflush(InChannel, OutChannel); 1186 if (sm_io_error(OutChannel) || 1429 if (sfdcsasl(&InChannel, &OutChannel, 1436 OutChannel); 1877 wfd = sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL); 1891 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT); 2006 if (sfdctls(&InChannel, &OutChannel, srv_ssl) == 0) 2010 (void) sm_io_autoflush(InChannel, OutChannel); 3134 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT); 3824 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT); [all …]
|
H A D | main.c | 225 OutChannel = smioout; 3292 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL), e); 3332 if (OutChannel != smioout && 3333 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL) != 3336 (void) sm_io_close(OutChannel, SM_TIME_DEFAULT); 3337 OutChannel = smioout;
|
H A D | envelope.c | 775 OutChannel = e->e_xfp;
|
H A D | sendmail.h | 2377 EXTERN SM_FILE_T *OutChannel; /* output connection */ variable
|
H A D | daemon.c | 827 OutChannel = outchannel;
|