Searched refs:keep_alive_src (Results 1 – 1 of 1) sorted by relevance
90 GSource *keep_alive_src; member1000 host->keep_alive_src = NULL; in soup_session_host_new()1052 if (host->keep_alive_src) { in free_host()1053 g_source_destroy (host->keep_alive_src); in free_host()1054 g_source_unref (host->keep_alive_src); in free_host()1425 g_assert (host->keep_alive_src == NULL); in drop_connection()1426 host->keep_alive_src = soup_add_timeout (priv->async_context, in drop_connection()1430 host->keep_alive_src = g_source_ref (host->keep_alive_src); in drop_connection()1879 if (host->keep_alive_src) { in get_connection_for_host()1880 g_source_destroy (host->keep_alive_src); in get_connection_for_host()[all …]