Lines Matching defs:multiplex_ochannel
13 struct multiplex_ochannel {
30 ARRAY(struct multiplex_ochannel *) channels;
35 static struct multiplex_ochannel *
38 struct multiplex_ochannel **channelp;
49 struct multiplex_ochannel **channelp;
55 static struct multiplex_ochannel *get_next_channel(struct multiplex_ostream *mstream)
58 struct multiplex_ochannel *channel = NULL;
59 struct multiplex_ochannel **channelp;
70 struct multiplex_ochannel *channel;
105 struct multiplex_ochannel *channel = (struct multiplex_ochannel*)stream;
132 struct multiplex_ochannel *const *channelp;
133 struct multiplex_ochannel *channel = (struct multiplex_ochannel*)stream;
146 struct multiplex_ochannel **channelp;
159 struct multiplex_ochannel **channelp;
160 struct multiplex_ochannel *channel = (struct multiplex_ochannel*)stream;
177 struct multiplex_ochannel *channel = i_new(struct multiplex_ochannel, 1);
193 struct multiplex_ochannel *chan =
194 (struct multiplex_ochannel *)stream->real_stream;
216 struct multiplex_ochannel *channel =
217 (struct multiplex_ochannel *)stream->real_stream;