Lines Matching refs:pieces
63 gint pieces; in cook_pieces() local
65 pieces = g_test_rand_int_range (0, MAX_PIECES + 1); in cook_pieces()
66 array = g_new (char *, pieces + 1); in cook_pieces()
67 array[pieces] = NULL; in cook_pieces()
69 while (pieces--) in cook_pieces()
70 array[pieces] = cook_piece (); in cook_pieces()
80 gchar **pieces; member
101 if (sleepy->pieces[sleepy->index] == NULL) in G_DEFINE_TYPE()
114 sleepy->current = sleepy->pieces[sleepy->index++]; in G_DEFINE_TYPE()
130 sleepy->pieces = cook_pieces (); in sleepy_stream_init()
140 g_strfreev (sleepy->pieces); in sleepy_stream_finalize()
193 for (i = 0; stream->pieces[i]; i++) in build_comparison()
194 g_string_append (str, stream->pieces[i]); in build_comparison()