Home
last modified time | relevance | path

Searched refs:stderr_buf (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/gio/
Dgsubprocess.c1286 GMemoryOutputStream *stderr_buf; member
1317 source == state->stderr_buf) in g_subprocess_communicate_made_progress()
1323 source == state->stderr_buf) in g_subprocess_communicate_made_progress()
1391 g_clear_object (&state->stderr_buf); in g_subprocess_communicate_state_free()
1472 state->stderr_buf = (GMemoryOutputStream*)g_memory_output_stream_new_resizable (); in g_subprocess_communicate_internal()
1473 g_output_stream_splice_async ((GOutputStream*)state->stderr_buf, subprocess->stderr_pipe, in g_subprocess_communicate_internal()
1548 GBytes **stderr_buf, in g_subprocess_communicate() argument
1563 success = g_subprocess_communicate_finish (subprocess, result, stdout_buf, stderr_buf, error); in g_subprocess_communicate()
1608 GBytes **stderr_buf, in g_subprocess_communicate_finish() argument
1627 if (stderr_buf) in g_subprocess_communicate_finish()
[all …]
Dgsubprocess.h128 GBytes **stderr_buf,
141 GBytes **stderr_buf,
149 char **stderr_buf,
162 char **stderr_buf,
/third_party/glib/gio/tests/
Dgsubprocess.c871 gchar *stdout_buf = NULL, *stderr_buf = NULL; in on_test_communicate_cancelled_idle() local
880 &stdout_buf, &stderr_buf, &data->error); in on_test_communicate_cancelled_idle()
890 g_assert_null (stderr_buf); in on_test_communicate_cancelled_idle()
1100 gchar *stdout_buf, *stderr_buf; in test_communicate_utf8() local
1113 g_subprocess_communicate_utf8 (proc, stdin_buf, cancellable, &stdout_buf, &stderr_buf, &error); in test_communicate_utf8()
1121 g_assert_nonnull (stderr_buf); in test_communicate_utf8()
1122 else g_assert_null (stderr_buf); in test_communicate_utf8()
1125 g_free (stderr_buf); in test_communicate_utf8()