Searched refs:INTERNET_REQFLAG_NO_HEADERS (Results 1 – 3 of 3) sorted by relevance
641 test_request_flags(hor, INTERNET_REQFLAG_NO_HEADERS); in InternetReadFile_test()1384 test_request_flags(hRequest, INTERNET_REQFLAG_NO_HEADERS); in HttpSendRequestEx_test()1403 test_request_flags(hRequest, INTERNET_REQFLAG_NO_HEADERS); in HttpSendRequestEx_test()1409 test_request_flags(hRequest, INTERNET_REQFLAG_NO_HEADERS); in HttpSendRequestEx_test()4291 test_request_flags(req.request, INTERNET_REQFLAG_NO_HEADERS); in test_response_without_headers()4296 test_request_flags_todo(req.request, INTERNET_REQFLAG_NO_HEADERS); in test_response_without_headers()4306 test_request_flags_todo(req.request, INTERNET_REQFLAG_NO_HEADERS); in test_response_without_headers()6860 test_request_flags(req, INTERNET_REQFLAG_NO_HEADERS); in test_security_flags()7747 test_request_flags(closetest_req, INTERNET_REQFLAG_NO_HEADERS); in test_InternetCloseHandle()
58 #define INTERNET_REQFLAG_NO_HEADERS 0x00000008 macro
2336 flags |= INTERNET_REQFLAG_NO_HEADERS; in HTTPREQ_QueryOption()