Searched refs:lru_entry (Results 1 – 1 of 1) sorted by relevance
583 GList *lru_entry = cache->priv->lru_start; in make_room_for_new_entry() local590 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()