Lines Matching refs:DATA
33 #define DATA "abcdefghijklmnopqrstuvwxyz" macro
61 while (offset < (gssize) sizeof (DATA)) in writer_thread()
63 nwrote = g_output_stream_write (out, DATA + offset, in writer_thread()
64 sizeof (DATA) - offset, in writer_thread()
92 char buf[sizeof (DATA)]; in reader_thread()
108 while (total < (gssize) sizeof (DATA)) in reader_thread()
128 g_assert_cmpstr (buf, ==, DATA); in reader_thread()
137 char main_buf[sizeof (DATA)];
283 char buf[sizeof (DATA)];
307 g_assert_cmpstr (p->buf, ==, DATA); in pipe_io_overlap_reader_thread()
322 g_output_stream_write_all (out, DATA, sizeof (DATA), in pipe_io_overlap_writer_thread()
325 g_assert_cmpuint (bytes_written, ==, sizeof (DATA)); in pipe_io_overlap_writer_thread()
381 g_output_stream_write_all (out, DATA, 1, &bytes_written, NULL, &err); in pipe_io_concurrent_writer_thread()