Lines Matching refs:cancellable
124 GCancellable * cancellable, GAsyncReadyCallback callback, gpointer user_data);
126 int io_priority, GCancellable * cancellable, GAsyncReadyCallback callback, gpointer user_data);
130 GCancellable * cancellable, GError ** error);
831 GCancellable * cancellable, GAsyncReadyCallback callback, in _soup_session_send_async() argument
836 soup_session_send_async (session, msg, cancellable, callback, user_data); in _soup_session_send_async()
838 soup_session_send_async (session, msg, G_PRIORITY_DEFAULT, cancellable, in _soup_session_send_async()
845 G_PRIORITY_DEFAULT, cancellable, callback, user_data); in _soup_session_send_async()
849 cancellable, callback, user_data); in _soup_session_send_async()
868 GCancellable * cancellable, GError ** error) in _soup_session_send() argument
871 return soup_session_send (session, msg, cancellable, error); in _soup_session_send()
874 return gst_soup_vtable._soup_session_send (session, msg, cancellable, error); in _soup_session_send()
880 GCancellable * cancellable) in gst_soup_session_cancel_message() argument
884 g_cancellable_cancel (cancellable); in gst_soup_session_cancel_message()
890 g_cancellable_cancel (cancellable); in gst_soup_session_cancel_message()