ReactOS 0.4.16-dev-456-ga97fcf1
|
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include "windef.h"
#include "winbase.h"
#include "wininet.h"
#include "winineti.h"
#include "winsock2.h"
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | test_data_t |
struct | test_request_t |
struct | server_info |
struct | http_status_test_t |
struct | large_test |
struct | cert_struct_test_t |
struct | context |
struct | notification |
struct | info |
struct | notification_data |
Enumerations | |
enum | api { winhttp_connect = 1 , winhttp_open_request , winhttp_send_request , winhttp_receive_response , winhttp_query_data , winhttp_read_data , winhttp_write_data , winhttp_close_handle , internet_connect = 1 , http_open_request , http_send_request_ex , internet_writefile , http_end_request , internet_close_handle } |
#define CHECK_NOT_NOTIFIED | ( | status | ) | CHECK_NOTIFIED2(status, 0) |
#define MAX_INTERNET_STATUS (INTERNET_STATUS_COOKIE_HISTORY+1) |
#define server_read_request | ( | a | ) | _server_read_request(__LINE__,a) |
#define STATUS_STRING | ( | status | ) | status_string[status] = #status |
#define test_http_version | ( | a | ) | _test_http_version(__LINE__,a) |
#define TEST_URL "http://test.winehq.org/tests/hello.html" |
Definition at line 7354 of file http.c.
Definition at line 5704 of file http.c.
|
static |
|
static |
Definition at line 534 of file http.c.
|
static |
Definition at line 5570 of file http.c.
|
static |
Definition at line 5544 of file http.c.
Referenced by _read_expect_sync_data().
|
static |
Definition at line 5639 of file http.c.
|
static |
Definition at line 5537 of file http.c.
|
static |
Definition at line 5510 of file http.c.
Referenced by _readex_expect_sync_data().
|
static |
Definition at line 5584 of file http.c.
Referenced by _send_response_ex_and_wait().
|
static |
Definition at line 5618 of file http.c.
Definition at line 6612 of file http.c.
Definition at line 353 of file http.c.
|
static |
Definition at line 323 of file http.c.
Definition at line 340 of file http.c.
|
static |
Definition at line 6590 of file http.c.
|
static |
Definition at line 6550 of file http.c.
Definition at line 249 of file http.c.
|
static |
Definition at line 368 of file http.c.
|
static |
Definition at line 7257 of file http.c.
|
static |
Definition at line 7388 of file http.c.
Referenced by test_async_HttpSendRequestEx().
Definition at line 572 of file http.c.
Referenced by InternetReadFile_test(), InternetReadFileExA_test(), test_async_read(), test_cache_read(), test_conn_close(), test_connection_break(), test_connection_closing(), test_http_read(), test_large_content(), test_no_content(), test_persistent_connection(), test_redirect(), test_security_flags(), and test_successive_HttpSendRequest().
Definition at line 5576 of file http.c.
Referenced by _send_response_and_wait(), _send_response_ex_and_wait(), finished_reading(), release_object(), send_response_len_and_wait(), test_connection_break(), test_large_content(), test_persistent_connection(), and test_redirect().
|
static |
Definition at line 7705 of file http.c.
Referenced by test_InternetCloseHandle().
|
static |
Definition at line 7906 of file http.c.
Referenced by test_concurrent_header_access().
Definition at line 1766 of file http.c.
Referenced by START_TEST().
Definition at line 1353 of file http.c.
Referenced by START_TEST().
Definition at line 220 of file http.c.
Referenced by START_TEST().
Definition at line 7868 of file http.c.
Referenced by START_TEST().
|
static |
Definition at line 1713 of file http.c.
Referenced by START_TEST().
Definition at line 1428 of file http.c.
Referenced by START_TEST().
Definition at line 1316 of file http.c.
Referenced by START_TEST().
Definition at line 962 of file http.c.
Referenced by START_TEST().
|
static |
Definition at line 585 of file http.c.
Referenced by START_TEST().
Definition at line 1085 of file http.c.