Home
last modified time | relevance | path

Searched refs:G_IS_POLLABLE_INPUT_STREAM (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/gio/
Dgpollableinputstream.c81 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()
Dgpollableutils.c115 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()
Dgpollableinputstream.h32 #define G_IS_POLLABLE_INPUT_STREAM(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_POLLA… macro
Dgconverterinputstream.c588 return (G_IS_POLLABLE_INPUT_STREAM (base_stream) && in g_converter_input_stream_can_poll()
Dginputstream.c1287 !(G_IS_POLLABLE_INPUT_STREAM (stream) && in g_input_stream_async_read_is_via_threads()
/third_party/libsoup/libsoup/
Dsoup-content-sniffer-stream.c242 return G_IS_POLLABLE_INPUT_STREAM (base_stream) && in soup_content_sniffer_stream_can_poll()
Dsoup-body-input-stream.c330 return G_IS_POLLABLE_INPUT_STREAM (base_stream) && in soup_body_input_stream_can_poll()
Dsoup-websocket-connection.c1302 g_return_if_fail (G_IS_POLLABLE_INPUT_STREAM (is)); in soup_websocket_connection_constructed()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt3615 G_IS_POLLABLE_INPUT_STREAM