Searched refs:G_IO_NVAL (Results 1 – 6 of 6) sorted by relevance
45 { G_IO_NVAL, "G_IO_NVAL", "nval" }, in G_DEFINE_BOXED_TYPE()
38 G_IO_NVAL GLIB_SYSDEF_POLLNVAL enumerator
3791 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()
3961 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()
3520 #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)
1491 g_assert_cmpint (condition, ==, G_IO_NVAL); in postmortem_source_cb()