ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <stdarg.h>
#include <stdlib.h>
#include <windef.h>
#include <winbase.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <winhttp.h>
#include "wine/test.h"
Go to the source code of this file.
Classes | |
struct | notification |
struct | info |
struct | test_request |
struct | server_info |
Macros | |
#define | NF_ALLOW 0x0001 /* notification may or may not happen */ |
#define | NF_WINE_ALLOW 0x0002 /* wine sends notification when it should not */ |
#define | NF_SIGNAL 0x0004 /* signal wait handle when notified */ |
#define | server_read_data(a) _server_read_data(a,__LINE__) |
#define | read_request_data(a, b, c, d) _read_request_data(a,b,c,d,__LINE__) |
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 NF_ALLOW 0x0001 /* notification may or may not happen */ |
Definition at line 56 of file notification.c.
Definition at line 58 of file notification.c.
#define NF_WINE_ALLOW 0x0002 /* wine sends notification when it should not */ |
Definition at line 57 of file notification.c.
Definition at line 919 of file notification.c.
#define server_read_data | ( | a | ) | _server_read_data(a,__LINE__) |
Definition at line 843 of file notification.c.
Definition at line 37 of file notification.c.
|
static |
Definition at line 920 of file notification.c.
Definition at line 844 of file notification.c.
|
static |
Definition at line 77 of file notification.c.
Referenced by open_async_request(), test_async(), test_connection_cache(), and test_redirect().
|
static |
Definition at line 875 of file notification.c.
|
static |
Definition at line 774 of file notification.c.
Referenced by open_socket_request(), and test_persistent_connection().
Definition at line 809 of file notification.c.
Referenced by test_persistent_connection().
|
static |
Definition at line 825 of file notification.c.
Referenced by test_persistent_connection().
Definition at line 644 of file notification.c.
Referenced by START_TEST().
Definition at line 163 of file notification.c.
Referenced by _read_request_data(), close_request(), open_async_request(), server_send_reply(), test_async(), test_connection_cache(), and test_redirect().
START_TEST | ( | notification | ) |
Definition at line 1012 of file notification.c.
Definition at line 502 of file notification.c.
Referenced by START_TEST().
Definition at line 711 of file notification.c.
Referenced by START_TEST().
Definition at line 182 of file notification.c.
Referenced by START_TEST().
Definition at line 949 of file notification.c.
Referenced by START_TEST().
Definition at line 422 of file notification.c.
Referenced by START_TEST().
|
static |
Definition at line 479 of file notification.c.
Referenced by test_async().
|
static |
Definition at line 109 of file notification.c.
Referenced by test_connection_cache().
|
static |
Definition at line 866 of file notification.c.
Referenced by close_request().
|
static |
Definition at line 35 of file notification.c.
Referenced by canonicalize_reg_name(), is_local_machine(), open_async_request(), test_basic_request(), and test_CertRDNValueToStrW().
Definition at line 624 of file notification.c.
Referenced by server_thread().
|
static |
Definition at line 751 of file notification.c.
Referenced by open_async_request().
Definition at line 629 of file notification.c.
Referenced by server_thread(), and test_basic_request().
|
static |
Definition at line 910 of file notification.c.
Referenced by _read_request_data().
|
static |
Definition at line 903 of file notification.c.
Referenced by _read_request_data(), and test_file().
|
static |
|
static |
Definition at line 765 of file notification.c.
Referenced by open_async_request().
|
static |
Definition at line 818 of file notification.c.
Referenced by server_send_reply().
|
static |
Definition at line 641 of file notification.c.
Referenced by _server_read_data(), server_send_reply(), and server_thread().
|
static |
Definition at line 642 of file notification.c.
Referenced by open_socket_request(), server_thread(), and START_TEST().
|
static |
Definition at line 642 of file notification.c.
Referenced by open_socket_request(), server_thread(), START_TEST(), and test_persistent_connection().
Definition at line 32 of file notification.c.
Referenced by test_async(), test_connection_cache(), and test_redirect().
|
static |
Definition at line 33 of file notification.c.
Referenced by test_async(), and test_connection_cache().
|
static |
Definition at line 34 of file notification.c.
Referenced by test_redirect().
Definition at line 31 of file notification.c.
Referenced by open_async_request(), test_async(), test_connection_cache(), and test_redirect().