Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-cache.h32 #define SOUP_CACHE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), SOUP_TYPE_CACHE, SoupCache))
38 typedef struct _SoupCache SoupCache; typedef
69 SoupCacheability (*get_cacheability) (SoupCache *cache,
81 SoupCache *soup_cache_new (const char *cache_dir,
84 void soup_cache_flush (SoupCache *cache);
86 void soup_cache_clear (SoupCache *cache);
89 void soup_cache_dump (SoupCache *cache);
91 void soup_cache_load (SoupCache *cache);
94 void soup_cache_set_max_size (SoupCache *cache,
97 guint soup_cache_get_max_size (SoupCache *cache);
Dsoup-cache-private.h31 SoupCacheResponse soup_cache_has_response (SoupCache *cache,
33 GInputStream *soup_cache_send_response (SoupCache *cache,
35 SoupCacheability soup_cache_get_cacheability (SoupCache *cache,
37 SoupMessage *soup_cache_generate_conditional_request (SoupCache *cache,
39 void soup_cache_cancel_conditional_request (SoupCache *cache,
41 void soup_cache_update_from_conditional_request (SoupCache *cache,
Dsoup-cache.c130 G_DEFINE_TYPE_WITH_CODE (SoupCache, soup_cache, G_TYPE_OBJECT,
131 G_ADD_PRIVATE (SoupCache)
137 static gboolean soup_cache_entry_remove (SoupCache *cache, SoupCacheEntry *entry, gboolean purge);
138 static void make_room_for_new_entry (SoupCache *cache, guint length_to_add);
139 static gboolean cache_accepts_entries_of_size (SoupCache *cache, guint length_to_add);
142 get_file_from_entry (SoupCache *cache, SoupCacheEntry *entry) in get_file_from_entry()
153 get_cacheability (SoupCache *cache, SoupMessage *msg) in get_cacheability()
334 soup_cache_entry_set_freshness (SoupCacheEntry *entry, SoupMessage *msg, SoupCache *cache) in soup_cache_entry_set_freshness()
456 soup_cache_entry_new (SoupCache *cache, SoupMessage *msg, time_t request_time, time_t response_time) in soup_cache_entry_new()
507 soup_cache_entry_remove (SoupCache *cache, SoupCacheEntry *entry, gboolean purge) in soup_cache_entry_remove()
[all …]
Dsoup-autocleanups.h36 G_DEFINE_AUTOPTR_CLEANUP_FUNC(SoupCache, g_object_unref)
Dsoup-session.c4143 SoupCache *cache;
4176 SoupCache *cache; in conditional_get_ready_cb()
4186 cache = (SoupCache *)soup_session_get_feature (session, SOUP_TYPE_CACHE); in conditional_get_ready_cb()
4235 SoupCache *cache; in async_respond_from_cache()
4238 cache = (SoupCache *)soup_session_get_feature (session, SOUP_TYPE_CACHE); in async_respond_from_cache()
/third_party/libsoup/tests/
Dcache-test.c212 soup_cache_flush ((SoupCache *)soup_session_get_feature (session, SOUP_TYPE_CACHE)); in do_request()
250 soup_cache_flush ((SoupCache *)soup_session_get_feature (session, SOUP_TYPE_CACHE)); in do_request_with_cancel()
289 SoupCache *cache; in do_basics_test()
481 SoupCache *cache; in do_cancel_test()
573 SoupCache *cache; in do_refcounting_test()
619 soup_cache_flush ((SoupCache *)soup_session_get_feature (session, SOUP_TYPE_CACHE)); in do_refcounting_test()
633 SoupCache *cache; in do_headers_test()
712 SoupCache *cache; in do_leaks_test()
Dproxy-test.c369 SoupCache *cache; in do_proxy_auth_cache_test()
/third_party/libsoup/
DNEWS387 * SoupCache: fix the timestamp for responses [#791031,
413 * SoupCache: fix setting default value for cache dir
673 * Fixed a warning when loading data from SoupCache while using
770 * Multiple SoupCache fixes from Carlos Garcia Campos:
841 * Fixed a crash in SoupCache when receiving certain invalid
1089 * When sending a conditional GET request, SoupCache now
1211 * Fixed a gigantic memory leak when using SoupCache. [#696594,
1265 * Fixed SoupCache to update the cached headers when it
1289 * Fixed SoupCache to properly handle messages that get
1292 * Fixed a reference leak in SoupCache that resulted in
[all …]
/third_party/libsoup/docs/reference/
Dlibsoup-2.4-sections.txt1090 <TITLE>SoupCache</TITLE>
1091 SoupCache