ReactOS 0.4.16-dev-306-g647d351
|
Go to the source code of this file.
Classes | |
struct | assoc_test_struct |
Macros | |
#define | expect(expected, got) ok( (expected) == (got), "Expected %d, got %d\n", (expected), (got)) |
#define | expect_hr(expected, got) ok( (expected) == (got), "Expected %08x, got %08x\n", (expected), (got)) |
#define | HARDCODED_NATIVE_WMSDK (PERCEIVEDFLAG_HARDCODED | PERCEIVEDFLAG_NATIVESUPPORT | PERCEIVEDFLAG_WMSDK) |
#define | HARDCODED_NATIVE_GDIPLUS (PERCEIVEDFLAG_HARDCODED | PERCEIVEDFLAG_NATIVESUPPORT | PERCEIVEDFLAG_GDIPLUS) |
#define | HARDCODED_NATIVE_ZIPFLDR (PERCEIVEDFLAG_HARDCODED | PERCEIVEDFLAG_NATIVESUPPORT | PERCEIVEDFLAG_ZIPFOLDER) |
#define | SOFTCODED_NATIVESUPPORT (PERCEIVEDFLAG_SOFTCODED | PERCEIVEDFLAG_NATIVESUPPORT) |
Functions | |
static | HRESULT (WINAPI *pAssocQueryStringA)(ASSOCF |
static void | test_getstring_bad (void) |
static void | test_getstring_basic (void) |
static void | test_getstring_no_extra (void) |
static void | test_assoc_create (void) |
static void | test_assoc_one (const struct assoc_test_struct *test) |
static void | test_assoc_perceived (void) |
START_TEST (assoc) | |
Variables | |
static | ASSOCSTR |
static | LPCSTR |
static | LPSTR |
static | LPDWORD = NULL |
static | LPCWSTR |
static | LPWSTR |
static | REFIID |
static void **static PERCEIVED INT LPWSTR *static const WCHAR | dotHtml [] = { '.','h','t','m','l',0 } |
static const WCHAR | badBad [] = { 'b','a','d','b','a','d',0 } |
static const WCHAR | dotBad [] = { '.','b','a','d',0 } |
static const WCHAR | open [] = { 'o','p','e','n',0 } |
static const WCHAR | invalid [] = { 'i','n','v','a','l','i','d',0 } |
static const struct assoc_test_struct | assoc_perceived_types [] |
#define HARDCODED_NATIVE_GDIPLUS (PERCEIVEDFLAG_HARDCODED | PERCEIVEDFLAG_NATIVESUPPORT | PERCEIVEDFLAG_GDIPLUS) |
#define HARDCODED_NATIVE_WMSDK (PERCEIVEDFLAG_HARDCODED | PERCEIVEDFLAG_NATIVESUPPORT | PERCEIVEDFLAG_WMSDK) |
#define HARDCODED_NATIVE_ZIPFLDR (PERCEIVEDFLAG_HARDCODED | PERCEIVEDFLAG_NATIVESUPPORT | PERCEIVEDFLAG_ZIPFOLDER) |
#define SOFTCODED_NATIVESUPPORT (PERCEIVEDFLAG_SOFTCODED | PERCEIVEDFLAG_NATIVESUPPORT) |
START_TEST | ( | assoc | ) |
Definition at line 587 of file assoc.c.
Definition at line 271 of file assoc.c.
Referenced by START_TEST().
|
static |
Definition at line 478 of file assoc.c.
Referenced by test_assoc_perceived().
Definition at line 531 of file assoc.c.
Referenced by START_TEST().
Definition at line 41 of file assoc.c.
Referenced by START_TEST().
Definition at line 126 of file assoc.c.
Referenced by START_TEST().
Definition at line 197 of file assoc.c.
Referenced by START_TEST().
|
static |
Definition at line 326 of file assoc.c.
Referenced by test_assoc_perceived().
Definition at line 36 of file assoc.c.
Referenced by test_getstring_bad().
Definition at line 37 of file assoc.c.
Referenced by test_getstring_bad().
Definition at line 35 of file assoc.c.
Referenced by test_getstring_bad(), and test_getstring_basic().
Definition at line 39 of file assoc.c.
Referenced by Base64ToBinary(), cf2_hintmap_build(), data_start_state(), DnsValidateName_W(), dword_data_state(), eol_backslash_state(), hex_data_state(), hex_multiline_state(), IPADDRESS_GetAddress(), main(), mark_invalid_combinations(), process_arguments(), quoted_value_name_state(), reg_add(), reg_copy(), reg_delete(), reg_export(), reg_import(), reg_query(), ScriptStringFree(), SQLValidDSN(), SQLValidDSNW(), string_data_state(), test_getstring_bad(), test_IUriBuilder_RemoveProperties(), test_SdbTagToString(), test_SQLValidDSN(), test_SQLValidDSNW(), test_WaitForSingleObject(), UxSubclassInfo_Create(), and wmain().
Definition at line 38 of file assoc.c.
Referenced by test_getstring_bad(), and test_getstring_basic().