ReactOS 0.4.16-dev-41-ge8c7597
|
Public Attributes | |
entry_header | header |
DWORD | next |
DWORD | id |
struct hash_entry | hash_table [HASHTABLE_SIZE] |
Definition at line 153 of file urlcache.c.
struct hash_entry entry_hash_table::hash_table[HASHTABLE_SIZE] |
Definition at line 158 of file urlcache.c.
Referenced by urlcache_enum_hash_table_entries(), urlcache_find_hash_entry(), urlcache_hash_entry_create(), and urlcache_next_entry().
entry_header entry_hash_table::header |
Definition at line 155 of file urlcache.c.
Referenced by urlcache_find_hash_entry(), urlcache_hash_entry_create(), and urlcache_next_entry().
DWORD entry_hash_table::id |
Definition at line 157 of file urlcache.c.
Referenced by urlcache_create_hash_table(), urlcache_find_hash_entry(), and urlcache_hash_entry_create().
DWORD entry_hash_table::next |
Definition at line 156 of file urlcache.c.
Referenced by urlcache_create_hash_table(), urlcache_find_hash_entry(), urlcache_hash_entry_create(), and urlcache_next_entry().