Home
last modified time | relevance | path

Searched refs:G_IO_NVAL (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/gobject/
Dgsourceclosure.c45 { G_IO_NVAL, "G_IO_NVAL", "nval" }, in G_DEFINE_BOXED_TYPE()
/third_party/glib/glib/
Dgmain.h38 G_IO_NVAL GLIB_SYSDEF_POLLNVAL enumerator
Dgmain.c3791 events = pollrec->fd->events & ~(G_IO_ERR|G_IO_HUP|G_IO_NVAL); in g_main_context_query()
3921 fds[i].revents & (pollrec->fd->events | G_IO_ERR | G_IO_HUP | G_IO_NVAL); in g_main_context_check()
4478 if (fds[i].revents & G_IO_NVAL) in g_main_context_poll()
/third_party/glib/gio/
Dgsocket.c3961 if ((socket_source->pollfd.revents & G_IO_NVAL) != 0) in socket_source_prepare()
3967 socket_source->pollfd.revents = G_IO_NVAL; in socket_source_prepare()
4007 events = G_IO_NVAL; in socket_source_dispatch()
4114 condition |= G_IO_HUP | G_IO_ERR | G_IO_NVAL; in socket_source_new()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c3520 #define READ_ERR (G_IO_HUP | G_IO_ERR | G_IO_NVAL)
3522 #define WRITE_ERR (G_IO_HUP | G_IO_ERR | G_IO_NVAL)
/third_party/glib/gio/tests/
Dsocket.c1491 g_assert_cmpint (condition, ==, G_IO_NVAL); in postmortem_source_cb()