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

/dovecot/src/lib/
H A Dostream-multiplex.c13 struct multiplex_ochannel { struct
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 *channe
[all...]

Completed in 864 milliseconds