Home
last modified time | relevance | path

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

/dports/www/elinks/elinks-0.11.7/src/scripting/smjs/
H A Dcache_object.c51 if (!cache_entry_is_valid(cached)) return JS_FALSE; in cache_entry_get_property()
115 if (!cache_entry_is_valid(cached)) return JS_FALSE; in cache_entry_set_property()
/dports/www/elinks/elinks-0.11.7/src/cache/
H A Dcache.h91 int cache_entry_is_valid(struct cache_entry *cached);
H A Dcache.c215 cache_entry_is_valid(struct cache_entry *cached) in cache_entry_is_valid() function
/dports/www/elinks/elinks-0.11.7/src/session/
H A Dsession.c554 && cache_entry_is_valid(download->cached) in session_is_loading()