NetSurf
|
Data Fields | |
char * | key |
key for this entry More... | |
struct mapentry * | list |
pointer to linked list of entries More... | |
struct imagemap * | next |
next entry in this hash chain More... | |
Definition at line 77 of file imagemap.c.
char* imagemap::key |
key for this entry
Definition at line 78 of file imagemap.c.
Referenced by imagemap_add(), imagemap_destroy(), imagemap_dump(), imagemap_get(), and imagemap_hash().
struct mapentry* imagemap::list |
pointer to linked list of entries
Definition at line 79 of file imagemap.c.
Referenced by imagemap_add(), imagemap_destroy(), imagemap_dump(), and imagemap_get().
struct imagemap* imagemap::next |
next entry in this hash chain
Definition at line 80 of file imagemap.c.
Referenced by imagemap_add(), imagemap_destroy(), imagemap_dump(), and imagemap_get().