Lines Matching refs:o_stream_send
17 test_assert(o_stream_send(output, "123", 3) == 3);
19 test_assert(o_stream_send(output, "4", 1) == 1);
25 test_assert(o_stream_send(output, "5", 1) == 1);
39 test_assert(o_stream_send(output, "123", 3) == 3);
41 test_assert(o_stream_send(output, "4", 1) == 1);
44 test_assert(o_stream_send(output, "5", 1) == 1);
58 test_assert(o_stream_send(output, "123", 3) == 3);
63 test_assert(o_stream_send(output, "45", 2) == 2);
104 test_assert(o_stream_send(output, "1234", 4) == 4);
119 test_assert(o_stream_send(output, "1", 1) == 1);