|
ReactOS 0.4.16-dev-2135-g2f5a67f
|

Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Functions | |
| static BSTR | _bstr_ (const WCHAR *str) |
| static void | free_bstrs (void) |
| static VARIANT | _variantdoc_ (void *doc) |
| 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_remove (void) |
| static void | test_validate_on_load (void) |
| static void | test_collection_content (void) |
| START_TEST (schema) | |
Variables | |
| static const WCHAR | xsd_schema1_uri [] = L"x-schema:test1.xsd" |
| static const WCHAR | xsd_schema1_xml [] |
| static const WCHAR | xsd_schema2_uri [] = L"x-schema:test2.xsd" |
| static const WCHAR | xsd_schema2_xml [] |
| static const WCHAR | xsd_schema3_uri [] = L"x-schema:test3.xsd" |
| static const WCHAR | xsd_schema3_xml [] |
| static const WCHAR | xdr_schema1_uri [] = L"x-schema:test1.xdr" |
| static const WCHAR | xdr_schema1_xml [] |
| static const WCHAR | xdr_schema2_uri [] = L"x-schema:test2.xdr" |
| static const WCHAR | xdr_schema2_xml [] |
| static BSTR | alloced_bstrs [256] |
| static int | alloced_bstrs_count |
Definition at line 144 of file schema.c.
|
static |
Definition at line 133 of file schema.c.
Definition at line 117 of file schema.c.
| START_TEST | ( | schema | ) |
Definition at line 466 of file schema.c.
Definition at line 387 of file schema.c.
Definition at line 297 of file schema.c.
Referenced by START_TEST().
Definition at line 239 of file schema.c.
Referenced by START_TEST().
Definition at line 315 of file schema.c.
Referenced by START_TEST().
Definition at line 368 of file schema.c.
Referenced by START_TEST().
|
static |
Definition at line 155 of file schema.c.
Referenced by test_regex().
Definition at line 32 of file schema.c.
Referenced by test_collection_content(), and test_remove().
Definition at line 45 of file schema.c.
Referenced by test_collection_content().
Definition at line 46 of file schema.c.
Referenced by test_collection_content().
Definition at line 59 of file schema.c.
Referenced by test_collection_content().
Definition at line 60 of file schema.c.
Referenced by test_collection_content().