Home
last modified time | relevance | path

Searched refs:can_poll (Results 1 – 11 of 11) sorted by relevance

/third_party/glib/gio/
Dgunixinputstream.c65 guint can_poll : 1; member
162 iface->can_poll = g_unix_input_stream_pollable_can_poll; in g_unix_input_stream_pollable_iface_init()
187 unix_stream->priv->can_poll = _g_fd_is_pollable (unix_stream->priv->fd); in g_unix_input_stream_set_property()
335 if (unix_stream->priv->can_poll && in g_unix_input_stream_read()
443 return G_UNIX_INPUT_STREAM (stream)->priv->can_poll; in g_unix_input_stream_pollable_can_poll()
Dgunixoutputstream.c67 guint can_poll : 1; member
161 iface->can_poll = g_unix_output_stream_pollable_can_poll; in g_unix_output_stream_pollable_iface_init()
187 unix_stream->priv->can_poll = _g_fd_is_pollable (unix_stream->priv->fd); in g_unix_output_stream_set_property()
337 if (unix_stream->priv->can_poll && in g_unix_output_stream_write()
444 if (unix_stream->priv->can_poll && in g_unix_output_stream_writev()
530 return G_UNIX_OUTPUT_STREAM (stream)->priv->can_poll; in g_unix_output_stream_pollable_can_poll()
Dgpollableinputstream.c52 iface->can_poll = g_pollable_input_stream_default_can_poll; in g_pollable_input_stream_default_init()
83 return G_POLLABLE_INPUT_STREAM_GET_INTERFACE (stream)->can_poll (stream); in g_pollable_input_stream_can_poll()
Dgpollableoutputstream.c58 iface->can_poll = g_pollable_output_stream_default_can_poll; in g_pollable_output_stream_default_init()
90 return G_POLLABLE_OUTPUT_STREAM_GET_INTERFACE (stream)->can_poll (stream); in g_pollable_output_stream_can_poll()
Dgpollableinputstream.h71 gboolean (*can_poll) (GPollableInputStream *stream); member
Dgpollableoutputstream.h79 gboolean (*can_poll) (GPollableOutputStream *stream); member
Dgconverteroutputstream.c148 iface->can_poll = g_converter_output_stream_can_poll; in g_converter_output_stream_pollable_iface_init()
Dgconverterinputstream.c132 iface->can_poll = g_converter_input_stream_can_poll; in g_converter_input_stream_pollable_iface_init()
/third_party/libsoup/libsoup/
Dsoup-content-sniffer-stream.c331 pollable_interface->can_poll = soup_content_sniffer_stream_can_poll; in soup_content_sniffer_stream_pollable_init()
Dsoup-body-input-stream.c408 pollable_interface->can_poll = soup_body_input_stream_can_poll; in soup_body_input_stream_pollable_init()
/third_party/glib/
DNEWS6903 * GUnixOutputStream now has a can_poll() implementation
6920 677770 GUnixOutputStream does not implement can_poll