Searched refs:http_hosts (Results 1 – 1 of 1) sorted by relevance
124 GHashTable *http_hosts, *https_hosts; /* char* -> SoupSessionHost */ member226 priv->http_hosts = g_hash_table_new_full (soup_host_uri_hash, in soup_session_init()330 g_hash_table_destroy (priv->http_hosts); in soup_session_finalize()1019 host = g_hash_table_lookup (priv->http_hosts, uri); in get_host_for_uri()1035 g_hash_table_insert (priv->http_hosts, host->uri, host); in get_host_for_uri()1401 g_hash_table_remove (priv->http_hosts, host->uri); in free_unused_host()