Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dwininet.h69 #define INTERNET_FLAG_FROM_CACHE 0x01000000 macro
70 #define INTERNET_FLAG_OFFLINE INTERNET_FLAG_FROM_CACHE
104 | INTERNET_FLAG_FROM_CACHE \
/reactos/modules/rostests/winetests/wininet/
H A Dhttp.c1656 …tpOpenRequestA(connect, "GET", "/tests/hello.html", NULL, NULL, NULL, INTERNET_FLAG_FROM_CACHE, 0); in test_http_cache()
1671 …tpOpenRequestA(connect, "GET", "/tests/hello.html", NULL, NULL, NULL, INTERNET_FLAG_FROM_CACHE, 0); in test_http_cache()
3945 req = HttpOpenRequestA(con, NULL, get_gzip, NULL, NULL, NULL, INTERNET_FLAG_FROM_CACHE, 0); in test_cache_read_gzipped()
3990 req = HttpOpenRequestA(con, NULL, get_gzip, NULL, NULL, NULL, INTERNET_FLAG_FROM_CACHE, 0); in test_cache_read_gzipped()
/reactos/dll/win32/wininet/
H A Dinternet.c732 FE(INTERNET_FLAG_FROM_CACHE), in dump_INTERNET_FLAGS()