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

/dovecot/src/lib/
H A Dtest-istream.c59 void test_istream(void) function
/dovecot/src/lib-test/
H A Dtest-istream.c8 struct test_istream { struct
23 struct test_istream *tstream = (struct test_istream *)stream;
101 struct test_istream *tstream = (struct test_istream *)stream;
110 struct test_istream *tstream;
112 tstream = i_new(struct test_istream, 1);
132 static struct test_istream *test_istream_find(struct istream *input)
138 return (struct test_istream *)in->real_stream;
145 struct test_istream *tstrea
[all...]
/dovecot/src/lib-mail/
H A Dtest-istream-header-filter.c76 test_istream_run(struct istream *test_istream, argument
88 filter = i_stream_create_header_filter(test_istream, flags, NULL, 0,
92 test_istream_set_size(test_istream, i);
95 test_istream_set_size(test_istream, input_len);

Completed in 833 milliseconds