Searched defs:os3 (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ | ||
H A D | test-ostream-multiplex.c | 27 struct ostream *os3 = o_stream_multiplex_add_channel(os2, 1); local 30 test_assert(o_stream_send_str(os3, "world") == 5); 32 o_stream_unref(&os3); |
Completed in 10 milliseconds