Lines Matching refs:data0
740 guint32 *data0, *data1; in test_roundtrip() local
753 data0 = g_malloc (DATA_LENGTH * sizeof (guint32)); in test_roundtrip()
755 data0[i] = g_random_int (); in test_roundtrip()
757 istream0 = g_memory_input_stream_new_from_data (data0, in test_roundtrip()
796 g_assert_cmpmem (data0, DATA_LENGTH * sizeof (guint32), in test_roundtrip()
806 g_free (data0); in test_roundtrip()
1113 guint32 *data0, *data1; in test_truncation() local
1120 data0 = g_malloc (DATA_LENGTH * sizeof (guint32)); in test_truncation()
1122 data0[i] = g_random_int (); in test_truncation()
1124 istream0 = g_memory_input_stream_new_from_data (data0, in test_truncation()
1161 g_free (data0); in test_truncation()