Searched refs:InChannel (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | srvrsmtp.c | 873 (void) sm_io_autoflush(InChannel, OutChannel); 1008 if (getsockname(sm_io_getinfo(InChannel, 1041 if (getsockname(sm_io_getinfo(InChannel, 1308 fd = sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL); 1318 sm_io_ungetc(InChannel, SM_TIME_DEFAULT, 1426 (p = sfgets(inp, sizeof(inp), InChannel, 1670 if (sfdcsasl(&InChannel, &OutChannel, 1676 (void) sm_io_autoflush(InChannel, 2280 (void) sm_io_autoflush(InChannel, OutChannel); 3750 collect(InChannel, true, NULL, e, true); [all …]
|
| H A D | err.c | 751 if (InChannel == NULL || sm_io_eof(InChannel) || 752 sm_io_error(InChannel) || strncmp(msg, "221", 3) == 0)
|
| H A D | main.c | 220 InChannel = smioin; 2610 authinfo = getauthinfo(sm_io_getinfo(InChannel, SM_IO_WHAT_FD, 2793 collect(InChannel, false, NULL, &MainEnvelope, true); 2853 collect(InChannel, false, NULL, &MainEnvelope, true); 3335 sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL), 3358 if (InChannel != smioin) 3360 (void) sm_io_close(InChannel, SM_TIME_DEFAULT); 3361 InChannel = smioin;
|
| H A D | daemon.c | 824 InChannel = inchannel; 848 if (getsockname(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
|
| H A D | util.c | 2923 p = sfgets(inp, sizeof(inp), InChannel, TimeOuts.to_nextcommand, "pre");
|
| H A D | sendmail.h | 2526 EXTERN SM_FILE_T *InChannel; /* input connection */ variable
|