Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-cache.c543 lru_compare_func (gconstpointer a, gconstpointer b) in lru_compare_func() function
641 cache->priv->lru_start = g_list_insert_sorted (cache->priv->lru_start, entry, lru_compare_func); in soup_cache_entry_insert()
1092 while (item->next && lru_compare_func (item->data, item->next->data) > 0) in soup_cache_has_response()
1097 item = g_list_insert_sorted (item, lru_item->data, lru_compare_func); in soup_cache_has_response()