gf_cache_set_last_modified_on_disk 154 include/gpac/cache.h GF_Err gf_cache_set_last_modified_on_disk ( const DownloadedCacheEntry entry, const char * newLastModified ); gf_cache_set_last_modified_on_disk 531 src/utils/cache.c gf_cache_set_last_modified_on_disk(entry, gf_cfg_get_key(entry->properties, CACHE_SECTION_NAME, CACHE_SECTION_NAME_LAST_MODIFIED)); gf_cache_set_last_modified_on_disk 590 src/utils/cache.c e = gf_cache_set_last_modified_on_disk( entry, gf_cache_get_last_modified_on_server(entry));