Searched refs:disabled_features (Results 1 – 4 of 4) sorted by relevance
185 g_clear_pointer (&priv->disabled_features, g_hash_table_destroy); in soup_message_finalize()1902 if (!priv->disabled_features) in soup_message_disable_feature()1903 priv->disabled_features = g_hash_table_new (g_direct_hash, g_direct_equal); in soup_message_disable_feature()1905 g_hash_table_add (priv->disabled_features, GSIZE_TO_POINTER (feature_type)); in soup_message_disable_feature()1919 if (!priv->disabled_features) in soup_message_disables_feature()1922 g_hash_table_iter_init (&iter, priv->disabled_features); in soup_message_disables_feature()1954 if (!priv->disabled_features) in soup_message_is_feature_disabled()1957 g_hash_table_iter_init (&iter, priv->disabled_features); in soup_message_is_feature_disabled()1970 return priv->disabled_features ? g_hash_table_get_keys (priv->disabled_features) : NULL; in soup_message_get_disabled_features()
36 GHashTable *disabled_features; member
1359 GList *disabled_features, *f; in soup_cache_generate_conditional_request() local1386 disabled_features = soup_message_get_disabled_features (original); in soup_cache_generate_conditional_request()1387 for (f = disabled_features; f; f = f->next) in soup_cache_generate_conditional_request()1389 g_list_free (disabled_features); in soup_cache_generate_conditional_request()
70 unsupported_features = ctx.disabled_features,