Searched refs:tee_i_stream_create_child (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib/
H A Distream-tee.h15 struct istream *tee_i_stream_create_child(struct tee_istream *tee);
H A Dtest-istream-tee.c25 child_input[i] = tee_i_stream_create_child(tee);
106 child_input[i] = tee_i_stream_create_child(tee);
H A Distream-tee.c213 struct istream *tee_i_stream_create_child(struct tee_istream *tee) function
/dovecot/src/plugins/fs-compress/
H A Dfs-compress.c174 child_input = tee_i_stream_create_child(tee_input);
176 try_inputs[1] = tee_i_stream_create_child(tee_input);
/dovecot/src/lib-storage/index/
H A Dindex-mail-headers.c393 input = tee_i_stream_create_child(mail->data.tee_stream);
394 input2 = tee_i_stream_create_child(mail->data.tee_stream);

Completed in 28 milliseconds