ReactOS 0.4.16-dev-258-g81860b4
|
Public Attributes | |
DWORD | magic |
char * | url_search_pattern |
DWORD | container_idx |
DWORD | hash_table_idx |
DWORD | hash_entry_idx |
Definition at line 199 of file urlcache.c.
DWORD find_handle::container_idx |
Definition at line 203 of file urlcache.c.
Referenced by FindFirstUrlCacheEntryA(), FindFirstUrlCacheEntryW(), and urlcache_find_next_entry().
DWORD find_handle::hash_entry_idx |
Definition at line 205 of file urlcache.c.
Referenced by FindFirstUrlCacheEntryA(), FindFirstUrlCacheEntryW(), and urlcache_find_next_entry().
DWORD find_handle::hash_table_idx |
Definition at line 204 of file urlcache.c.
Referenced by FindFirstUrlCacheEntryA(), FindFirstUrlCacheEntryW(), and urlcache_find_next_entry().
DWORD find_handle::magic |
Definition at line 201 of file urlcache.c.
Referenced by FindCloseUrlCache(), FindFirstUrlCacheEntryA(), FindFirstUrlCacheEntryW(), and urlcache_find_next_entry().
char* find_handle::url_search_pattern |
Definition at line 202 of file urlcache.c.
Referenced by FindCloseUrlCache(), FindFirstUrlCacheEntryA(), FindFirstUrlCacheEntryW(), and urlcache_find_next_entry().