Searched refs:soup_host_uri_hash (Results 1 – 1 of 1) sorted by relevance
93 static guint soup_host_uri_hash (gconstpointer key);226 priv->http_hosts = g_hash_table_new_full (soup_host_uri_hash, in soup_session_init()229 priv->https_hosts = g_hash_table_new_full (soup_host_uri_hash, in soup_session_init()953 soup_host_uri_hash (gconstpointer key) in soup_host_uri_hash() function