Searched defs:web_cache (Results 1 – 3 of 3) sorted by relevance
22 Hashmap **web_cache, in web_cache_add_item()77 WebCacheItem* web_cache_get_item(Hashmap *web_cache, const char *url, bool verified) { in web_cache_get_item()
329 Hashmap **web_cache) { in resource_load_from_web()471 int resource_load_instances(Resource *rr, bool verify, Hashmap **web_cache) { in resource_load_instances()
63 Hashmap *web_cache; /* Cache for downloaded resources, keyed by URL */ member