Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c685 (void) sm_io_autoflush(InChannel, OutChannel);
820 if (getsockname(sm_io_getinfo(InChannel,
853 if (getsockname(sm_io_getinfo(InChannel,
1069 fd = sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL);
1079 sm_io_ungetc(InChannel, SM_TIME_DEFAULT,
1187 (p = sfgets(inp, sizeof(inp), InChannel,
1429 if (sfdcsasl(&InChannel, &OutChannel,
1435 (void) sm_io_autoflush(InChannel,
2010 (void) sm_io_autoflush(InChannel, OutChannel);
3478 collect(InChannel, true, NULL, e, true);
[all …]
H A Derr.c647 if (InChannel == NULL || sm_io_eof(InChannel) ||
648 sm_io_error(InChannel) || strncmp(msg, "221", 3) == 0)
H A Dmain.c224 InChannel = smioin;
2564 authinfo = getauthinfo(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
2743 collect(InChannel, false, NULL, &MainEnvelope, true);
2803 collect(InChannel, false, NULL, &MainEnvelope, true);
3291 sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL),
3314 if (InChannel != smioin)
3316 (void) sm_io_close(InChannel, SM_TIME_DEFAULT);
3317 InChannel = smioin;
H A Ddaemon.c826 InChannel = inchannel;
838 if (getsockname(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
H A Dsendmail.h2376 EXTERN SM_FILE_T *InChannel; /* input connection */ variable