/third_party/libsoup/tests/ |
D | resource-test.c | 41 g_input_stream_close (in, NULL, NULL); in test_read_ready() 120 g_input_stream_close (in, NULL, &error); in do_sync_request()
|
D | chunk-io-test.c | 389 g_input_stream_close (in, NULL, &error); in do_io_tests() 441 g_input_stream_close (in, NULL, &error); in do_io_tests()
|
D | requester-test.c | 131 g_input_stream_close (stream, NULL, NULL); in test_read_ready() 535 g_input_stream_close (in, NULL, &error); in do_sync_request()
|
D | multipart-test.c | 137 g_input_stream_close (stream, NULL, &error); in read_cb()
|
D | uri-parsing-test.c | 559 g_input_stream_close (stream, NULL, &error); in do_data_tests()
|
D | test-utils.c | 731 return g_input_stream_close (stream, cancellable, error); in soup_test_request_close_stream()
|
/third_party/glib/gio/ |
D | glocalfileiostream.c | 93 g_input_stream_close (file->input_stream, cancellable, NULL); in g_local_file_io_stream_close()
|
D | gio-tool-cat.c | 108 close_res = g_input_stream_close (in, NULL, &error); in cat()
|
D | ginputstream.h | 139 gboolean g_input_stream_close (GInputStream *stream,
|
D | gfilterinputstream.c | 303 res = g_input_stream_close (filter_stream->base_stream, in g_filter_input_stream_close()
|
D | ginputstream.c | 99 g_input_stream_close (stream, NULL, NULL); in g_input_stream_dispose() 517 g_input_stream_close (GInputStream *stream, in g_input_stream_close() function
|
D | gsocketconnection.c | 477 g_input_stream_close (connection->priv->input_stream, in g_socket_connection_close()
|
D | giostream.c | 349 res &= g_input_stream_close (g_io_stream_get_input_stream (stream), in g_io_stream_real_close()
|
D | gresourcefile.c | 904 return g_input_stream_close (file->stream, in g_resource_file_input_stream_close()
|
D | goutputstream.c | 820 g_input_stream_close (source, cancellable, NULL); in g_output_stream_real_splice()
|
D | gfile.c | 3397 (void) g_input_stream_close (in, cancellable, NULL); in file_copy_fallback() 7126 g_input_stream_close (G_INPUT_STREAM (in), cancellable, NULL); in g_file_load_contents()
|
/third_party/glib/gio/tests/ |
D | resources.c | 152 g_input_stream_close (in, NULL, &error); in test_resource() 170 g_input_stream_close (in, NULL, &error); in test_resource() 482 g_input_stream_close (in, NULL, &error); in test_resource_registered() 506 g_input_stream_close (in, NULL, &error); in test_resource_registered() 954 ret = g_input_stream_close (stream, NULL, &error); in test_uri_file()
|
D | buffered-input-stream.c | 152 g_assert (g_input_stream_close (in, NULL, &error)); in test_read_byte() 428 g_assert (g_input_stream_close (in, NULL, &error)); in test_close() 441 g_assert (g_input_stream_close (in, NULL, &error)); in test_close()
|
D | httpd.c | 140 g_input_stream_close (G_INPUT_STREAM (file_in), NULL, NULL); in handler()
|
D | filter-cat.c | 202 close_res = g_input_stream_close (in, NULL, &error); in cat()
|
D | live-g-file.c | 576 res = g_input_stream_close (G_INPUT_STREAM (ins), NULL, &error); in test_initial_structure() 1102 g_input_stream_close (G_INPUT_STREAM (input_stream), NULL, in test_open()
|
/third_party/gstreamer/gstplugins_base/gst/gio/ |
D | gstgiobasesrc.c | 152 success = g_input_stream_close (src->stream, src->cancel, &err); in gst_gio_base_src_stop()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 638 g_input_stream_close
|
/third_party/libsoup/libsoup/ |
D | soup-session.c | 4001 g_input_stream_close (istream, NULL, NULL); in send_async_spliced()
|
/third_party/libsoup/ |
D | NEWS | 1032 * If you called g_input_stream_close() on SoupMessage or
|