Searched refs:cache_control_no_cache (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/wininet/ |
H A D | http.c | 3824 static const char cache_control_no_cache[] = "/test_cache_control_no_cache"; in test_no_cache() local 3841 req = HttpOpenRequestA(con, NULL, cache_control_no_cache, NULL, NULL, NULL, 0, 0); in test_no_cache() 3844 sprintf(cache_url, cache_url_fmt, port, cache_control_no_cache); in test_no_cache() 3855 req = HttpOpenRequestA(con, NULL, cache_control_no_cache, NULL, NULL, NULL, 0, 0); in test_no_cache()
|