Home
last modified time | relevance | path

Searched refs:InChannel (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/sendmail/src/
H A Dsrvrsmtp.c873 (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 Derr.c751 if (InChannel == NULL || sm_io_eof(InChannel) ||
752 sm_io_error(InChannel) || strncmp(msg, "221", 3) == 0)
H A Dmain.c220 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 Ddaemon.c824 InChannel = inchannel;
848 if (getsockname(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
H A Dutil.c2923 p = sfgets(inp, sizeof(inp), InChannel, TimeOuts.to_nextcommand, "pre");
H A Dsendmail.h2526 EXTERN SM_FILE_T *InChannel; /* input connection */ variable