Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgiostream.c683 } SpliceContext; typedef
686 splice_context_free (SpliceContext *ctx) in splice_context_free()
695 g_slice_free (SpliceContext, ctx); in splice_context_free()
700 SpliceContext *ctx) in splice_complete()
721 SpliceContext *ctx = g_task_get_task_data (task); in splice_close_cb()
747 SpliceContext *ctx = g_task_get_task_data (task); in splice_cb()
816 SpliceContext *ctx; in splice_cancelled_cb()
853 SpliceContext *ctx; in g_io_stream_splice_async()
866 ctx = g_slice_new0 (SpliceContext); in g_io_stream_splice_async()