Searched refs:G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/gio/tests/ |
D | async-splice-output-stream.c | 168 G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, in test_copy_chunks_start()
|
D | gsubprocess.c | 446 …tream, input_buf_stream, G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, in test_cat_utf8() 450 …f_stream, stdout_stream, G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, 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 | gioenums.h | 655 G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET = (1 << 1) enumerator
|
D | goutputstream.c | 823 if (flags & G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET) in g_output_stream_real_splice() 2673 if (op->flags & G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET && in real_splice_async_complete_cb() 2733 if (op->flags & G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET) in real_splice_async_complete()
|
D | gsubprocess.c | 1454 … G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, in g_subprocess_communicate_internal()
|
D | gioenumtypes.c | 571 … { G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, "G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET", "close-target" }, in g_output_stream_splice_flags_get_type()
|
/third_party/libsoup/libsoup/ |
D | soup-session.c | 4043 G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, in send_async_maybe_complete() 4504 G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, in soup_session_send()
|