Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-message-io.c85 GError *async_close_error; member
132 g_clear_error (&io->async_close_error); in soup_message_io_cleanup()
335 g_output_stream_close_finish (body_ostream, result, &io->async_close_error); in closed_async()
386 if (io->async_close_error) { in io_write()
387 g_propagate_error (error, io->async_close_error); in io_write()
388 io->async_close_error = NULL; in io_write()