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

/dovecot/src/lib/
H A Distream-tee.c7 struct tee_istream { struct
17 struct tee_istream *tee;
23 static void tee_streams_update_buffer(struct tee_istream *tee)
51 static void tee_streams_skip(struct tee_istream *tee)
80 struct tee_istream *tee = tstream->tee;
199 struct tee_istream *tee_i_stream_create(struct istream *input)
201 struct tee_istream *tee;
203 tee = i_new(struct tee_istream, 1);
213 struct istream *tee_i_stream_create_child(struct tee_istream *tee)

Completed in 15 milliseconds