DownloadedCacheEntry   55 include/gpac/cache.h typedef struct __DownloadedCacheEntryStruct * DownloadedCacheEntry;
DownloadedCacheEntry   65 include/gpac/cache.h GF_Err gf_cache_delete_entry( const DownloadedCacheEntry entry );
DownloadedCacheEntry   72 include/gpac/cache.h const char * gf_cache_get_etag_on_server( const DownloadedCacheEntry entry );
DownloadedCacheEntry   80 include/gpac/cache.h GF_Err gf_cache_set_etag_on_disk(const DownloadedCacheEntry entry, const char * eTag );
DownloadedCacheEntry   87 include/gpac/cache.h const char * gf_cache_get_etag_on_disk( const DownloadedCacheEntry entry );
DownloadedCacheEntry   95 include/gpac/cache.h GF_Err gf_cache_set_etag_on_server(const DownloadedCacheEntry entry, const char * eTag );
DownloadedCacheEntry  103 include/gpac/cache.h const char * gf_cache_get_mime_type( const DownloadedCacheEntry entry );
DownloadedCacheEntry  111 include/gpac/cache.h GF_Err gf_cache_set_mime_type(const DownloadedCacheEntry entry, const char * mime_type );
DownloadedCacheEntry  118 include/gpac/cache.h const char * gf_cache_get_url( const DownloadedCacheEntry entry );
DownloadedCacheEntry  125 include/gpac/cache.h const char * gf_cache_get_hash( const DownloadedCacheEntry entry );
DownloadedCacheEntry  132 include/gpac/cache.h Bool gf_cache_can_be_cached( const DownloadedCacheEntry entry );
DownloadedCacheEntry  139 include/gpac/cache.h const char * gf_cache_get_last_modified_on_disk ( const DownloadedCacheEntry entry );
DownloadedCacheEntry  146 include/gpac/cache.h const char * gf_cache_get_last_modified_on_server ( const DownloadedCacheEntry entry );
DownloadedCacheEntry  154 include/gpac/cache.h GF_Err gf_cache_set_last_modified_on_disk ( const DownloadedCacheEntry entry, const char * newLastModified );
DownloadedCacheEntry  162 include/gpac/cache.h GF_Err gf_cache_set_last_modified_on_server ( const DownloadedCacheEntry entry, const char * newLastModified );
DownloadedCacheEntry  169 include/gpac/cache.h const char * gf_cache_get_cache_filename( const DownloadedCacheEntry entry );
DownloadedCacheEntry  176 include/gpac/cache.h u32 gf_cache_get_cache_filesize( const DownloadedCacheEntry entry );
DownloadedCacheEntry  182 include/gpac/cache.h GF_Err gf_cache_flush_disk_cache( const DownloadedCacheEntry entry );
DownloadedCacheEntry  184 include/gpac/cache.h GF_Err gf_cache_set_content_length( const DownloadedCacheEntry entry, u32 length );
DownloadedCacheEntry  186 include/gpac/cache.h u32 gf_cache_get_content_length( const DownloadedCacheEntry entry);
DownloadedCacheEntry  194 include/gpac/cache.h GF_Err gf_cache_append_http_headers(const DownloadedCacheEntry entry, char * httpRequest);
DownloadedCacheEntry  212 include/gpac/cache.h GF_CacheReader gf_cache_reader_new(const DownloadedCacheEntry entry);
DownloadedCacheEntry  226 include/gpac/cache.h Bool gf_cache_check_if_cache_file_is_corrupted(const DownloadedCacheEntry entry);
DownloadedCacheEntry  228 include/gpac/cache.h void gf_cache_entry_set_delete_files_when_deleted(const DownloadedCacheEntry entry);
DownloadedCacheEntry  230 include/gpac/cache.h Bool gf_cache_entry_is_delete_files_when_deleted(const DownloadedCacheEntry entry);
DownloadedCacheEntry  232 include/gpac/cache.h u32 gf_cache_get_sessions_count_for_cache_entry(const DownloadedCacheEntry entry);
DownloadedCacheEntry  234 include/gpac/cache.h u64 gf_cache_get_start_range( const DownloadedCacheEntry entry );
DownloadedCacheEntry  235 include/gpac/cache.h u64 gf_cache_get_end_range( const DownloadedCacheEntry entry );
DownloadedCacheEntry  238 include/gpac/cache.h Bool gf_cache_are_headers_processed(const DownloadedCacheEntry entry);
DownloadedCacheEntry  239 include/gpac/cache.h GF_Err gf_cache_set_headers_processed(const DownloadedCacheEntry entry);
DownloadedCacheEntry  476 include/gpac/download.h DownloadedCacheEntry gf_dm_refresh_cache_entry(GF_DownloadSession *sess);
DownloadedCacheEntry  191 src/utils/cache.c void gf_cache_entry_set_delete_files_when_deleted(const DownloadedCacheEntry entry) {
DownloadedCacheEntry  196 src/utils/cache.c Bool gf_cache_entry_is_delete_files_when_deleted(const DownloadedCacheEntry entry)
DownloadedCacheEntry  209 src/utils/cache.c const char * gf_cache_get_etag_on_server ( const DownloadedCacheEntry entry )
DownloadedCacheEntry  214 src/utils/cache.c const char * gf_cache_get_etag_on_disk ( const DownloadedCacheEntry entry )
DownloadedCacheEntry  219 src/utils/cache.c const char * gf_cache_get_mime_type ( const DownloadedCacheEntry entry )
DownloadedCacheEntry  225 src/utils/cache.c GF_Err gf_cache_set_headers_processed(const DownloadedCacheEntry entry)
DownloadedCacheEntry  232 src/utils/cache.c Bool gf_cache_are_headers_processed(const DownloadedCacheEntry entry)
DownloadedCacheEntry  239 src/utils/cache.c GF_Err gf_cache_set_etag_on_server(const DownloadedCacheEntry entry, const char * eTag ) {
DownloadedCacheEntry  248 src/utils/cache.c GF_Err gf_cache_set_etag_on_disk(const DownloadedCacheEntry entry, const char * eTag ) {
DownloadedCacheEntry  257 src/utils/cache.c GF_Err gf_cache_set_mime_type(const DownloadedCacheEntry entry, const char * mime_type ) {
DownloadedCacheEntry  266 src/utils/cache.c Bool gf_cache_is_cached_on_disk(const DownloadedCacheEntry entry ) {
DownloadedCacheEntry  272 src/utils/cache.c u64 gf_cache_get_start_range( const DownloadedCacheEntry entry )
DownloadedCacheEntry  277 src/utils/cache.c u64 gf_cache_get_end_range( const DownloadedCacheEntry entry )
DownloadedCacheEntry  282 src/utils/cache.c const char * gf_cache_get_url ( const DownloadedCacheEntry entry )
DownloadedCacheEntry  287 src/utils/cache.c const char * gf_cache_get_hash ( const DownloadedCacheEntry entry )
DownloadedCacheEntry  292 src/utils/cache.c const char * gf_cache_get_last_modified_on_server ( const DownloadedCacheEntry entry )
DownloadedCacheEntry  297 src/utils/cache.c const char * gf_cache_get_last_modified_on_disk ( const DownloadedCacheEntry entry )
DownloadedCacheEntry  302 src/utils/cache.c GF_Err gf_cache_set_last_modified_on_server ( const DownloadedCacheEntry entry, const char * newLastModified )
DownloadedCacheEntry  312 src/utils/cache.c GF_Err gf_cache_set_last_modified_on_disk ( const DownloadedCacheEntry entry, const char * newLastModified )
DownloadedCacheEntry  324 src/utils/cache.c GF_Err gf_cache_flush_disk_cache ( const DownloadedCacheEntry entry )
DownloadedCacheEntry  349 src/utils/cache.c u32 gf_cache_get_cache_filesize ( const DownloadedCacheEntry entry )
DownloadedCacheEntry  354 src/utils/cache.c const char * gf_cache_get_cache_filename( const DownloadedCacheEntry entry )
DownloadedCacheEntry  360 src/utils/cache.c GF_Err gf_cache_append_http_headers(const DownloadedCacheEntry entry, char * httpRequest) {
DownloadedCacheEntry  386 src/utils/cache.c DownloadedCacheEntry gf_cache_create_entry ( GF_DownloadManager * dm, const char * cache_directory, const char * url , u64 start_range, u64 end_range, Bool mem_storage)
DownloadedCacheEntry  392 src/utils/cache.c 	DownloadedCacheEntry entry = NULL;
DownloadedCacheEntry  552 src/utils/cache.c GF_Err gf_cache_set_content_length( const DownloadedCacheEntry entry, u32 length )
DownloadedCacheEntry  563 src/utils/cache.c u32 gf_cache_get_content_length( const DownloadedCacheEntry entry)
DownloadedCacheEntry  568 src/utils/cache.c GF_Err gf_cache_close_write_cache( const DownloadedCacheEntry entry, const GF_DownloadSession * sess, Bool success )
DownloadedCacheEntry  623 src/utils/cache.c GF_Err gf_cache_open_write_cache( const DownloadedCacheEntry entry, const GF_DownloadSession * sess )
DownloadedCacheEntry  672 src/utils/cache.c GF_Err gf_cache_write_to_cache( const DownloadedCacheEntry entry, const GF_DownloadSession * sess, const char * data, const u32 size) {
DownloadedCacheEntry  720 src/utils/cache.c GF_CacheReader gf_cache_reader_new(const DownloadedCacheEntry entry) {
DownloadedCacheEntry  773 src/utils/cache.c GF_Err gf_cache_delete_entry ( const DownloadedCacheEntry entry )
DownloadedCacheEntry  859 src/utils/cache.c Bool gf_cache_check_if_cache_file_is_corrupted(const DownloadedCacheEntry entry)
DownloadedCacheEntry  885 src/utils/cache.c s32 gf_cache_remove_session_from_cache_entry(DownloadedCacheEntry entry, GF_DownloadSession * sess) {
DownloadedCacheEntry  917 src/utils/cache.c u32 gf_cache_get_sessions_count_for_cache_entry(const DownloadedCacheEntry entry)
DownloadedCacheEntry  925 src/utils/cache.c s32 gf_cache_add_session_to_cache_entry(DownloadedCacheEntry entry, GF_DownloadSession * sess) {
DownloadedCacheEntry  941 src/utils/cache.c FILE *gf_cache_get_file_pointer(const DownloadedCacheEntry entry)
DownloadedCacheEntry  947 src/utils/cache.c void gf_cache_set_end_range(DownloadedCacheEntry entry, u64 range_end)
DownloadedCacheEntry  954 src/utils/cache.c Bool gf_cache_is_in_progress(const DownloadedCacheEntry entry)
DownloadedCacheEntry  127 src/utils/downloader.c 	DownloadedCacheEntry cache_entry;
DownloadedCacheEntry  255 src/utils/downloader.c GF_Err gf_cache_write_to_cache( const DownloadedCacheEntry entry, const GF_DownloadSession * sess, const char * data, const u32 size);
DownloadedCacheEntry  265 src/utils/downloader.c GF_Err gf_cache_close_write_cache( const DownloadedCacheEntry entry, const GF_DownloadSession * sess, Bool success);
DownloadedCacheEntry  274 src/utils/downloader.c GF_Err gf_cache_open_write_cache( const DownloadedCacheEntry entry, const GF_DownloadSession * sess );
DownloadedCacheEntry  282 src/utils/downloader.c FILE *gf_cache_get_file_pointer(const DownloadedCacheEntry entry);
DownloadedCacheEntry  285 src/utils/downloader.c void gf_cache_set_end_range(DownloadedCacheEntry entry, u64 range_end);
DownloadedCacheEntry  288 src/utils/downloader.c Bool gf_cache_is_in_progress(const DownloadedCacheEntry entry);
DownloadedCacheEntry  487 src/utils/downloader.c DownloadedCacheEntry gf_dm_find_cached_entry_by_url(GF_DownloadSession * sess)
DownloadedCacheEntry  495 src/utils/downloader.c 		DownloadedCacheEntry e = (DownloadedCacheEntry)gf_list_get(sess->dm->cache_entries, i);
DownloadedCacheEntry  525 src/utils/downloader.c DownloadedCacheEntry gf_cache_create_entry( GF_DownloadManager * dm, const char * cache_directory, const char * url, u64 start_range, u64 end_range, Bool mem_storage);
DownloadedCacheEntry  533 src/utils/downloader.c s32 gf_cache_remove_session_from_cache_entry(DownloadedCacheEntry entry, GF_DownloadSession * sess);
DownloadedCacheEntry  554 src/utils/downloader.c 				DownloadedCacheEntry ex = (DownloadedCacheEntry)gf_list_get(sess->dm->cache_entries, i);
DownloadedCacheEntry  573 src/utils/downloader.c s32 gf_cache_add_session_to_cache_entry(DownloadedCacheEntry entry, GF_DownloadSession * sess);
DownloadedCacheEntry  577 src/utils/downloader.c 	DownloadedCacheEntry entry;
DownloadedCacheEntry  638 src/utils/downloader.c 		DownloadedCacheEntry e = (DownloadedCacheEntry)gf_list_get(dm->cache_entries, i);
DownloadedCacheEntry 1501 src/utils/downloader.c DownloadedCacheEntry gf_dm_refresh_cache_entry(GF_DownloadSession *sess) {
DownloadedCacheEntry 1559 src/utils/downloader.c 	DownloadedCacheEntry entry;
DownloadedCacheEntry 1935 src/utils/downloader.c 			const DownloadedCacheEntry entry = (const DownloadedCacheEntry)gf_list_get( dm->cache_entries, 0);