Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-cache.c137 static gboolean soup_cache_entry_remove (SoupCache *cache, SoupCacheEntry *entry, gboolean purge);
507 soup_cache_entry_remove (SoupCache *cache, SoupCacheEntry *entry, gboolean purge) in soup_cache_entry_remove() function
597 if (soup_cache_entry_remove (cache, old_entry, TRUE)) in make_room_for_new_entry()
629 if (!soup_cache_entry_remove (cache, old_entry, TRUE)) in soup_cache_entry_insert()
790 soup_cache_entry_remove (cache, entry, TRUE); in istream_caching_finished()
801 soup_cache_entry_remove (cache, entry, TRUE); in istream_caching_finished()
831 soup_cache_entry_remove (cache, entry, TRUE); in soup_cache_content_processor_wrap_input()
855 soup_cache_entry_remove (cache, entry, TRUE); in soup_cache_content_processor_wrap_input()
920 soup_cache_entry_remove ((SoupCache *) user_data, (SoupCacheEntry *) data, FALSE); in remove_cache_item()
1308 soup_cache_entry_remove ((SoupCache *) user_data, (SoupCacheEntry *) data, TRUE); in clear_cache_item()