Searched refs:OutChannel (Results 1 – 7 of 7) sorted by relevance
| /trueos/contrib/sendmail/src/ |
| HD | control.c | 342 oldout = OutChannel; 343 OutChannel = s; 346 OutChannel = oldout;
|
| HD | 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)
|
| HD | srvrsmtp.c | 686 (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 …]
|
| HD | main.c | 221 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;
|
| HD | envelope.c | 777 OutChannel = e->e_xfp;
|
| HD | sendmail.h | 2474 EXTERN SM_FILE_T *OutChannel; /* output connection */ variable
|
| HD | daemon.c | 827 OutChannel = outchannel;
|