Searched refs:body_ostream (Results 1 – 1 of 1) sorted by relevance
62 GOutputStream *body_ostream; member115 if (io->body_ostream) in soup_message_io_cleanup()116 g_object_unref (io->body_ostream); in soup_message_io_cleanup()324 GOutputStream *body_ostream = G_OUTPUT_STREAM (source); in closed_async() local330 if (!io || !io->async_close_wait || io->body_ostream != body_ostream) { in closed_async()335 g_output_stream_close_finish (body_ostream, result, &io->async_close_error); in closed_async()336 g_clear_object (&io->body_ostream); in closed_async()486 io->body_ostream = soup_body_output_stream_new (io->ostream, in io_write()514 nwrote = g_pollable_stream_write (io->body_ostream, in io_write()556 if (io->body_ostream) { in io_write()[all …]