Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/wininet/
H A Dhttp.c1586 static const char cached_content[] = "data read from cache"; in test_http_cache() local
1649 ret = WriteFile(file, cached_content, sizeof(cached_content), &size, NULL); in test_http_cache()
1666 todo_wine ok(!strcmp((char*)buf, cached_content), "incorrect page data: %s\n", (char*)buf); in test_http_cache()