Searched defs:req_channel (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Distream-multiplex.c74 struct multiplex_ichannel *req_channel)
81 req_channel->istream.istream.eof = TRUE;
88 req_channel->istream.istream.eof = TRUE;
107 return i_stream_multiplex_read(mstream, req_channel);
124 if (channel->cid != req_channel->cid)
134 if (channel->cid != req_channel->cid) {
157 ret = i_stream_multiplex_ichannel_read(&req_channel->istream);
73 i_stream_multiplex_read(struct multiplex_istream *mstream, struct multiplex_ichannel *req_channel) argument

Completed in 921 milliseconds