Searched refs:InChannel (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | srvrsmtp.c | 949 (void) sm_io_autoflush(InChannel, OutChannel); 1088 if (getsockname(sm_io_getinfo(InChannel, 1121 if (getsockname(sm_io_getinfo(InChannel, 1388 fd = sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL); 1398 sm_io_ungetc(InChannel, SM_TIME_DEFAULT, 1515 (p = sfgets(inp, sizeof(inp), InChannel, 1761 if (sfdcsasl(&InChannel, &OutChannel, 1767 (void) sm_io_autoflush(InChannel, 2387 (void) sm_io_autoflush(InChannel, OutChannel); 3892 collect(InChannel, true, NULL, e, true); [all …]
|
| H A D | err.c | 745 if (InChannel == NULL || sm_io_eof(InChannel) || 746 sm_io_error(InChannel) || strncmp(msg, "221", 3) == 0)
|
| H A D | main.c | 225 InChannel = smioin; 2618 authinfo = getauthinfo(sm_io_getinfo(InChannel, SM_IO_WHAT_FD, 2812 collect(InChannel, false, NULL, &MainEnvelope, true); 2872 collect(InChannel, false, NULL, &MainEnvelope, true); 3365 sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL), 3389 if (InChannel != smioin) 3391 (void) sm_io_close(InChannel, SM_TIME_DEFAULT); 3392 InChannel = smioin;
|
| H A D | daemon.c | 844 InChannel = inchannel; 868 if (getsockname(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
|
| H A D | util.c | 2939 p = sfgets(inp, sizeof(inp), InChannel, TimeOuts.to_nextcommand, "pre");
|
| H A D | sendmail.h | 2554 EXTERN SM_FILE_T *InChannel; /* input connection */ variable
|