Home
last modified time | relevance | path

Searched refs:g_output_stream_splice_async (Results 1 – 8 of 8) sorted by relevance

/third_party/glib/gio/tests/
Dasync-splice-output-stream.c166 g_output_stream_splice_async (data.ostream, data.istream, in test_copy_chunks_start()
Dgsubprocess.c446g_output_stream_splice_async (stdin_stream, input_buf_stream, G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE … in test_cat_utf8()
450g_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/
Dgiostream.c888 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()
Dgsubprocess.c1453 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()
Dgoutputstream.h285 void g_output_stream_splice_async (GOutputStream *stream,
Dgoutputstream.c1737 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/
Dgio-sections-common.txt841 g_output_stream_splice_async
/third_party/libsoup/libsoup/
Dsoup-session.c4042 g_output_stream_splice_async (ostream, stream, in send_async_maybe_complete()