Searched refs:g_input_stream_read (Results 1 – 12 of 12) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gdatainputstream.c | 319 res = g_input_stream_read (G_INPUT_STREAM (stream), in read_data() 802 res = g_input_stream_read (G_INPUT_STREAM (stream), in g_data_input_stream_read_line() 921 res = g_input_stream_read (G_INPUT_STREAM (stream), in g_data_input_stream_read_until() 962 bytes = g_input_stream_read (G_INPUT_STREAM (data->stream), in g_data_input_stream_read_complete()
|
D | ginputstream.h | 116 gssize g_input_stream_read (GInputStream *stream,
|
D | ginputstream.c | 175 g_input_stream_read (GInputStream *stream, in g_input_stream_read() function 264 res = g_input_stream_read (stream, (char *)buffer + _bytes_read, count - _bytes_read, in g_input_stream_read_all()
|
D | gfilterinputstream.c | 297 nread = g_input_stream_read (base_stream, in g_filter_input_stream_read()
|
D | gbufferedinputstream.c | 678 nread = g_input_stream_read (base_stream, in g_buffered_input_stream_real_fill() 809 nread = g_input_stream_read (base_stream, in g_buffered_input_stream_read()
|
D | gio.symbols | 490 g_input_stream_read
|
D | goutputstream.c | 420 n_read = g_input_stream_read (source, buffer, sizeof (buffer), cancellable, error); in g_output_stream_real_splice()
|
D | gfile.c | 2244 n_read = g_input_stream_read (in, buffer, sizeof (buffer), cancellable, error); in copy_stream_with_progress() 5175 while ((res = g_input_stream_read (G_INPUT_STREAM (in), in g_file_load_contents()
|
/external/bluetooth/glib/gio/tests/ |
D | memory-input-stream.c | 53 bytes_read = g_input_stream_read (stream, buffer, chunk_size, NULL, &error); in test_read_chunks()
|
D | unix-streams.c | 91 nread = g_input_stream_read (in, buf + total, sizeof (buf) - total, in reader_thread()
|
D | live-g-file.c | 457 g_input_stream_read (G_INPUT_STREAM (ins), buffer + total_read, in test_initial_structure()
|
/external/bluetooth/glib/docs/reference/gio/ |
D | gio-sections.txt | 469 g_input_stream_read
|