Searched refs:OutChannel (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | control.c | 342 oldout = OutChannel; 343 OutChannel = s; 346 OutChannel = oldout;
|
| D | err.c | 706 if (OutChannel == NULL) 725 (void) sm_io_fprintf(OutChannel, SM_TIME_DEFAULT, "%s\r\n", 728 (void) sm_io_fprintf(OutChannel, SM_TIME_DEFAULT, "%s\n", 743 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT); 744 if (!sm_io_error(OutChannel) || DisConnected)
|
| D | srvrsmtp.c | 983 (void) sm_io_autoflush(InChannel, OutChannel); 1548 if (sm_io_error(OutChannel) || 1798 if (sfdcsasl(&InChannel, &OutChannel, 1805 OutChannel); 2283 wfd = sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL); 2295 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT); 2422 if (sfdctls(&InChannel, &OutChannel, srv_ssl) == 0) 2426 (void) sm_io_autoflush(InChannel, OutChannel); 3648 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT); 4505 (void) sm_io_flush(OutChannel, SM_TIME_DEFAULT); [all …]
|
| D | main.c | 237 OutChannel = smioout; 3445 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL), 3486 if (OutChannel != smioout && 3487 sm_io_getinfo(OutChannel, SM_IO_WHAT_FD, NULL) != 3490 (void) sm_io_close(OutChannel, SM_TIME_DEFAULT); 3491 OutChannel = smioout;
|
| D | envelope.c | 787 OutChannel = e->e_xfp;
|
| D | util.c | 3085 sm_io_flush(OutChannel, SM_TIME_DEFAULT);
|
| D | sendmail.h | 2638 EXTERN SM_FILE_T *OutChannel; /* output connection */ variable
|
| D | daemon.c | 859 OutChannel = outchannel;
|