Searched refs:returnedfrom (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/wininet/ |
H A D | urlcache.c | 52 static void check_cache_entry_infoA(const char *returnedfrom, INTERNET_CACHE_ENTRY_INFOA *lpCacheEn… in check_cache_entry_infoA() argument 54 …StructSize == sizeof(*lpCacheEntryInfo), "%s: dwStructSize was %d\n", returnedfrom, lpCacheEntryIn… in check_cache_entry_infoA() 55 …ame, test_url), "%s: lpszSourceUrlName should be %s instead of %s\n", returnedfrom, test_url, lpCa… in check_cache_entry_infoA() 56 …me, filenameA), "%s: lpszLocalFileName should be %s instead of %s\n", returnedfrom, filenameA, lpC… in check_cache_entry_infoA() 57 …ion, "html"), "%s: lpszFileExtension should be html instead of %s\n", returnedfrom, lpCacheEntryIn… in check_cache_entry_infoA()
|