ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | HEADER_TYPE |
Macros | |
#define | DEFINE_EXPECT(func) static BOOL expect_ ## func = FALSE, called_ ## func = FALSE |
#define | SET_EXPECT(func) do { called_ ## func = FALSE; expect_ ## func = TRUE; } while(0) |
#define | CHECK_EXPECT2(func) |
#define | CHECK_EXPECT(func) |
#define | CHECK_CALLED(func) |
#define | test_disp(u, id) _test_disp(__LINE__,u,id) |
#define | test_event_args(a, b, c, d, e, f, g) _test_event_args(__LINE__,a,b,c,d,e,f,g) |
Variables | |
static IHTMLXMLHttpRequest * | xhr = NULL |
static BSTR | content_type = NULL |
static int | loading_cnt = 0 |
static int | readystatechange_cnt = 0 |
static IDispatchExVtbl | xmlhttprequest_onreadystatechangeFuncVtbl |
static IDispatchEx | xmlhttprequest_onreadystatechange_obj = { &xmlhttprequest_onreadystatechangeFuncVtbl } |
static BOOL | doc_complete |
static IHTMLDocument2 * | notif_doc |
static IPropertyNotifySinkVtbl | PropertyNotifySinkVtbl |
static IPropertyNotifySink | PropertyNotifySink = { &PropertyNotifySinkVtbl } |
Definition at line 59 of file xmlhttprequest.c.
Definition at line 46 of file xmlhttprequest.c.
Definition at line 40 of file xmlhttprequest.c.
Definition at line 43 of file xmlhttprequest.c.
Definition at line 75 of file xmlhttprequest.c.
Definition at line 111 of file xmlhttprequest.c.
Definition at line 76 of file xmlhttprequest.c.
Referenced by _test_event_args().
|
static |
Definition at line 112 of file xmlhttprequest.c.
Definition at line 21 of file xmlhttprequest.c.
Referenced by create_doc_from_url(), START_TEST(), test_async_xhr(), test_async_xhr_abort(), test_header(), and test_sync_xhr().
Definition at line 870 of file xmlhttprequest.c.
Referenced by START_TEST().
|
static |
Definition at line 383 of file xmlhttprequest.c.
Referenced by test_async_xhr(), test_async_xhr_abort(), and test_sync_xhr().
DEFINE_EXPECT | ( | xmlhttprequest_onreadystatechange_done | ) |
DEFINE_EXPECT | ( | xmlhttprequest_onreadystatechange_headers_received | ) |
DEFINE_EXPECT | ( | xmlhttprequest_onreadystatechange_loading | ) |
DEFINE_EXPECT | ( | xmlhttprequest_onreadystatechange_opened | ) |
|
static |
Definition at line 147 of file xmlhttprequest.c.
|
static |
Definition at line 198 of file xmlhttprequest.c.
|
static |
Definition at line 192 of file xmlhttprequest.c.
|
static |
Definition at line 186 of file xmlhttprequest.c.
|
static |
Definition at line 170 of file xmlhttprequest.c.
|
static |
Definition at line 210 of file xmlhttprequest.c.
|
static |
Definition at line 204 of file xmlhttprequest.c.
|
static |
Definition at line 222 of file xmlhttprequest.c.
|
static |
Definition at line 216 of file xmlhttprequest.c.
|
static |
Definition at line 163 of file xmlhttprequest.c.
|
static |
Definition at line 157 of file xmlhttprequest.c.
|
static |
Definition at line 178 of file xmlhttprequest.c.
|
static |
Definition at line 131 of file xmlhttprequest.c.
|
static |
Definition at line 152 of file xmlhttprequest.c.
Definition at line 341 of file xmlhttprequest.c.
Referenced by create_doc_from_url().
|
static |
Definition at line 297 of file xmlhttprequest.c.
|
static |
Definition at line 307 of file xmlhttprequest.c.
|
static |
Definition at line 325 of file xmlhttprequest.c.
|
static |
Definition at line 285 of file xmlhttprequest.c.
|
static |
Definition at line 302 of file xmlhttprequest.c.
Definition at line 360 of file xmlhttprequest.c.
Referenced by create_doc_from_url(), and test_async_xhr().
START_TEST | ( | xmlhttprequest | ) |
Definition at line 912 of file xmlhttprequest.c.
Definition at line 33 of file xmlhttprequest.c.
Referenced by PropertyNotifySink_OnChanged(), test_async_xhr(), test_header(), and test_sync_xhr().
|
static |
Definition at line 614 of file xmlhttprequest.c.
Referenced by START_TEST().
Definition at line 788 of file xmlhttprequest.c.
Referenced by START_TEST().
|
static |
Definition at line 419 of file xmlhttprequest.c.
Referenced by test_async_xhr(), and test_sync_xhr().
|
static |
Definition at line 452 of file xmlhttprequest.c.
Referenced by START_TEST().
|
static |
Definition at line 228 of file xmlhttprequest.c.
Definition at line 66 of file xmlhttprequest.c.
Referenced by HttpProtocol_start_downloading(), nsChannel_SetContentType(), nsUploadChannel_SetUploadStream(), START_TEST(), test_async_xhr(), test_sync_xhr(), and test_WinHttpSendRequest().
|
static |
Definition at line 282 of file xmlhttprequest.c.
Referenced by create_doc_from_url(), and PropertyNotifySink_OnChanged().
|
static |
Definition at line 67 of file xmlhttprequest.c.
Referenced by test_async_xhr(), test_async_xhr_abort(), test_sync_xhr(), and xmlhttprequest_onreadystatechange().
|
static |
Definition at line 283 of file xmlhttprequest.c.
Referenced by create_doc_from_url(), and PropertyNotifySink_OnChanged().
|
static |
Definition at line 339 of file xmlhttprequest.c.
Referenced by create_doc_from_url().
|
static |
Definition at line 331 of file xmlhttprequest.c.
|
static |
Definition at line 68 of file xmlhttprequest.c.
Referenced by test_async_xhr_abort(), and xmlhttprequest_onreadystatechange().
|
static |
Definition at line 65 of file xmlhttprequest.c.
Referenced by _test_open(), _test_server_open(), create_xmlhttprequest(), set_xhr_site(), START_TEST(), test_async_xhr(), test_async_xhr_abort(), test_header(), test_safe_httpreq(), test_server_xhr(), test_supporterrorinfo(), test_sync_xhr(), test_XMLHTTP(), and xmlhttprequest_onreadystatechange().
|
static |
Definition at line 280 of file xmlhttprequest.c.
Referenced by test_async_xhr(), test_async_xhr_abort(), and test_sync_xhr().
|
static |
Definition at line 263 of file xmlhttprequest.c.