Home
last modified time | relevance | path

Searched refs:url_off (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/wininet/
H A Durlcache.c122 DWORD url_off; /* offset of start of url from start of entry */ member
1322 url_len = urlcache_decode_url((const char*)url_entry+url_entry->url_off, NULL, 0); in urlcache_copy_entry()
1324 url_len = strlen((LPCSTR)url_entry+url_entry->url_off) + 1; in urlcache_copy_entry()
1332 …urlcache_decode_url((const char*)url_entry+url_entry->url_off, (WCHAR*)entry_info->lpszSourceUrlNa… in urlcache_copy_entry()
1334 memcpy(entry_info->lpszSourceUrlName, (LPCSTR)url_entry+url_entry->url_off, url_size); in urlcache_copy_entry()
1837 TRACE("Found URL: %s\n", debugstr_a((LPCSTR)url_entry + url_entry->url_off)); in urlcache_get_entry_info()
2146 TRACE("Found URL: %s\n", debugstr_a((LPCSTR)url_entry + url_entry->url_off)); in urlcache_entry_get_file()
3004 url_entry->url_off = DWORD_ALIGN(sizeof(*url_entry)); in urlcache_entry_commit()
3023 strcpy((LPSTR)url_entry + url_entry->url_off, url); in urlcache_entry_commit()
3590 debugstr_a((LPCSTR)pUrlEntry + pUrlEntry->url_off)); in urlcache_find_next_entry()