Searched refs:entry_infoW (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/wininet/ |
H A D | urlcache.c | 897 INTERNET_CACHE_ENTRY_INFOW *entry_infoW; in test_urlcacheW() local 919 entry_infoW = HeapAlloc(GetProcessHeap(), 0, size); in test_urlcacheW() 930 ok(entry_infoW->dwStructSize == entry_infoA->dwStructSize, in test_urlcacheW() 942 ok(entry_infoW->dwUseCount == entry_infoA->dwUseCount, in test_urlcacheW() 945 ok(entry_infoW->dwHitRate == entry_infoA->dwHitRate, in test_urlcacheW() 948 ok(entry_infoW->dwSizeLow == entry_infoA->dwSizeLow, in test_urlcacheW() 951 ok(entry_infoW->dwSizeHigh == entry_infoA->dwSizeHigh, in test_urlcacheW() 964 ok(!lstrcmpW(entry_infoW->lpszLocalFileName, bufW), in test_urlcacheW() 977 … ok(!entry_infoW->lpszFileExtension || (ie10_cache && !entry_infoW->lpszFileExtension[0]), in test_urlcacheW() 982 ok(!lstrcmpW(entry_infoW->lpszFileExtension, bufW) || in test_urlcacheW() [all …]
|