Home
last modified time | relevance | path

Searched refs:G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/gio/tests/
Dasync-splice-output-stream.c168 G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, in test_copy_chunks_start()
Dgsubprocess.c446 …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/
Dgioenums.h655 G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET = (1 << 1) enumerator
Dgoutputstream.c823 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()
Dgsubprocess.c1454 … G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, in g_subprocess_communicate_internal()
Dgioenumtypes.c571 … { 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/
Dsoup-session.c4043 G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, in send_async_maybe_complete()
4504 G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, in soup_session_send()