|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#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 |
| struct | test_recursion_context |
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 | NF_MAIN_THREAD 0x0008 /* the operation completes synchronously and callback is called from the main thread */ |
| #define | NF_SAVE_BUFFER 0x0010 /* save buffer data when notified */ |
| #define | NF_OTHER_THREAD 0x0020 /* the operation completes asynchronously and callback is called from the other thread */ |
| #define | BIG_BUFFER_SIZE (16 * 1024) |
| #define | server_read_data(a) _server_read_data(a,__LINE__) |
| #define | read_request_data(a, b, c) _read_request_data(a,b,c,__LINE__) |
| #define | TEST_RECURSION_LIMIT 128 |
| #define BIG_BUFFER_SIZE (16 * 1024) |
Definition at line 881 of file notification.c.
| #define NF_ALLOW 0x0001 /* notification may or may not happen */ |
Definition at line 62 of file notification.c.
| #define NF_MAIN_THREAD 0x0008 /* the operation completes synchronously and callback is called from the main thread */ |
Definition at line 65 of file notification.c.
| #define NF_OTHER_THREAD 0x0020 /* the operation completes asynchronously and callback is called from the other thread */ |
Definition at line 67 of file notification.c.
Definition at line 66 of file notification.c.
Definition at line 64 of file notification.c.
| #define NF_WINE_ALLOW 0x0002 /* wine sends notification when it should not */ |
Definition at line 63 of file notification.c.
Definition at line 1759 of file notification.c.
| #define server_read_data | ( | a | ) | _server_read_data(a,__LINE__) |
Definition at line 1694 of file notification.c.
| #define TEST_RECURSION_LIMIT 128 |
Definition at line 1860 of file notification.c.
Definition at line 38 of file notification.c.
|
static |
Definition at line 1760 of file notification.c.
Definition at line 1695 of file notification.c.
|
static |
Definition at line 91 of file notification.c.
Referenced by open_async_request(), test_async(), test_connection_cache(), test_redirect(), and test_websocket().
|
static |
Definition at line 1724 of file notification.c.
|
static |
Definition at line 1627 of file notification.c.
Referenced by open_socket_request(), and test_persistent_connection().
Definition at line 1662 of file notification.c.
Referenced by test_persistent_connection().
|
static |
Definition at line 1676 of file notification.c.
Referenced by test_persistent_connection().
Definition at line 1496 of file notification.c.
Referenced by START_TEST().
Definition at line 239 of file notification.c.
Referenced by _read_request_data(), close_request(), open_async_request(), server_send_reply(), test_async(), test_connection_cache(), test_redirect(), and test_websocket().
| START_TEST | ( | notification | ) |
Definition at line 2099 of file notification.c.
Definition at line 620 of file notification.c.
Referenced by START_TEST().
Definition at line 1564 of file notification.c.
Referenced by START_TEST().
Definition at line 261 of file notification.c.
Referenced by START_TEST().
Definition at line 1781 of file notification.c.
Referenced by START_TEST().
Definition at line 1975 of file notification.c.
Referenced by START_TEST().
|
static |
Definition at line 1862 of file notification.c.
Referenced by test_recursion().
Definition at line 534 of file notification.c.
Definition at line 883 of file notification.c.
Referenced by START_TEST().
|
static |
Definition at line 594 of file notification.c.
Referenced by test_async().
|
static |
Definition at line 193 of file notification.c.
Referenced by test_connection_cache().
|
static |
Definition at line 143 of file notification.c.
Referenced by test_connection_cache().
|
static |
|
static |
Definition at line 31 of file notification.c.
Definition at line 32 of file notification.c.
Definition at line 1476 of file notification.c.
Referenced by server_thread().
|
static |
Definition at line 1604 of file notification.c.
Referenced by open_async_request().
Definition at line 1481 of file notification.c.
Referenced by server_thread(), and test_basic_request().
|
static |
Definition at line 1752 of file notification.c.
Referenced by _read_request_data(), and test_file().
|
static |
Definition at line 480 of file notification.c.
Referenced by test_redirect().
|
static |
Definition at line 506 of file notification.c.
Referenced by test_redirect().
|
static |
Definition at line 1618 of file notification.c.
Referenced by open_async_request().
|
static |
Definition at line 1669 of file notification.c.
Referenced by server_send_reply().
|
static |
Definition at line 1493 of file notification.c.
Referenced by _server_read_data(), server_send_reply(), and server_thread().
|
static |
Definition at line 1494 of file notification.c.
Referenced by open_socket_request(), server_thread(), and START_TEST().
|
static |
Definition at line 1494 of file notification.c.
Referenced by server_thread(), START_TEST(), and test_persistent_connection().
|
static |
Definition at line 1494 of file notification.c.
Referenced by open_socket_request(), server_thread(), START_TEST(), and test_persistent_connection().
Definition at line 31 of file notification.c.
|
static |
Definition at line 761 of file notification.c.
Referenced by test_websocket().
|
static |
|
static |
Definition at line 810 of file notification.c.
Referenced by test_websocket().
|
static |
Definition at line 833 of file notification.c.
Referenced by test_websocket().
|
static |
Definition at line 855 of file notification.c.
Referenced by test_websocket().
| USHORT void DWORD *static void DWORD WINHTTP_WEB_SOCKET_BUFFER_TYPE *static WINHTTP_WEB_SOCKET_BUFFER_TYPE |
Definition at line 35 of file notification.c.