Searched refs:HTTP_STATUS_DENIED (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/win32/wininet/ |
H A D | dialogs.c | 512 case HTTP_STATUS_DENIED: in InternetErrorDlg()
|
H A D | http.c | 5137 if (request->status_code == HTTP_STATUS_DENIED) in HTTP_HttpSendRequestW()
|
/reactos/sdk/include/psdk/ |
H A D | winhttp.h | 256 #define HTTP_STATUS_DENIED 401 macro
|
H A D | wininet.h | 1632 #define HTTP_STATUS_DENIED 401 macro
|
/reactos/modules/rostests/winetests/winhttp/ |
H A D | winhttp.c | 2635 ok(status == HTTP_STATUS_DENIED, "request failed unexpectedly %u\n", status); in test_basic_authentication() 2825 ok(status == HTTP_STATUS_DENIED, "request failed unexpectedly %u\n", status); in test_basic_authentication() 2916 ok(status == HTTP_STATUS_DENIED, "got %d\n", status); in test_large_data_authentication() 3601 ok( status == HTTP_STATUS_DENIED, "got %u\n", status ); in test_passport_auth() 4320 ok( status == HTTP_STATUS_DENIED, "got %d\n", status ); in test_IWinHttpRequest()
|
/reactos/dll/win32/winhttp/ |
H A D | request.c | 2475 case HTTP_STATUS_DENIED: in handle_authorization() 2886 else if (status == HTTP_STATUS_DENIED || status == HTTP_STATUS_PROXY_AUTH_REQ) in receive_response()
|
/reactos/dll/win32/rpcrt4/ |
H A D | rpc_transport.c | 2204 if (status_code == HTTP_STATUS_DENIED) in rpcrt4_http_check_response()
|