Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-filter-input-stream.c88 return g_pollable_stream_read (G_FILTER_INPUT_STREAM (fstream)->base_stream, in soup_filter_input_stream_read_fn()
119 return g_pollable_stream_read (G_FILTER_INPUT_STREAM (fstream)->base_stream, in soup_filter_input_stream_read_nonblocking()
223 nread = g_pollable_stream_read (G_INPUT_STREAM (fstream), in soup_filter_input_stream_read_until()
Dsoup-content-sniffer-stream.c110 nread = g_pollable_stream_read (G_FILTER_INPUT_STREAM (stream)->base_stream, in read_and_sniff()
183 nread = g_pollable_stream_read (G_FILTER_INPUT_STREAM (stream)->base_stream, in read_internal()
Dsoup-cache-input-stream.c225 nread = g_pollable_stream_read (base_stream, buffer, count, blocking, in read_internal()
Dsoup-multipart-input-stream.c148 nread = g_pollable_stream_read (G_INPUT_STREAM (priv->base_stream), in soup_multipart_input_stream_read_real()
Dsoup-body-input-stream.c130 nread = g_pollable_stream_read (bistream->priv->base_stream, in soup_body_input_stream_read_raw()
Dsoup-message-io.c762 nread = g_pollable_stream_read (io->body_istream, in io_read()
/third_party/glib/gio/
Dgpollableutils.h39 gssize g_pollable_stream_read (GInputStream *stream,
Dgpollableutils.c195 g_pollable_stream_read (GInputStream *stream, in g_pollable_stream_read() function
Dgconverterinputstream.c361 nread = g_pollable_stream_read (base_stream, in fill_input_buffer()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt3648 g_pollable_stream_read
/third_party/gstreamer/gstplugins_base/
DChangeLog74544 g_pollable_stream_read and g_pollable_stream_write were added in GLib 2.34,