Home | History | Annotate | Download | only in tests

Lines Matching full:channel

20 /* A test program for the main loop and IO channel code.
65 GIOChannel *channel,
81 error = g_io_channel_read (channel, bufp, left, &nb);
114 recv_message (GIOChannel *channel,
118 gint fd = g_io_channel_unix_get_fd (channel);
143 error = read_all (fd, channel, (gchar *) &seq, sizeof (seq), &nb);
170 error = read_all (fd, channel, (gchar *) &nbytes, sizeof (nbytes), &nb);
198 error = read_all (fd, channel, buf, nbytes, &nb);
230 recv_windows_message (GIOChannel *channel,
240 error = g_io_channel_read (channel, &msg, sizeof (MSG), &nb);