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

/dovecot/src/lib/
H A Dtest-iostream-temp.c78 struct istream *input, *input2, *temp_input; local
96 temp_input = iostream_temp_finish(&output, 128);
97 test_assert(i_stream_read(temp_input) == 6);
98 i_stream_destroy(&temp_input);

Completed in 6 milliseconds