NetSurf
|
Entry in high-level cache. More...
Data Fields | |
struct content * | content |
Pointer to associated content. More... | |
hlcache_entry * | next |
Next sibling. More... | |
hlcache_entry * | prev |
Previous sibling. More... | |
struct content* hlcache_entry::content |
Pointer to associated content.
Definition at line 75 of file hlcache.c.
Referenced by hlcache_clean(), hlcache_finalise(), hlcache_find_content(), hlcache_handle_abort(), hlcache_handle_get_content(), hlcache_handle_get_url(), hlcache_handle_release(), save_complete_ctx_find_content(), and save_complete_ctx_has_content().
hlcache_entry* hlcache_entry::next |
Next sibling.
Definition at line 77 of file hlcache.c.
Referenced by hlcache_clean(), hlcache_finalise(), hlcache_find_content(), hlcache_handle_abort(), save_complete_ctx_find_content(), and save_complete_ctx_has_content().
hlcache_entry* hlcache_entry::prev |
Previous sibling.
Definition at line 78 of file hlcache.c.
Referenced by hlcache_clean(), hlcache_find_content(), and hlcache_handle_abort().