Searched refs:client_ostream (Results 1 – 1 of 1) sorted by relevance
163 GOutputStream *client_ostream; member213 f->client_ostream = g_object_new (MY_TYPE_OUTPUT_STREAM, in setup()217 g_assert (G_IS_OUTPUT_STREAM (f->client_ostream)); in setup()225 f->client_stream = test_io_stream_new (f->client_istream, f->client_ostream); in setup()265 initial = my_output_stream_get_bytes_started (f->client_ostream); in test_flush_busy()279 started = my_output_stream_get_bytes_started (f->client_ostream); in test_flush_busy()284 g_assert_cmpint (my_output_stream_get_bytes_flushed (f->client_ostream), in test_flush_busy()291 g_assert_cmpint (my_output_stream_get_bytes_flushed (f->client_ostream), in test_flush_busy()304 g_assert_cmpint (my_output_stream_get_bytes_flushed (f->client_ostream), in test_flush_busy()315 initial = my_output_stream_get_bytes_finished (f->client_ostream); in test_flush_idle()[all …]