Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-server.c181 GSList *auth_domains; member
285 g_slist_free_full (priv->auth_domains, g_object_unref); in soup_server_finalize()
1400 for (iter = priv->auth_domains; iter; iter = iter->next) { in got_headers()
1417 for (iter = priv->auth_domains; iter; iter = iter->next) { in got_headers()
2837 priv->auth_domains = g_slist_append (priv->auth_domains, auth_domain); in soup_server_add_auth_domain()
2856 priv->auth_domains = g_slist_remove (priv->auth_domains, auth_domain); in soup_server_remove_auth_domain()