/third_party/glib/gio/tests/ |
D | readwrite.c | 50 res = g_input_stream_read_all (in, buffer, 20, &n_bytes, NULL, NULL); in verify_iostream() 62 res = g_input_stream_read_all (in, buffer, 20, &n_bytes, NULL, NULL); in verify_iostream() 99 res = g_input_stream_read_all (in, buffer, strlen (original_data), &n_bytes, NULL, NULL); in verify_iostream() 119 res = g_input_stream_read_all (in, buffer, 15, &n_bytes, NULL, NULL); in verify_iostream() 262 res = g_input_stream_read_all (in, buffer, sizeof buffer, &n_bytes, NULL, NULL); in test_g_file_replace_readwrite()
|
D | resources.c | 143 success = g_input_stream_read_all (in, buffer, sizeof (buffer) - 1, in test_resource() 163 success = g_input_stream_read_all (in, buffer, sizeof (buffer) - 1, in test_resource() 473 success = g_input_stream_read_all (in, buffer, sizeof (buffer) - 1, in test_resource_registered() 499 success = g_input_stream_read_all (in, buffer, sizeof (buffer) - 1, in test_resource_registered() 941 ret = g_input_stream_read_all (stream, &buf, 1024, NULL, NULL, &error); in test_uri_file()
|
D | win32-streams.c | 302 g_input_stream_read_all (p->in, p->buf, sizeof (p->buf), in pipe_io_overlap_reader_thread() 397 p->success = g_input_stream_read_all (p->in, p->buf, 1, &read, p->cancellable, &err); in pipe_io_concurrent_reader_thread()
|
D | filter-streams.c | 105 g_input_stream_read_all (f2, buf, 1024, NULL, NULL, &error); in test_input_filter()
|
D | converter-stream.c | 840 g_input_stream_read_all (in2, buffer, count, &bytes_read, NULL, &error); in test_charset() 874 g_input_stream_read_all (in2, buffer, count, &bytes_read, NULL, &error); in test_charset()
|
D | unix-streams.c | 388 res = g_input_stream_read_all (data->is, data->read_data, 1024, &bytes_read, NULL, &error); in test_read_write_read_thread()
|
D | socket.c | 1779 res = g_input_stream_read_all (data->is, data->read_data, 1024, &bytes_read, NULL, &error); in test_read_write_read_thread()
|
/third_party/glib/gio/ |
D | gsocks5proxy.c | 462 if (!g_input_stream_read_all (in, data, sizeof (data), NULL, in g_socks5_proxy_connect() 483 if (!g_input_stream_read_all (in, data, sizeof (data), NULL, in g_socks5_proxy_connect() 512 if (!g_input_stream_read_all (in, data, 4, NULL, in g_socks5_proxy_connect() 522 if (!g_input_stream_read_all (in, data, 6, NULL, in g_socks5_proxy_connect() 528 if (!g_input_stream_read_all (in, data, 18, NULL, in g_socks5_proxy_connect() 534 if (!g_input_stream_read_all (in, data, 1, NULL, in g_socks5_proxy_connect() 537 if (!g_input_stream_read_all (in, data, data[0] + 2, NULL, in g_socks5_proxy_connect()
|
D | ginputstream.h | 122 gboolean g_input_stream_read_all (GInputStream *stream,
|
D | gsocks4aproxy.c | 232 if (!g_input_stream_read_all (in, data, SOCKS4_CONN_REP_LEN, NULL, in g_socks4a_proxy_connect()
|
D | ginputstream.c | 241 g_input_stream_read_all (GInputStream *stream, in g_input_stream_read_all() function 764 if (g_input_stream_read_all (stream, data->buffer, data->to_read, &data->bytes_read, in read_all_async_thread()
|
D | gdbusserver.c | 1023 if (!g_input_stream_read_all (g_io_stream_get_input_stream (G_IO_STREAM (socket_connection)), in on_run()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtspconnection.c | 817 fail_unless (g_input_stream_read_all (istream, recv, 1024, &count, NULL, in GST_START_TEST() 828 fail_unless (g_input_stream_read_all (istream, recv, 1024, &count, NULL, in GST_START_TEST()
|
/third_party/libsoup/tests/ |
D | multipart-test.c | 395 g_input_stream_read_all (in, (void*)buffer, sizeof (buffer), &bytes_read, NULL, &error); in sync_multipart_handling_cb()
|
D | proxy-test.c | 345 g_input_stream_read_all (stream, buffer, sizeof (buffer), &nread, in do_proxy_auth_request()
|
D | uri-parsing-test.c | 550 g_input_stream_read_all (stream, buf, sizeof (buf), &nread, NULL, &error); in do_data_tests()
|
D | cache-test.c | 194 g_input_stream_read_all (stream, buf, sizeof (buf), &nread, in do_request()
|
D | requester-test.c | 674 g_input_stream_read_all (stream, buf, sizeof (buf), &nread, NULL, &error); in do_null_char_request()
|
D | connection-test.c | 1051 g_assert (g_input_stream_read_all (g_io_stream_get_input_stream (data.stream), in do_one_connection_connect_test()
|
D | server-test.c | 212 if (!g_input_stream_read_all (in, buf, sizeof (buf), NULL, NULL, &error)) { in do_one_server_aliases_test()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitfilesrc.c | 468 if (!g_input_stream_read_all (stream, data, to_read, &read, cancel, &err)) in gst_split_file_src_create()
|
/third_party/gstreamer/gstplugins_bad/gst/librfb/ |
D | rfbdecoder.c | 208 if (!g_input_stream_read_all (in, decoder->data, len, &count, in rfb_decoder_read()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 634 g_input_stream_read_all
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 74928 Although it's not very well documented, g_input_stream_read_all() will
|