Lines Matching refs:stdout_buf
1285 GMemoryOutputStream *stdout_buf; member
1316 source == state->stdout_buf || in g_subprocess_communicate_made_progress()
1322 if (source == state->stdout_buf || in g_subprocess_communicate_made_progress()
1390 g_clear_object (&state->stdout_buf); in g_subprocess_communicate_state_free()
1462 state->stdout_buf = (GMemoryOutputStream*)g_memory_output_stream_new_resizable (); in g_subprocess_communicate_internal()
1463 g_output_stream_splice_async ((GOutputStream*)state->stdout_buf, subprocess->stdout_pipe, in g_subprocess_communicate_internal()
1547 GBytes **stdout_buf, in g_subprocess_communicate() argument
1563 success = g_subprocess_communicate_finish (subprocess, result, stdout_buf, stderr_buf, error); in g_subprocess_communicate()
1607 GBytes **stdout_buf, in g_subprocess_communicate_finish() argument
1625 if (stdout_buf) in g_subprocess_communicate_finish()
1626 …*stdout_buf = (state->stdout_buf != NULL) ? g_memory_output_stream_steal_as_bytes (state->stdout_b… in g_subprocess_communicate_finish()
1654 char **stdout_buf, in g_subprocess_communicate_utf8() argument
1676 …success = g_subprocess_communicate_utf8_finish (subprocess, result, stdout_buf, stderr_buf, error); in g_subprocess_communicate_utf8()
1760 char **stdout_buf, in g_subprocess_communicate_utf8_finish() argument
1781 state->stdout_buf, in g_subprocess_communicate_utf8_finish()
1793 if (ret && stdout_buf != NULL) in g_subprocess_communicate_utf8_finish()
1794 *stdout_buf = g_steal_pointer (&local_stdout_buf); in g_subprocess_communicate_utf8_finish()