|
ReactOS 0.4.16-dev-2135-g2f5a67f
|
#include <stdio.h>#include <assert.h>#include "ole2.h"#include "msxml6.h"#include "msxml6did.h"#include "dispex.h"#include "wine/test.h"#include "initguid.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
| #define | check_interface(a, b, c) check_interface_(__LINE__, a, b, c) |
Functions | |
| DEFINE_GUID (GUID_NULL, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0) | |
| static void | check_interface_ (unsigned int line, void *iface_ptr, REFIID iid, BOOL supported) |
| static BSTR | _bstr_ (const WCHAR *str) |
| static void | free_bstrs (void) |
| static IXMLDOMDocument2 * | create_document (void) |
| static void * | create_cache (REFIID riid) |
| static HRESULT | validate_regex_document (IXMLDOMDocument2 *doc, IXMLDOMDocument2 *schema, IXMLDOMSchemaCollection *cache, const WCHAR *regex, const WCHAR *input) |
| static void | test_regex (void) |
| static void | test_get (void) |
| static void | test_ifaces (void) |
| static void | test_remove (void) |
| static void | test_obj_dispex (IUnknown *obj) |
| static void | test_dispex (void) |
| static void | test_validate_on_load (void) |
| START_TEST (schema) | |
Variables | |
| static const WCHAR | xsd_schema1_uri [] = L"x-schema:test1.xsd" |
| static const WCHAR | xsd_schema1_xml [] |
| static BSTR | alloced_bstrs [256] |
| static int | alloced_bstrs_count |
|
static |
Definition at line 52 of file schema.c.
Definition at line 95 of file schema.c.
|
static |
Definition at line 84 of file schema.c.
| DEFINE_GUID | ( | GUID_NULL | , |
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | , | ||
| 0 | |||
| ) |
Definition at line 76 of file schema.c.
| START_TEST | ( | schema | ) |
Definition at line 422 of file schema.c.
Definition at line 387 of file schema.c.
Definition at line 248 of file schema.c.
Definition at line 266 of file schema.c.
Referenced by START_TEST().
Definition at line 335 of file schema.c.
Definition at line 190 of file schema.c.
Definition at line 288 of file schema.c.
|
static |
Definition at line 106 of file schema.c.