Lines Matching refs:InChannel
1089 (void) sm_io_autoflush(InChannel, OutChannel);
1225 if (getpeername(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
1237 if (getsockname(sm_io_getinfo(InChannel,
1263 if (getpeername(sm_io_getinfo(InChannel, SM_IO_WHAT_FD,
1270 if (getsockname(sm_io_getinfo(InChannel,
1529 if ((tp = channel_readable(InChannel, msecs)) != NULL)
1660 (p = sfgets(inp, sizeof(inp), InChannel,
1756 sm_io_getinfo(InChannel, SM_IO_IS_READABLE, NULL) > 0)
1903 if (sfdcsasl(&InChannel, &OutChannel,
1909 (void) sm_io_autoflush(InChannel,
2391 rfd = sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL);
2531 if (sfdctls(&InChannel, &OutChannel, srv_ssl) == 0)
2535 (void) sm_io_autoflush(InChannel, OutChannel);
2591 sm_io_getinfo(InChannel, SM_IO_IS_READABLE, NULL) > 0)
4043 sm_io_getinfo(InChannel, SM_IO_IS_READABLE, NULL) > 0)
4172 collect(InChannel, SMTPMODE_LAX
4859 inchfd = sm_io_getinfo(InChannel, SM_IO_WHAT_FD, NULL); in setup_smtpd_io()
4906 sm_io_automode(OutChannel, InChannel); in setup_smtpd_io()