Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dasync-splice-output-stream.c167 G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | in test_copy_chunks_start()
Dgsubprocess.c446 …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/
Dgsubprocess.c1454G_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()
Dgioenums.h654 G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE = (1 << 0), enumerator
Dgoutputstream.c817 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()
Dgioenumtypes.c570 … { 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/
Dsoup-session.c4503 G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | in soup_session_send()