Searched refs:g_io_channel_read (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/tests/ |
D | gio-test.c | 79 error = g_io_channel_read (channel, bufp, left, &nb); in read_all() 209 error = g_io_channel_read (channel, (gchar *) &msg, sizeof (MSG), &nb); in recv_windows_message()
|
D | timeloop.c | 43 err = g_io_channel_read (channel, buf + bytes_read, len - bytes_read, &count); in read_all()
|
D | mainloop-test.c | 66 err = g_io_channel_read (channel, buf + bytes_read, len - bytes_read, &count); in read_all()
|
/third_party/glib/tests/gobject/ |
D | timeloop-closure.c | 44 err = g_io_channel_read (channel, buf + bytes_read, len - bytes_read, &count); in read_all()
|
/third_party/glib/glib/ |
D | giochannel.h | 166 GIOError g_io_channel_read (GIOChannel *channel,
|
D | giochannel.c | 302 g_io_channel_read (GIOChannel *channel, in g_io_channel_read() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1290 g_io_channel_read
|