Searched refs:G_UNIX_INPUT_STREAM (Results 1 – 4 of 4) sorted by relevance
181 unix_stream = G_UNIX_INPUT_STREAM (object); in g_unix_input_stream_set_property()206 unix_stream = G_UNIX_INPUT_STREAM (object); in g_unix_input_stream_get_property()331 unix_stream = G_UNIX_INPUT_STREAM (stream); in g_unix_input_stream_read()398 unix_stream = G_UNIX_INPUT_STREAM (stream); in g_unix_input_stream_close()443 return G_UNIX_INPUT_STREAM (stream)->priv->can_poll; in g_unix_input_stream_pollable_can_poll()449 GUnixInputStream *unix_stream = G_UNIX_INPUT_STREAM (stream); in g_unix_input_stream_pollable_is_readable()468 GUnixInputStream *unix_stream = G_UNIX_INPUT_STREAM (stream); in g_unix_input_stream_pollable_create_source()
29 #define G_UNIX_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNIX_INPUT_STREAM… macro
324 is = G_UNIX_INPUT_STREAM (g_unix_input_stream_new (0, TRUE)); in test_basic()438 is = G_UNIX_INPUT_STREAM (g_unix_input_stream_new (fd[0], TRUE)); in test_read_write()490 is = G_UNIX_INPUT_STREAM (g_unix_input_stream_new (fd[0], TRUE)); in test_write_wouldblock()570 is = G_UNIX_INPUT_STREAM (g_unix_input_stream_new (fd[0], TRUE)); in test_writev_wouldblock()696 is = G_UNIX_INPUT_STREAM (g_unix_input_stream_new (fd[0], TRUE)); in test_write_async_wouldblock()793 is = G_UNIX_INPUT_STREAM (g_unix_input_stream_new (fd[0], TRUE)); in test_writev_async_wouldblock()
714 G_UNIX_INPUT_STREAM