Searched refs:HTTP_QUERY_CONTENT_ENCODING (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/wininet/ |
H A D | http.c | 845 res = HttpQueryInfoA(hor,HTTP_QUERY_CONTENT_ENCODING,buffer,&length,0x0); in InternetReadFile_test() 2703 r = HttpQueryInfoA(req.request, HTTP_QUERY_CONTENT_ENCODING, buffer, &sz, NULL); in test_proxy_indirect() 3962 ret = HttpQueryInfoA(req, HTTP_QUERY_CONTENT_ENCODING, buf, &size, 0); in test_cache_read_gzipped() 4005 ret = HttpQueryInfoA(req, HTTP_QUERY_CONTENT_ENCODING, buf, &size, 0); in test_cache_read_gzipped() 6827 res = HttpQueryInfoA(req, HTTP_QUERY_CONTENT_ENCODING, buf, &size, 0); in test_security_flags() 7651 ret = HttpQueryInfoA( req, HTTP_QUERY_CONTENT_ENCODING, buffer, &size, 0 ); in test_async_HttpSendRequestEx()
|
/reactos/sdk/include/psdk/ |
H A D | wininet.h | 1552 #define HTTP_QUERY_CONTENT_ENCODING 29 macro
|
/reactos/dll/win32/wininet/ |
H A D | http.c | 3732 case HTTP_QUERY_CONTENT_ENCODING: in HTTP_HttpQueryInfoW() 3908 FE(HTTP_QUERY_CONTENT_ENCODING), in HttpQueryInfoW()
|