ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <stdarg.h>
#include <windef.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <winhttp.h>
#include <wincrypt.h>
#include <winreg.h>
#include <stdio.h>
#include <initguid.h>
#include <httprequest.h>
#include <httprequestid.h>
#include "wine/test.h"
#include "wine/heap.h"
Go to the source code of this file.
Classes | |
struct | server_info |
Macros | |
#define | COBJMACROS |
#define | X(x) if (flags & x) trace("%s\n", #x); |
#define | BIG_BUFFER_LEN 0x2250 |
Variables | |
static const WCHAR | test_useragent [] |
static const WCHAR | test_winehq [] = {'t','e','s','t','.','w','i','n','e','h','q','.','o','r','g',0} |
static const WCHAR | test_winehq_https [] = {'h','t','t','p','s',':','/','/','t','e','s','t','.','w','i','n','e','h','q','.','o','r','g',':','4','4','3',0} |
static const WCHAR | localhostW [] = {'l','o','c','a','l','h','o','s','t',0} |
static const WCHAR | Connections [] |
static const WCHAR | WinHttpSettings [] |
static const char | page1 [] |
static const char | okmsg [] |
static const char | notokmsg [] |
static const char | cookiemsg [] |
static const char | cookiemsg2 [] |
static const char | nocontentmsg [] |
static const char | notmodified [] |
static const char | noauthmsg [] |
static const char | okauthmsg [] |
static const char | headmsg [] |
static const char | multiauth [] |
static const char | largeauth [] |
static const char | passportauth [] |
static const char | unauthorized [] = "Unauthorized" |
static const char | hello_world [] = "Hello World" |
static const char | auth_unseen [] = "Auth Unseen" |
|
static |
Definition at line 1028 of file winhttp.c.
Referenced by test_secure_connection().
DEFINE_GUID | ( | GUID_NULL | , |
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | , | ||
0 | |||
) |
Definition at line 3427 of file winhttp.c.
Referenced by test_request_path_escapes().
Definition at line 1309 of file winhttp.c.
Referenced by test_set_default_proxy_config().
Definition at line 62 of file winhttp.c.
Referenced by test_resolve_timeout().
Definition at line 4327 of file winhttp.c.
Referenced by test_IWinHttpRequest_Invoke().
Definition at line 2271 of file winhttp.c.
Referenced by START_TEST().
Definition at line 1345 of file winhttp.c.
Referenced by test_set_default_proxy_config().
Definition at line 1334 of file winhttp.c.
Referenced by set_default_proxy_reg_value().
START_TEST | ( | winhttp | ) |
Definition at line 4840 of file winhttp.c.
Definition at line 54 of file winhttp.c.
Referenced by test_multi_authentication().
Definition at line 3174 of file winhttp.c.
Referenced by START_TEST().
Definition at line 2555 of file winhttp.c.
Referenced by START_TEST().
Definition at line 2463 of file winhttp.c.
Referenced by START_TEST().
Definition at line 4755 of file winhttp.c.
Referenced by START_TEST().
Definition at line 3495 of file winhttp.c.
Referenced by START_TEST().
Definition at line 3266 of file winhttp.c.
Referenced by START_TEST().
Definition at line 3625 of file winhttp.c.
Referenced by START_TEST().
Definition at line 334 of file winhttp.c.
Referenced by START_TEST().
Definition at line 3058 of file winhttp.c.
Referenced by START_TEST().
Definition at line 3746 of file winhttp.c.
Referenced by START_TEST().
Definition at line 4347 of file winhttp.c.
Referenced by START_TEST().
Definition at line 2887 of file winhttp.c.
Referenced by START_TEST().
Definition at line 2832 of file winhttp.c.
Referenced by START_TEST().
Definition at line 3212 of file winhttp.c.
Referenced by START_TEST().
Definition at line 2974 of file winhttp.c.
Referenced by START_TEST().
Definition at line 2938 of file winhttp.c.
Referenced by START_TEST().
Definition at line 3117 of file winhttp.c.
Referenced by START_TEST().
Definition at line 3554 of file winhttp.c.
Referenced by START_TEST().
Definition at line 1222 of file winhttp.c.
Referenced by START_TEST().
Definition at line 3451 of file winhttp.c.
Referenced by START_TEST().
Definition at line 2104 of file winhttp.c.
Referenced by START_TEST().
Definition at line 1048 of file winhttp.c.
Referenced by START_TEST().
Definition at line 1358 of file winhttp.c.
Referenced by START_TEST().
Definition at line 1446 of file winhttp.c.
Referenced by START_TEST().
Definition at line 556 of file winhttp.c.
Referenced by START_TEST().
Definition at line 4562 of file winhttp.c.
Referenced by START_TEST().
Definition at line 4619 of file winhttp.c.
Referenced by START_TEST().
Definition at line 4648 of file winhttp.c.
Referenced by START_TEST().
Definition at line 270 of file winhttp.c.
Referenced by START_TEST().
Definition at line 84 of file winhttp.c.
Referenced by START_TEST().
Definition at line 365 of file winhttp.c.
Referenced by START_TEST().
Definition at line 483 of file winhttp.c.
Referenced by START_TEST().
Definition at line 514 of file winhttp.c.
Referenced by START_TEST().
Definition at line 2261 of file winhttp.c.
Referenced by server_thread().
Definition at line 1299 of file winhttp.c.
Referenced by get_default_proxy_reg_value(), and set_proxy().
Definition at line 2191 of file winhttp.c.
Referenced by server_thread().
Definition at line 2197 of file winhttp.c.
Referenced by server_thread().
Definition at line 2228 of file winhttp.c.
Referenced by server_thread().
Definition at line 2260 of file winhttp.c.
Referenced by server_thread(), and test_basic_authentication().
Definition at line 2243 of file winhttp.c.
Referenced by server_thread().
Definition at line 44 of file winhttp.c.
Referenced by test_bad_header(), test_basic_authentication(), test_basic_request(), test_connection_info(), test_cookies(), test_credentials(), test_head_request(), test_large_data_authentication(), test_multi_authentication(), test_multiple_reads(), test_no_content(), test_no_headers(), test_not_modified(), test_passport_auth(), and test_request_path_escapes().
Definition at line 2233 of file winhttp.c.
Referenced by server_thread().
Definition at line 2211 of file winhttp.c.
Referenced by server_thread().
Definition at line 2202 of file winhttp.c.
Referenced by server_thread().
Definition at line 2207 of file winhttp.c.
Referenced by server_thread().
Definition at line 2187 of file winhttp.c.
Referenced by server_thread().
Definition at line 2220 of file winhttp.c.
Referenced by server_thread().
Definition at line 2182 of file winhttp.c.
Referenced by server_thread().
Definition at line 2176 of file winhttp.c.
Referenced by server_thread(), and test_basic_request().
Definition at line 2252 of file winhttp.c.
Referenced by server_thread().
Definition at line 40 of file winhttp.c.
Referenced by test_bad_header(), test_basic_authentication(), test_basic_request(), test_chunked_read(), test_connection_info(), test_cookies(), test_credentials(), test_empty_headers_param(), test_head_request(), test_large_data_authentication(), test_multi_authentication(), test_multiple_reads(), test_no_content(), test_no_headers(), test_not_modified(), test_passport_auth(), test_request_parameter_defaults(), test_request_path_escapes(), test_resolve_timeout(), test_secure_connection(), test_timeouts(), test_WinHttpAddHeaders(), test_WinHttpGetProxyForUrl(), test_WinHttpOpenRequest(), test_WinHttpQueryOption(), and test_WinHttpSendRequest().
Definition at line 42 of file winhttp.c.
Referenced by test_chunked_read(), test_empty_headers_param(), test_request_parameter_defaults(), test_resolve_timeout(), test_secure_connection(), test_timeouts(), test_WinHttpAddHeaders(), test_WinHttpOpenRequest(), test_WinHttpQueryOption(), and test_WinHttpSendRequest().
|
static |
Definition at line 43 of file winhttp.c.
Referenced by test_IWinHttpRequest().
Definition at line 2259 of file winhttp.c.
Referenced by server_thread(), and test_basic_authentication().
Definition at line 1306 of file winhttp.c.
Referenced by get_default_proxy_reg_value(), and set_proxy().