Home
last modified time | relevance | path

Searched refs:GUnixInputStream (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gio/
Dgunixinputstream.h29 …_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNIX_INPUT_STREAM, GUnixInputStream))
40 typedef struct _GUnixInputStream GUnixInputStream; typedef
44 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUnixInputStream, g_object_unref)
74 void g_unix_input_stream_set_close_fd (GUnixInputStream *stream,
77 gboolean g_unix_input_stream_get_close_fd (GUnixInputStream *stream);
79 gint g_unix_input_stream_get_fd (GUnixInputStream *stream);
Dgunixinputstream.c71 G_DEFINE_TYPE_WITH_CODE (GUnixInputStream, g_unix_input_stream, G_TYPE_INPUT_STREAM,
72 G_ADD_PRIVATE (GUnixInputStream)
179 GUnixInputStream *unix_stream; in g_unix_input_stream_set_property()
204 GUnixInputStream *unix_stream; in g_unix_input_stream_get_property()
222 g_unix_input_stream_init (GUnixInputStream *unix_stream) in g_unix_input_stream_init()
245 GUnixInputStream *stream; in g_unix_input_stream_new()
268 g_unix_input_stream_set_close_fd (GUnixInputStream *stream, in g_unix_input_stream_set_close_fd()
293 g_unix_input_stream_get_close_fd (GUnixInputStream *stream) in g_unix_input_stream_get_close_fd()
311 g_unix_input_stream_get_fd (GUnixInputStream *stream) in g_unix_input_stream_get_fd()
325 GUnixInputStream *unix_stream; in g_unix_input_stream_read()
[all …]
/third_party/glib/gio/tests/
Dunix-streams.c319 GUnixInputStream *is; in test_basic()
425 GUnixInputStream *is; in test_read_write()
472 GUnixInputStream *is; in test_write_wouldblock()
550 GUnixInputStream *is; in test_writev_wouldblock()
645 read_async_wouldblock_cb (GUnixInputStream *is, in read_async_wouldblock_cb()
666 GUnixInputStream *is; in test_write_async_wouldblock()
753 GUnixInputStream *is; in test_writev_async_wouldblock()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt706 <TITLE>GUnixInputStream</TITLE>
707 GUnixInputStream
/third_party/glib/
DNEWS224 - #1180 GUnixInputStream and GUnixOutputStream don't consider TTYs pollable