Searched refs:g_output_stream_splice_async (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/gio/tests/ |
D | async-splice-output-stream.c | 166 g_output_stream_splice_async (data.ostream, data.istream, in test_copy_chunks_start()
|
D | gsubprocess.c | 446 …g_output_stream_splice_async (stdin_stream, input_buf_stream, G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE … in test_cat_utf8() 450 …g_output_stream_splice_async (output_buf_stream, stdout_stream, G_OUTPUT_STREAM_SPLICE_CLOSE_SOURC… in test_cat_utf8() 667 g_output_stream_splice_async (second_stdin, first_stdout, splice_flags, G_PRIORITY_DEFAULT, in test_multi_1() 670 g_output_stream_splice_async (third_stdin, second_stdout, splice_flags, G_PRIORITY_DEFAULT, in test_multi_1() 673 g_output_stream_splice_async (membuf, third_stdout, splice_flags, G_PRIORITY_DEFAULT, in test_multi_1()
|
/third_party/glib/gio/ |
D | giostream.c | 888 g_output_stream_splice_async (ostream, istream, G_OUTPUT_STREAM_SPLICE_NONE, in g_io_stream_splice_async() 894 g_output_stream_splice_async (ostream, istream, G_OUTPUT_STREAM_SPLICE_NONE, in g_io_stream_splice_async()
|
D | gsubprocess.c | 1453 g_output_stream_splice_async (subprocess->stdin_pipe, (GInputStream*)state->stdin_buf, in g_subprocess_communicate_internal() 1463 g_output_stream_splice_async ((GOutputStream*)state->stdout_buf, subprocess->stdout_pipe, in g_subprocess_communicate_internal() 1473 g_output_stream_splice_async ((GOutputStream*)state->stderr_buf, subprocess->stderr_pipe, in g_subprocess_communicate_internal()
|
D | goutputstream.h | 285 void g_output_stream_splice_async (GOutputStream *stream,
|
D | goutputstream.c | 1737 g_output_stream_splice_async (GOutputStream *stream, in g_output_stream_splice_async() function 1753 g_task_set_source_tag (task, g_output_stream_splice_async); in g_output_stream_splice_async() 1800 g_return_val_if_fail (g_async_result_is_tagged (result, g_output_stream_splice_async), FALSE); in g_output_stream_splice_finish()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 841 g_output_stream_splice_async
|
/third_party/libsoup/libsoup/ |
D | soup-session.c | 4042 g_output_stream_splice_async (ostream, stream, in send_async_maybe_complete()
|