Searched refs:g_io_channel_set_flags (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/glib/tests/ |
D | protocol.c | 173 g_io_channel_set_flags (channel, G_IO_FLAG_NONBLOCK, NULL); in test_message() 300 g_io_channel_set_flags (channel, G_IO_FLAG_NONBLOCK, NULL); in test_error()
|
/third_party/glib/tests/ |
D | iochannel-test.c | 100 status = g_io_channel_set_flags (gio_r, G_IO_FLAG_NONBLOCK, &gerr); in main()
|
/third_party/glib/glib/ |
D | giochannel.h | 216 GIOStatus g_io_channel_set_flags (GIOChannel *channel,
|
D | giochannel.c | 504 g_io_channel_set_flags (channel, flags & ~G_IO_FLAG_NONBLOCK, NULL); in g_io_channel_shutdown() 560 g_io_channel_set_flags (channel, flags & ~G_IO_FLAG_NONBLOCK, NULL); in g_io_channel_purge() 973 g_io_channel_set_flags (GIOChannel *channel, in g_io_channel_set_flags() function
|
D | gtester.c | 414 g_io_channel_set_flags (ioc_report, G_IO_FLAG_NONBLOCK, NULL); in launch_test_binary()
|
/third_party/gstreamer/gstplugins_bad/sys/bluez/ |
D | gstavdtputil.c | 861 status = g_io_channel_set_flags (conn->stream, flags, NULL); in gst_avdtp_connection_conf_recv_stream_fd() 878 status = g_io_channel_set_flags (conn->stream, flags, NULL); in gst_avdtp_connection_conf_recv_stream_fd()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1278 g_io_channel_set_flags
|
/third_party/glib/ |
D | NEWS | 12059 341192 g_io_channel_set_flags not implemented on win32
|