Searched refs:can_poll (Results 1 – 11 of 11) sorted by relevance
65 guint can_poll : 1; member162 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()
67 guint can_poll : 1; member161 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()
52 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()
58 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()
71 gboolean (*can_poll) (GPollableInputStream *stream); member
79 gboolean (*can_poll) (GPollableOutputStream *stream); member
148 iface->can_poll = g_converter_output_stream_can_poll; in g_converter_output_stream_pollable_iface_init()
132 iface->can_poll = g_converter_input_stream_can_poll; in g_converter_input_stream_pollable_iface_init()
331 pollable_interface->can_poll = soup_content_sniffer_stream_can_poll; in soup_content_sniffer_stream_pollable_init()
408 pollable_interface->can_poll = soup_body_input_stream_can_poll; in soup_body_input_stream_pollable_init()
6903 * GUnixOutputStream now has a can_poll() implementation6920 677770 GUnixOutputStream does not implement can_poll