Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-cache.c583 GList *lru_entry = cache->priv->lru_start; in make_room_for_new_entry() local
590 while (lru_entry && in make_room_for_new_entry()
592 SoupCacheEntry *old_entry = (SoupCacheEntry *)lru_entry->data; in make_room_for_new_entry()
598 lru_entry = cache->priv->lru_start; in make_room_for_new_entry()
600 lru_entry = g_list_next (lru_entry); in make_room_for_new_entry()