ReactOS 0.4.16-dev-973-g9a0ff8b
|
#include <wine/test.h>
#include <stdarg.h>
#include <stddef.h>
#include "windef.h"
#include "winbase.h"
#include "ole2.h"
#include "urlmon.h"
#include "wininet.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
#define | CONST_VTABLE |
#define | DEFINE_EXPECT(func) static BOOL expect_ ## func = FALSE, called_ ## func = FALSE |
#define | SET_EXPECT(func) expect_ ## func = TRUE |
#define | CHECK_EXPECT(func) |
#define | CHECK_EXPECT2(func) |
#define | CHECK_CALLED(func) |
#define | CHECK_NOT_CALLED(func) |
#define | CLEAR_CALLED(func) expect_ ## func = called_ ## func = FALSE |
Variables | |
static const CHAR | wszIndexHtmlA [] = "index.html" |
static WCHAR | INDEX_HTML [MAX_PATH] |
static const char | szHtmlDoc [] = "<HTML></HTML>" |
static const IBindStatusCallbackVtbl | BindStatusCallbackVtbl |
static IBindStatusCallback | BindStatusCallback = { &BindStatusCallbackVtbl } |
Definition at line 272 of file stream.c.
Referenced by START_TEST().
DEFINE_EXPECT | ( | GetBindInfo | ) |
DEFINE_EXPECT | ( | OnDataAvailable | ) |
DEFINE_EXPECT | ( | OnProgress_BEGINDOWNLOADDATA | ) |
DEFINE_EXPECT | ( | OnProgress_CONNECTING | ) |
DEFINE_EXPECT | ( | OnProgress_DOWNLOADINGDATA | ) |
DEFINE_EXPECT | ( | OnProgress_ENDDOWNLOADDATA | ) |
DEFINE_EXPECT | ( | OnProgress_FINDINGRESOURCE | ) |
DEFINE_EXPECT | ( | OnProgress_MIMETYPEAVAILABLE | ) |
DEFINE_EXPECT | ( | OnProgress_SENDINGREQUEST | ) |
DEFINE_EXPECT | ( | OnStartBinding | ) |
DEFINE_EXPECT | ( | OnStopBinding | ) |
DEFINE_EXPECT | ( | QueryInterface_IServiceProvider | ) |
START_TEST | ( | stream | ) |
Definition at line 388 of file stream.c.
|
static |
|
static |
Definition at line 189 of file stream.c.
|
static |
|
static |
Definition at line 203 of file stream.c.
|
static |
|
static |
|
static |
Definition at line 139 of file stream.c.
|
static |
Definition at line 109 of file stream.c.
|
static |
|
static |
|
static |
Definition at line 293 of file stream.c.
Referenced by START_TEST().
Definition at line 354 of file stream.c.
Referenced by START_TEST().
|
static |
|
static |
Definition at line 80 of file stream.c.
Referenced by set_file_url(), test_URLOpenBlockingStreamW(), and test_URLOpenStreamW().
Definition at line 81 of file stream.c.
Referenced by create_file(), and test_URLOpenBlockingStreamW().
Definition at line 79 of file stream.c.
Referenced by create_file(), and START_TEST().