NetSurf
Data Fields
hlcache_entry Struct Reference

Entry in high-level cache. More...

Collaboration diagram for hlcache_entry:
[legend]

Data Fields

struct contentcontent
 Pointer to associated content. More...
 
hlcache_entrynext
 Next sibling. More...
 
hlcache_entryprev
 Previous sibling. More...
 

Detailed Description

Entry in high-level cache.

Definition at line 74 of file hlcache.c.

Field Documentation

◆ content

struct content* hlcache_entry::content

◆ next

hlcache_entry* hlcache_entry::next

◆ prev

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().


The documentation for this struct was generated from the following file: