|
ReactOS 0.4.17-dev-470-gf9e3448
|
#include <wine/test.h>#include <stdarg.h>#include <stddef.h>#include "windef.h"#include "winbase.h"#include "urlmon.h"#include "shlwapi.h"#include "wininet.h"#include "strsafe.h"#include "initguid.h"
Go to the source code of this file.
Classes | |
| struct | _uri_create_flag_test |
| struct | _uri_str_property |
| struct | _uri_dword_property |
| struct | _uri_properties |
| struct | _invalid_uri |
| struct | _uri_equality |
| struct | _uri_with_fragment |
| struct | _uri_builder_property |
| struct | _uri_builder_port |
| struct | _uri_builder_str_property |
| struct | _uri_builder_dword_property |
| struct | _uri_builder_test |
| struct | _uri_builder_remove_test |
| struct | _uri_combine_str_property |
| struct | _uri_combine_test |
| struct | _uri_parse_test |
| struct | custom_uri |
| struct | create_urlmon_test_t |
Macros | |
| #define | COBJMACROS |
| #define | CONST_VTABLE |
| #define | WIN32_LEAN_AND_MEAN |
| #define | URI_STR_PROPERTY_COUNT Uri_PROPERTY_STRING_LAST+1 |
| #define | URI_DWORD_PROPERTY_COUNT (Uri_PROPERTY_DWORD_LAST - Uri_PROPERTY_DWORD_START)+1 |
| #define | URI_BUILDER_STR_PROPERTY_COUNT 7 |
| #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 | test_urlmon_display_name(a, b) _test_urlmon_display_name(__LINE__,a,b) |
| #define | test_display_uri(a, b) _test_display_uri(__LINE__,a,b) |
Typedefs | |
| typedef struct _uri_create_flag_test | uri_create_flag_test |
| typedef struct _uri_str_property | uri_str_property |
| typedef struct _uri_dword_property | uri_dword_property |
| typedef struct _uri_properties | uri_properties |
| typedef struct _invalid_uri | invalid_uri |
| typedef struct _uri_equality | uri_equality |
| typedef struct _uri_with_fragment | uri_with_fragment |
| typedef struct _uri_builder_property | uri_builder_property |
| typedef struct _uri_builder_port | uri_builder_port |
| typedef struct _uri_builder_str_property | uri_builder_str_property |
| typedef struct _uri_builder_dword_property | uri_builder_dword_property |
| typedef struct _uri_builder_test | uri_builder_test |
| typedef struct _uri_builder_remove_test | uri_builder_remove_test |
| typedef struct _uri_combine_str_property | uri_combine_str_property |
| typedef struct _uri_combine_test | uri_combine_test |
| typedef struct _uri_parse_test | uri_parse_test |
| #define URI_DWORD_PROPERTY_COUNT (Uri_PROPERTY_DWORD_LAST - Uri_PROPERTY_DWORD_START)+1 |
| typedef struct _invalid_uri invalid_uri |
| typedef struct _uri_builder_port uri_builder_port |
| typedef struct _uri_builder_test uri_builder_test |
| typedef struct _uri_combine_test uri_combine_test |
| typedef struct _uri_equality uri_equality |
| typedef struct _uri_parse_test uri_parse_test |
| typedef struct _uri_properties uri_properties |
| typedef struct _uri_str_property uri_str_property |
Definition at line 11684 of file uri.c.
Definition at line 11670 of file uri.c.
Definition at line 8129 of file uri.c.
Referenced by change_property(), strcmp_aw(), test_CoInternetCombineIUri(), test_CoInternetCombineUrlEx(), test_CoInternetParseIUri(), test_CreateUri_InvalidUri(), test_CreateUriWithFragment(), test_CreateURLMoniker(), test_IPersistStream(), test_IUri_GetDwordProperties(), test_IUri_GetProperties(), test_IUri_GetPropertyBSTR(), test_IUri_GetPropertyDWORD(), test_IUri_GetPropertyLength(), test_IUri_GetStrProperties(), test_IUri_HasProperty(), test_IUri_IsEqual(), test_IUriBuilder(), and test_IUriBuilder_RemoveProperties().
Definition at line 11786 of file uri.c.
Referenced by test_IPersistStream().
|
static |
Definition at line 8153 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 8858 of file uri.c.
Referenced by test_IUri_GetProperties(), and test_IUri_HasProperty().
|
static |
|
static |
|
static |
|
static |
Definition at line 8998 of file uri.c.
| DEFINE_EXPECT | ( | CombineUrl | ) |
| DEFINE_EXPECT | ( | ParseUrl | ) |
| DEFINE_GUID | ( | CLSID_CUri | , |
| 0xDF2FCE13 | , | ||
| 0x25EC | , | ||
| 0x45BB | , | ||
| 0x9D | , | ||
| 0x4C | , | ||
| 0xCE | , | ||
| 0xCD | , | ||
| 0x47 | , | ||
| 0xC2 | , | ||
| 0x43 | , | ||
| 0x0C | |||
| ) |
Definition at line 8148 of file uri.c.
Referenced by test_CreateIUriBuilder(), and test_IUriBuilder_IUriProperty().
|
inlinestatic |
|
static |
|
static |
Definition at line 11139 of file uri.c.
|
static |
Definition at line 11122 of file uri.c.
|
static |
|
static |
|
static |
Definition at line 11229 of file uri.c.
Referenced by START_TEST().
| START_TEST | ( | uri | ) |
Definition at line 12124 of file uri.c.
Definition at line 8141 of file uri.c.
Referenced by _test_display_uri(), _test_urlmon_display_name(), test_CoInternetCombineIUri(), test_CoInternetCombineUrlEx(), test_CoInternetParseIUri(), test_CreateUriWithFragment(), test_IPersistStream(), test_IUri_GetPropertyBSTR(), test_IUri_GetStrProperties(), test_IUriBuilder_CreateUri(), test_IUriBuilder_CreateUriSimple(), test_IUriBuilder_CreateUriWithFlags(), test_IUriBuilder_GetFragment(), test_IUriBuilder_GetHost(), test_IUriBuilder_GetPassword(), test_IUriBuilder_GetPath(), test_IUriBuilder_GetQuery(), test_IUriBuilder_GetSchemeName(), test_IUriBuilder_GetUserName(), and test_IUriBuilder_RemoveProperties().
Definition at line 11010 of file uri.c.
Referenced by START_TEST().
Definition at line 11261 of file uri.c.
Referenced by START_TEST().
Definition at line 11300 of file uri.c.
Referenced by START_TEST().
Definition at line 11392 of file uri.c.
Referenced by START_TEST().
Definition at line 11515 of file uri.c.
Referenced by START_TEST().
Definition at line 11424 of file uri.c.
Referenced by START_TEST().
Definition at line 11555 of file uri.c.
Referenced by START_TEST().
Definition at line 9354 of file uri.c.
Referenced by START_TEST().
Definition at line 8241 of file uri.c.
Referenced by START_TEST().
Definition at line 8227 of file uri.c.
Referenced by START_TEST().
Definition at line 8266 of file uri.c.
Referenced by START_TEST().
Definition at line 9316 of file uri.c.
Referenced by START_TEST().
Definition at line 9282 of file uri.c.
Referenced by START_TEST().
Definition at line 9302 of file uri.c.
Referenced by START_TEST().
Definition at line 11708 of file uri.c.
Referenced by START_TEST(), and test_create().
Definition at line 11801 of file uri.c.
Referenced by START_TEST().
Definition at line 8682 of file uri.c.
Referenced by START_TEST().
Definition at line 8882 of file uri.c.
Referenced by START_TEST().
Definition at line 8286 of file uri.c.
Referenced by START_TEST().
Definition at line 8362 of file uri.c.
Referenced by START_TEST().
Definition at line 8771 of file uri.c.
Referenced by START_TEST().
Definition at line 8417 of file uri.c.
Referenced by START_TEST().
Definition at line 8933 of file uri.c.
Referenced by START_TEST().
Definition at line 9205 of file uri.c.
Referenced by START_TEST().
Definition at line 10488 of file uri.c.
Referenced by START_TEST().
Definition at line 9541 of file uri.c.
Referenced by START_TEST().
|
static |
Definition at line 9384 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9436 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9488 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9755 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9850 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 9945 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 10040 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 10135 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 10202 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 10297 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 10392 of file uri.c.
Referenced by test_IUriBuilder().
Definition at line 10568 of file uri.c.
Referenced by START_TEST().
Definition at line 10674 of file uri.c.
Referenced by START_TEST().
Definition at line 10895 of file uri.c.
Referenced by START_TEST().
Definition at line 10811 of file uri.c.
Referenced by START_TEST().
Definition at line 10923 of file uri.c.
Referenced by START_TEST().
Definition at line 12032 of file uri.c.
Referenced by START_TEST().
Definition at line 11246 of file uri.c.
Referenced by START_TEST().
|
static |
Definition at line 86 of file uri.c.
Referenced by InternetProtocolInfo_CombineUrl(), test_CoInternetCombineIUri_Pluggable(), and test_CoInternetCombineUrlEx_Pluggable().
Definition at line 88 of file uri.c.
Referenced by InternetProtocolInfo_CombineUrl(), test_CoInternetCombineIUri_Pluggable(), and test_CoInternetCombineUrlEx_Pluggable().
Definition at line 89 of file uri.c.
Referenced by InternetProtocolInfo_CombineUrl(), test_CoInternetCombineIUri_Pluggable(), and test_CoInternetCombineUrlEx_Pluggable().
|
static |
Definition at line 11596 of file uri.c.
Referenced by test_CreateURLMoniker().
|
static |
Definition at line 9173 of file uri.c.
Referenced by test_IUri_IsEqual().
|
static |
Definition at line 5557 of file uri.c.
Referenced by test_IUri_IsEqual().
Definition at line 83 of file uri.c.
Referenced by test_CreateUriWithFragment_InvalidArgs().
Definition at line 81 of file uri.c.
Referenced by test_CoInternetCombineIUri(), test_CoInternetCombineUrlEx(), test_CoInternetParseIUri_InvalidArgs(), test_CreateIUriBuilder(), test_CreateUri_InvalidArgs(), test_CreateUri_InvalidFlags(), test_CreateUriWithFragment_InvalidArgs(), test_CreateUriWithFragment_InvalidFlags(), test_IUri_GetDwordProperties(), test_IUri_GetProperties(), test_IUri_GetPropertyBSTR(), test_IUri_GetPropertyDWORD(), test_IUri_GetPropertyLength(), test_IUri_GetStrProperties(), test_IUri_HasProperty(), test_IUri_IsEqual(), test_IUriBuilder_CreateInvalidArgs(), test_IUriBuilder_HasBeenModified(), test_IUriBuilder_IUriProperty(), test_IUriBuilder_Misc(), and test_IUriBuilderFactory().
|
static |
|
static |
Definition at line 104 of file uri.c.
Referenced by test_CreateUri_InvalidFlags(), and test_CreateUriWithFragment_InvalidFlags().
|
static |
Definition at line 5487 of file uri.c.
Referenced by test_CreateUri_InvalidUri().
|
static |
Definition at line 96 of file uri.c.
Referenced by InternetProtocolInfo_ParseUrl(), and test_CoInternetParseIUri_Pluggable().
|
static |
Definition at line 97 of file uri.c.
Referenced by InternetProtocolInfo_ParseUrl(), and test_CoInternetParseIUri_Pluggable().
Definition at line 94 of file uri.c.
Referenced by InternetProtocolInfo_ParseUrl(), and test_CoInternetParseIUri_Pluggable().
Definition at line 93 of file uri.c.
Referenced by InternetProtocolInfo_ParseUrl(), and test_CoInternetParseIUri_Pluggable().
|
static |
Definition at line 11227 of file uri.c.
Referenced by register_protocols(), and unregister_protocols().
|
static |
Definition at line 11183 of file uri.c.
Referenced by ClassFactory_QueryInterface().
|
static |
Definition at line 6792 of file uri.c.
Referenced by test_IUriBuilder_RemoveProperties().
|
static |
Definition at line 5776 of file uri.c.
Referenced by test_IUriBuilder().
|
static |
Definition at line 6855 of file uri.c.
Referenced by test_CoInternetCombineIUri(), and test_CoInternetCombineUrlEx().
|
static |
|
static |
Definition at line 8053 of file uri.c.
Referenced by test_CoInternetParseIUri().
|
static |
Definition at line 140 of file uri.c.
Referenced by test_IPersistStream(), test_IUri_GetDwordProperties(), test_IUri_GetProperties(), test_IUri_GetPropertyBSTR(), test_IUri_GetPropertyDWORD(), test_IUri_GetPropertyLength(), test_IUri_GetStrProperties(), test_IUri_HasProperty(), and test_namespaceuri().