Home
last modified time | relevance | path

Searched refs:g_input_stream_read_all (Results 1 – 24 of 24) sorted by relevance

/third_party/glib/gio/tests/
Dreadwrite.c50 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()
Dresources.c143 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()
Dwin32-streams.c302 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()
Dfilter-streams.c105 g_input_stream_read_all (f2, buf, 1024, NULL, NULL, &error); in test_input_filter()
Dconverter-stream.c840 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()
Dunix-streams.c388 res = g_input_stream_read_all (data->is, data->read_data, 1024, &bytes_read, NULL, &error); in test_read_write_read_thread()
Dsocket.c1779 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/
Dgsocks5proxy.c462 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()
Dginputstream.h122 gboolean g_input_stream_read_all (GInputStream *stream,
Dgsocks4aproxy.c232 if (!g_input_stream_read_all (in, data, SOCKS4_CONN_REP_LEN, NULL, in g_socks4a_proxy_connect()
Dginputstream.c241 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()
Dgdbusserver.c1023 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/
Drtspconnection.c817 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/
Dmultipart-test.c395 g_input_stream_read_all (in, (void*)buffer, sizeof (buffer), &bytes_read, NULL, &error); in sync_multipart_handling_cb()
Dproxy-test.c345 g_input_stream_read_all (stream, buffer, sizeof (buffer), &nread, in do_proxy_auth_request()
Duri-parsing-test.c550 g_input_stream_read_all (stream, buf, sizeof (buf), &nread, NULL, &error); in do_data_tests()
Dcache-test.c194 g_input_stream_read_all (stream, buf, sizeof (buf), &nread, in do_request()
Drequester-test.c674 g_input_stream_read_all (stream, buf, sizeof (buf), &nread, NULL, &error); in do_null_char_request()
Dconnection-test.c1051 g_assert (g_input_stream_read_all (g_io_stream_get_input_stream (data.stream), in do_one_connection_connect_test()
Dserver-test.c212 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/
Dgstsplitfilesrc.c468 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/
Drfbdecoder.c208 if (!g_input_stream_read_all (in, decoder->data, len, &count, in rfb_decoder_read()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt634 g_input_stream_read_all
/third_party/gstreamer/gstplugins_bad/
DChangeLog74928 Although it's not very well documented, g_input_stream_read_all() will