Searched refs:G_IS_POLLABLE_INPUT_STREAM (Results 1 – 9 of 9) sorted by relevance
81 g_return_val_if_fail (G_IS_POLLABLE_INPUT_STREAM (stream), FALSE); in g_pollable_input_stream_can_poll()109 g_return_val_if_fail (G_IS_POLLABLE_INPUT_STREAM (stream), FALSE); in g_pollable_input_stream_is_readable()136 g_return_val_if_fail (G_IS_POLLABLE_INPUT_STREAM (stream), NULL); in g_pollable_input_stream_create_source()193 g_return_val_if_fail (G_IS_POLLABLE_INPUT_STREAM (stream), -1); in g_pollable_input_stream_read_nonblocking()
115 g_return_val_if_fail (G_IS_POLLABLE_INPUT_STREAM (pollable_stream) || in g_pollable_source_new()149 g_return_val_if_fail (G_IS_POLLABLE_INPUT_STREAM (pollable_stream) || in g_pollable_source_new_full()
32 #define G_IS_POLLABLE_INPUT_STREAM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_POLLA… macro
588 return (G_IS_POLLABLE_INPUT_STREAM (base_stream) && in g_converter_input_stream_can_poll()
1287 !(G_IS_POLLABLE_INPUT_STREAM (stream) && in g_input_stream_async_read_is_via_threads()
242 return G_IS_POLLABLE_INPUT_STREAM (base_stream) && in soup_content_sniffer_stream_can_poll()
330 return G_IS_POLLABLE_INPUT_STREAM (base_stream) && in soup_body_input_stream_can_poll()
1302 g_return_if_fail (G_IS_POLLABLE_INPUT_STREAM (is)); in soup_websocket_connection_constructed()
3615 G_IS_POLLABLE_INPUT_STREAM