Searched refs:url_entry (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/wininet/ |
H A D | urlcache.c | 1122 (LPCSTR)url_entry+url_entry->local_name_off, in urlcache_delete_file() 1129 if(date != url_entry->write_date || time != url_entry->write_time) in urlcache_delete_file() 1324 url_len = strlen((LPCSTR)url_entry+url_entry->url_off) + 1; in urlcache_copy_entry() 1839 url_entry->header_info_off, url_entry->header_info_size)); in urlcache_get_entry_info() 3004 url_entry->url_off = DWORD_ALIGN(sizeof(*url_entry)); in urlcache_entry_commit() 3009 … file_time_to_dos_date_time(&url_entry->access_time, &url_entry->sync_date, &url_entry->sync_time); in urlcache_entry_commit() 3014 url_entry->unk1 = 0; in urlcache_entry_commit() 3015 url_entry->unk2 = 0; in urlcache_entry_commit() 3017 url_entry->unk4 = 0; in urlcache_entry_commit() 3019 url_entry->unk7 = 0; in urlcache_entry_commit() [all …]
|
/reactos/dll/win32/inseng/ |
H A D | icif.c | 1474 struct url_info *url_entry; in read_urls() local 1494 url_entry = heap_alloc_zero(sizeof(*url_entry)); in read_urls() 1495 if (!url_entry) goto error; in read_urls() 1497 url_entry->index = index; in read_urls() 1499 if (!value_get_str_field(inf_value, 1, &url_entry->url, NULL)) in read_urls() 1501 if (!url_entry->url || !*url_entry->url) in read_urls() 1503 url_entry_free(url_entry); in read_urls() 1507 if (!value_get_dword_field(inf_value, 2, &url_entry->flags, 0)) in read_urls() 1510 list_add_tail(&component->urls, &url_entry->entry); in read_urls() 1520 url_entry_free(url_entry); in read_urls()
|