Home
last modified time | relevance | path

Searched refs:pollable_stream (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgpollableutils.c110 g_pollable_source_new (GObject *pollable_stream) in g_pollable_source_new() argument
115 g_return_val_if_fail (G_IS_POLLABLE_INPUT_STREAM (pollable_stream) || in g_pollable_source_new()
116 G_IS_POLLABLE_OUTPUT_STREAM (pollable_stream), NULL); in g_pollable_source_new()
121 pollable_source->stream = g_object_ref (pollable_stream); in g_pollable_source_new()
143 g_pollable_source_new_full (gpointer pollable_stream, in g_pollable_source_new_full() argument
149 g_return_val_if_fail (G_IS_POLLABLE_INPUT_STREAM (pollable_stream) || in g_pollable_source_new_full()
150 G_IS_POLLABLE_OUTPUT_STREAM (pollable_stream), NULL); in g_pollable_source_new_full()
152 source = g_pollable_source_new (pollable_stream); in g_pollable_source_new_full()
Dgpollableutils.h31 GSource *g_pollable_source_new (GObject *pollable_stream);
34 GSource *g_pollable_source_new_full (gpointer pollable_stream,
Dgiotypes.h595 typedef gboolean (*GPollableSourceFunc) (GObject *pollable_stream,
/third_party/libsoup/libsoup/
Dsoup-websocket-connection.c168 static gboolean on_web_socket_input (GObject *pollable_stream,
170 static gboolean on_web_socket_output (GObject *pollable_stream,
1164 on_web_socket_input (GObject *pollable_stream, in on_web_socket_input() argument
1240 on_web_socket_output (GObject *pollable_stream, in on_web_socket_output() argument