Searched refs:G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/tests/ |
D | async-splice-output-stream.c | 167 G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | 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 …put_stream_splice_async (output_buf_stream, stdout_stream, G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | G… in test_cat_utf8() 639 int splice_flags = G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET; in test_multi_1()
|
/third_party/glib/gio/ |
D | gsubprocess.c | 1454 … G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, in g_subprocess_communicate_internal() 1464 G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE, in g_subprocess_communicate_internal() 1474 G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE, in g_subprocess_communicate_internal()
|
D | gioenums.h | 654 G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE = (1 << 0), enumerator
|
D | goutputstream.c | 817 if (flags & G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE) in g_output_stream_real_splice() 2669 if (op->flags & G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE && in real_splice_async_complete_cb() 2725 if (op->flags & G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE) in real_splice_async_complete()
|
D | gioenumtypes.c | 570 … { G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE, "G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE", "close-source" }, in g_output_stream_splice_flags_get_type()
|
/third_party/libsoup/libsoup/ |
D | soup-session.c | 4503 G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | in soup_session_send()
|