Searched refs:HTTP_QUERY_CUSTOM (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/wininet/ |
H A D | http.c | 1797 ok(HttpQueryInfoA(hRequest,HTTP_QUERY_CUSTOM|HTTP_QUERY_FLAG_REQUEST_HEADERS, in HttpHeaders_test() 1806 ok(HttpQueryInfoA(hRequest,HTTP_QUERY_CUSTOM|HTTP_QUERY_FLAG_REQUEST_HEADERS, in HttpHeaders_test() 1814 ok(HttpQueryInfoA(hRequest,HTTP_QUERY_CUSTOM|HTTP_QUERY_FLAG_REQUEST_HEADERS, in HttpHeaders_test() 1820 ok(HttpQueryInfoA(hRequest,HTTP_QUERY_CUSTOM|HTTP_QUERY_FLAG_REQUEST_HEADERS, in HttpHeaders_test() 1913 ok(HttpQueryInfoA(hRequest,HTTP_QUERY_CUSTOM|HTTP_QUERY_FLAG_REQUEST_HEADERS, in HttpHeaders_test() 1919 ok(HttpQueryInfoA(hRequest,HTTP_QUERY_CUSTOM|HTTP_QUERY_FLAG_REQUEST_HEADERS, in HttpHeaders_test() 1925 ok(HttpQueryInfoA(hRequest,HTTP_QUERY_CUSTOM|HTTP_QUERY_FLAG_REQUEST_HEADERS, in HttpHeaders_test() 1933 ok(HttpQueryInfoA(hRequest,HTTP_QUERY_CUSTOM|HTTP_QUERY_FLAG_REQUEST_HEADERS, in HttpHeaders_test() 1939 ok(HttpQueryInfoA(hRequest,HTTP_QUERY_CUSTOM|HTTP_QUERY_FLAG_REQUEST_HEADERS, in HttpHeaders_test() 1945 ok(HttpQueryInfoA(hRequest,HTTP_QUERY_CUSTOM|HTTP_QUERY_FLAG_REQUEST_HEADERS, in HttpHeaders_test() [all …]
|
/reactos/dll/win32/wininet/ |
H A D | http.c | 3606 case HTTP_QUERY_CUSTOM: in HTTP_HttpQueryInfoW() 3947 FE(HTTP_QUERY_CUSTOM) in HttpQueryInfoW() 4038 if ((dwInfoLevel & HTTP_QUERY_HEADER_MASK) == HTTP_QUERY_CUSTOM) in HttpQueryInfoA() 4048 if ((dwInfoLevel & HTTP_QUERY_HEADER_MASK) == HTTP_QUERY_CUSTOM) in HttpQueryInfoA()
|
/reactos/modules/rostests/winetests/urlmon/ |
H A D | protocol.c | 982 hres = IWinInetHttpInfo_QueryInfo(info, HTTP_QUERY_CUSTOM, buf, &size, NULL, NULL); in test_http_info() 992 hres = IWinInetHttpInfo_QueryInfo(info, HTTP_QUERY_CUSTOM, buf, &size, NULL, NULL); in test_http_info()
|
/reactos/sdk/include/psdk/ |
H A D | wininet.h | 1603 #define HTTP_QUERY_CUSTOM 65535 macro
|