Home
last modified time | relevance | path

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

/dports/www/links/links-2.25/
H A Dmemory.c43 if (type == SH_FREE_ALL || (now - last_heapmin >= min_interval && in shrink_memory()
80 int x = c->upcall(SH_FREE_ALL); in free_all_caches()
88 …foreach(struct cache_upcall, c, lc, cache_upcalls) if (!(c->upcall(SH_FREE_ALL) & ST_CACHE_EMPTY))… in free_all_caches()
H A Ddns.c523 shrink_dns_cache(SH_FREE_ALL); in check_dns_cache_addr_preference()
706 …foreach(struct dnsentry, d, ld, dns_cache) if (u == SH_FREE_ALL || now - d->absolute_time > DNS_TI… in shrink_dns_cache()
H A Dhttps.c863 …foreach(struct session_cache_entry, d, ld, session_cache) if (u == SH_FREE_ALL || now - d->absolut… in shrink_session_cache()
H A Ddip.c2239 if (u == SH_FREE_ALL) { in shrink_font_cache()
H A Dmenu.c665 shrink_memory(SH_FREE_ALL, 0); in flush_caches()
1369 shrink_format_cache(SH_FREE_ALL); in reinit_video()
1928 shrink_memory(SH_FREE_ALL, 0); in data_cleanup()
H A Dlinks.h1095 #define SH_FREE_ALL 2 macro
H A Dsession.c1370 if (u == SH_FREE_ALL || !is_format_cache_entry_uptodate(f)) { in shrink_format_cache()