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

/dovecot/src/lib/
H A Dtest-ostream-multiplex.c26 struct ostream *os2 = o_stream_create_multiplex(os, (size_t)-1); local
27 struct ostream *os3 = o_stream_multiplex_add_channel(os2, 1);
29 test_assert(o_stream_send_str(os2, "hello") == 5);
33 o_stream_unref(&os2);

Completed in 10 milliseconds