Searched refs:SOUP_IS_CACHE (Results 1 – 3 of 3) sorted by relevance
34 #define SOUP_IS_CACHE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), SOUP_TYPE_CACHE)) macro
677 g_return_val_if_fail (SOUP_IS_CACHE (cache), NULL); in soup_cache_send_response()1231 g_return_val_if_fail (SOUP_IS_CACHE (cache), SOUP_CACHE_UNCACHEABLE); in soup_cache_get_cacheability()1267 g_return_if_fail (SOUP_IS_CACHE (cache)); in soup_cache_flush()1340 g_return_if_fail (SOUP_IS_CACHE (cache)); in soup_cache_clear()1361 g_return_val_if_fail (SOUP_IS_CACHE (cache), NULL); in soup_cache_generate_conditional_request()
1102 SOUP_IS_CACHE