/third_party/glib/tests/ |
D | gio-test.c | 117 (cond & G_IO_ERR) ? " ERR" : "", in recv_message() 122 if (cond & (G_IO_ERR | G_IO_HUP)) in recv_message() 321 G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP, in main()
|
/third_party/glib/gio/ |
D | gdatagrambased.c | 419 g_return_val_if_fail ((out & ~(condition | G_IO_ERR | G_IO_HUP)) == 0, in g_datagram_based_condition_check() 420 out & (condition | G_IO_ERR | G_IO_HUP)); in g_datagram_based_condition_check()
|
D | gsocket.c | 1244 return G_IO_ERR; in g_socket_datagram_based_condition_check() 3900 condition |= G_IO_ERR; in update_condition_unlocked() 3912 condition |= G_IO_ERR; in update_condition_unlocked() 3921 condition |= (G_IO_HUP | G_IO_ERR); in update_condition_unlocked() 4114 condition |= G_IO_HUP | G_IO_ERR | G_IO_NVAL; in socket_source_new() 4232 condition |= G_IO_ERR | G_IO_HUP; in g_socket_condition_check() 4356 condition |= G_IO_ERR | G_IO_HUP; in g_socket_condition_timed_wait()
|
D | gunixmounts.c | 1862 if (cond & G_IO_ERR) in proc_mounts_changed() 1981 proc_mounts_watch_source = g_io_create_watch (proc_mounts_channel, G_IO_ERR); in mount_monitor_start()
|
/third_party/gstreamer/gstplugins_base/gst/tcp/ |
D | gsttcpclientsrc.c | 219 G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP, src->cancellable, &err)) in gst_tcp_client_src_create() 224 G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP); in gst_tcp_client_src_create() 226 if ((condition & G_IO_ERR)) { in gst_tcp_client_src_create()
|
D | gsttcpserversrc.c | 218 G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP, src->cancellable, &err)) in gst_tcp_server_src_create() 223 G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP); in gst_tcp_server_src_create() 225 if ((condition & G_IO_ERR)) { in gst_tcp_server_src_create()
|
D | gsttcpserversink.c | 218 if ((condition & G_IO_ERR)) { in gst_tcp_server_sink_socket_condition() 367 G_IO_IN | G_IO_OUT | G_IO_PRI | G_IO_ERR | G_IO_HUP, in gst_tcp_server_sink_init_send()
|
D | gstmultisocketsink.c | 1024 G_IO_IN | G_IO_OUT | G_IO_PRI | G_IO_ERR | G_IO_HUP); in gst_multi_socket_sink_hash_adding() 1041 ensure_condition (sink, client, G_IO_IN | G_IO_PRI | G_IO_ERR | G_IO_HUP); in gst_multi_socket_sink_stop_sending() 1078 if ((condition & G_IO_ERR)) { in gst_multi_socket_sink_socket_condition()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | xcb_event_source.c | 101 source->pfd.events = G_IO_IN | G_IO_ERR; in xcb_event_source_new()
|
/third_party/glib/glib/tests/ |
D | spawn-singlethread.c | 101 if (condition & G_IO_ERR) in on_child_stdout() 151 source = g_io_create_watch (channel, G_IO_IN | G_IO_HUP | G_IO_ERR); in test_spawn_async() 278 source = g_io_create_watch (channel, G_IO_IN | G_IO_HUP | G_IO_ERR); in test_spawn_async_with_fds()
|
D | gpoll.c | 61 fds[i].events = G_IO_IN | G_IO_OUT | G_IO_ERR; in reset_fds() 105 fds[i].revents |= (G_IO_HUP | G_IO_ERR); in check_fds()
|
/third_party/libwebsockets/lib/event-libs/glib/ |
D | glib.c | 109 if (cond & G_IO_ERR) in lws_glib_dispatch() 326 GIOCondition cond = wsi->w_read.actual_events | G_IO_ERR; in elops_io_glib()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/ |
D | wayland_event_source.c | 212 source->pfd.events = G_IO_IN | G_IO_ERR; in wayland_event_source_new()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/wayland/ |
D | wayland_event_source.c | 201 source->pfd.events = G_IO_IN | G_IO_ERR; in wayland_event_source_new()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/xcb/ |
D | xcb_event_source.c | 251 source->pfd.events = G_IO_IN | G_IO_ERR; in xcb_event_source_new()
|
/third_party/glib/gobject/ |
D | gsourceclosure.c | 43 { G_IO_ERR, "G_IO_ERR", "err" }, in G_DEFINE_BOXED_TYPE()
|
/third_party/pulseaudio/src/pulse/ |
D | glib-mainloop.c | 198 (flags & PA_IO_EVENT_ERROR ? G_IO_ERR : 0) | in map_flags_to_glib() 206 (flags & G_IO_ERR ? PA_IO_EVENT_ERROR : 0) | in map_flags_from_glib()
|
D | ohos_glib-mainloop.c | 199 (flags & PA_IO_EVENT_ERROR ? G_IO_ERR : 0) | in map_flags_to_glib() 207 (flags & G_IO_ERR ? PA_IO_EVENT_ERROR : 0) | in map_flags_from_glib()
|
/third_party/glib/glib/ |
D | gtester.c | 250 if (first_read_eof || (condition & (G_IO_ERR | G_IO_HUP))) in child_report_cb() 417 …id = g_io_add_watch_full (ioc_report, G_PRIORITY_DEFAULT - 1, G_IO_IN | G_IO_ERR | G_IO_HUP, child… in launch_test_binary()
|
D | gmain.h | 36 G_IO_ERR GLIB_SYSDEF_POLLERR, enumerator
|
D | gspawn-win32.c | 995 G_IO_IN | G_IO_ERR | G_IO_HUP, in g_spawn_sync() 1008 G_IO_IN | G_IO_ERR | G_IO_HUP, in g_spawn_sync()
|
D | giowin32.c | 381 channel->revents |= G_IO_ERR; in read_thread() 504 channel->revents |= G_IO_ERR; in write_thread() 924 watch->pollfd.revents |= (G_IO_HUP | G_IO_ERR); in g_io_win32_check()
|
D | gspawn.c | 447 { outpipe, G_IO_IN | G_IO_HUP | G_IO_ERR, 0 }, in g_spawn_sync() 448 { errpipe, G_IO_IN | G_IO_HUP | G_IO_ERR, 0 }, in g_spawn_sync()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbus.c | 807 return bsrc->bus->priv->pollfd.revents & (G_IO_IN | G_IO_HUP | G_IO_ERR); in gst_bus_source_check()
|
/third_party/glib/gio/tests/ |
D | gapplication.c | 127 fd.events = G_IO_IN | G_IO_HUP | G_IO_ERR;
|