Home
last modified time | relevance | path

Searched refs:G_IO_ERR (Results 1 – 25 of 33) sorted by relevance

12

/third_party/glib/tests/
Dgio-test.c117 (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/
Dgdatagrambased.c419 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()
Dgsocket.c1244 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()
Dgunixmounts.c1862 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/
Dgsttcpclientsrc.c219 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()
Dgsttcpserversrc.c218 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()
Dgsttcpserversink.c218 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()
Dgstmultisocketsink.c1024 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/
Dxcb_event_source.c101 source->pfd.events = G_IO_IN | G_IO_ERR; in xcb_event_source_new()
/third_party/glib/glib/tests/
Dspawn-singlethread.c101 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()
Dgpoll.c61 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/
Dglib.c109 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/
Dwayland_event_source.c212 source->pfd.events = G_IO_IN | G_IO_ERR; in wayland_event_source_new()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/wayland/
Dwayland_event_source.c201 source->pfd.events = G_IO_IN | G_IO_ERR; in wayland_event_source_new()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/xcb/
Dxcb_event_source.c251 source->pfd.events = G_IO_IN | G_IO_ERR; in xcb_event_source_new()
/third_party/glib/gobject/
Dgsourceclosure.c43 { G_IO_ERR, "G_IO_ERR", "err" }, in G_DEFINE_BOXED_TYPE()
/third_party/pulseaudio/src/pulse/
Dglib-mainloop.c198 (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()
Dohos_glib-mainloop.c199 (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/
Dgtester.c250 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()
Dgmain.h36 G_IO_ERR GLIB_SYSDEF_POLLERR, enumerator
Dgspawn-win32.c995 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()
Dgiowin32.c381 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()
Dgspawn.c447 { 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/
Dgstbus.c807 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/
Dgapplication.c127 fd.events = G_IO_IN | G_IO_HUP | G_IO_ERR;

12