Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/wininet/
H A Dinternet.c226 retval = InternetQueryOptionA(hurl,INTERNET_OPTION_REQUEST_FLAGS,NULL,&len); in test_InternetQueryOptionA()
234 retval = InternetQueryOptionA(NULL,INTERNET_OPTION_REQUEST_FLAGS,NULL,&len); in test_InternetQueryOptionA()
H A Dhttp.c330 res = InternetQueryOptionW(req, INTERNET_OPTION_REQUEST_FLAGS, &flags, &size); in _test_request_flags()
7763 res = InternetQueryOptionA(closetest_req, INTERNET_OPTION_REQUEST_FLAGS, &flags, &len); in test_InternetCloseHandle()
/reactos/dll/win32/wininet/
H A Dinternet.c2632 case INTERNET_OPTION_REQUEST_FLAGS: in query_global_option()
2672 case INTERNET_OPTION_REQUEST_FLAGS: in INET_QueryOption()
H A Dhttp.c2322 case INTERNET_OPTION_REQUEST_FLAGS: { in HTTPREQ_QueryOption()
/reactos/sdk/include/psdk/
H A Dwininet.h718 #define INTERNET_OPTION_REQUEST_FLAGS 23 macro