Searched refs:OutChannel (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | control.c | 341 oldout = OutChannel; 342 OutChannel = s; 345 OutChannel = oldout;
|
| H A D | err.c | 703 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 D | srvrsmtp.c | 949 (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 D | main.c | 226 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 D | envelope.c | 802 OutChannel = e->e_xfp;
|
| H A D | util.c | 2935 sm_io_flush(OutChannel, SM_TIME_DEFAULT);
|
| H A D | sendmail.h | 2555 EXTERN SM_FILE_T *OutChannel; /* output connection */ variable
|
| H A D | daemon.c | 845 OutChannel = outchannel;
|