|
struct cache_entry * | find_in_cache (struct uri *uri) |
|
struct cache_entry * | get_cache_entry (struct uri *uri) |
|
struct cache_entry * | get_validated_cache_entry (struct uri *uri, cache_mode_T cache_mode) |
|
int | cache_entry_is_valid (struct cache_entry *cached) |
|
struct cache_entry * | follow_cached_redirects (struct cache_entry *cached) |
|
struct cache_entry * | get_redirected_cache_entry (struct uri *uri) |
|
int | add_fragment (struct cache_entry *cached, off_t offset, const char *data, ssize_t length) |
|
struct fragment * | get_cache_fragment (struct cache_entry *cached) |
|
void | normalize_cache_entry (struct cache_entry *cached, off_t length) |
|
void | free_entry_to (struct cache_entry *cached, off_t offset) |
|
void | delete_entry_content (struct cache_entry *cached) |
|
void | delete_cache_entry (struct cache_entry *cached) |
|
struct uri * | redirect_cache (struct cache_entry *cached, const char *location, int get, int incomplete) |
|
void | garbage_collection (int whole) |
|
unsigned longlong | get_cache_size (void) |
|
int | get_cache_entry_count (void) |
|
int | get_cache_entry_used_count (void) |
|
int | get_cache_entry_loading_count (void) |
|
int | validate_cache_integrity (struct cache_entry *cached, const char *integrity) |
|