|
ReactOS 0.4.16-dev-2354-g16de117
|
#include <assert.h>#include <stdarg.h>#include <stdio.h>#include "ntstatus.h"#include "wine/test.h"#include "windef.h"#include "winbase.h"#include "winternl.h"#include "winreg.h"#include "winperf.h"#include "winsvc.h"#include "winerror.h"#include "aclapi.h"
Go to the source code of this file.
Classes | |
| struct | notify_data |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | IS_HKCR(hk) ((UINT_PTR)hk > 0 && ((UINT_PTR)hk & 3) == 2) |
| #define | ADVAPI32_GET_PROC(func) p ## func = (void*)GetProcAddress(hadvapi32, #func) |
| #define | lok ok_(__FILE__, line) |
| #define | test_hkey_main_Value_A(name, string, full_byte_len) _test_hkey_main_Value_A(__LINE__, name, string, full_byte_len) |
| #define | test_hkey_main_Value_W(name, string, full_byte_len) _test_hkey_main_Value_W(__LINE__, name, string, full_byte_len) |
| #define | check_key_value(root, name, flags, expect) _check_key_value( __LINE__, root, name, flags, expect ) |
| #define | check_enum_value(name, flags, subkeys, found) _check_enum_value( __LINE__, name, flags, subkeys, found ) |
Variables | |
| static HKEY | hkey_main |
| static DWORD | GLE |
| static const char * | sTestpath1 = "%LONGSYSTEMVAR%\\subdir1" |
| static const char * | sTestpath2 = "%FOO%\\subdir1" |
| static const DWORD | ptr_size = 8 * sizeof(void*) |
| static | LPCSTR |
| static | DWORD |
| static | LPDWORD |
| static | PVOID |
| static | LPCWSTR |
| static const char | HKEY |
| static const char *static | REGSAM |
| static | PBOOL |
| static | PCWSTR |
| static | LPSTR |
| static | LPWSTR |
| static DYNAMIC_TIME_ZONE_INFORMATION *static BOOL | limited_user |
| static const BOOL | is_64bit = sizeof(void *) > sizeof(int) |
Definition at line 99 of file registry.c.
| #define check_enum_value | ( | name, | |
| flags, | |||
| subkeys, | |||
| found | |||
| ) | _check_enum_value( __LINE__, name, flags, subkeys, found ) |
Definition at line 2794 of file registry.c.
| #define check_key_value | ( | root, | |
| name, | |||
| flags, | |||
| expect | |||
| ) | _check_key_value( __LINE__, root, name, flags, expect ) |
Definition at line 2765 of file registry.c.
Definition at line 51 of file registry.c.
Definition at line 186 of file registry.c.
| #define test_hkey_main_Value_A | ( | name, | |
| string, | |||
| full_byte_len | |||
| ) | _test_hkey_main_Value_A(__LINE__, name, string, full_byte_len) |
Definition at line 187 of file registry.c.
| #define test_hkey_main_Value_W | ( | name, | |
| string, | |||
| full_byte_len | |||
| ) | _test_hkey_main_Value_W(__LINE__, name, string, full_byte_len) |
Definition at line 233 of file registry.c.
| #define WIN32_NO_STATUS |
Definition at line 26 of file registry.c.
|
static |
Definition at line 2767 of file registry.c.
|
static |
Definition at line 2760 of file registry.c.
|
static |
Definition at line 188 of file registry.c.
|
static |
Definition at line 234 of file registry.c.
Definition at line 5199 of file registry.c.
Referenced by test_control_set_symlink().
Definition at line 166 of file registry.c.
Referenced by START_TEST().
Definition at line 473 of file registry.c.
Referenced by START_TEST().
|
static |
Definition at line 92 of file registry.c.
Referenced by test_EnumDynamicTimeZoneInformation().
Definition at line 1571 of file registry.c.
Referenced by test_reg_load_app_key(), and test_reg_load_key().
Definition at line 134 of file registry.c.
Definition at line 4238 of file registry.c.
Referenced by test_counter_values(), and test_help_values().
Definition at line 2742 of file registry.c.
Referenced by _check_key_value(), and test_redirection().
Definition at line 81 of file registry.c.
Referenced by test_redirection(), and test_reg_create_key().
Definition at line 102 of file registry.c.
Referenced by START_TEST().
Definition at line 4093 of file registry.c.
Referenced by test_RegNotifyChangeKeyValue().
Definition at line 1537 of file registry.c.
Referenced by test_reg_load_app_key(), and test_reg_load_key().
Definition at line 156 of file registry.c.
Referenced by START_TEST(), and test_deleted_key().
| START_TEST | ( | registry | ) |
Definition at line 5229 of file registry.c.
Definition at line 3419 of file registry.c.
Referenced by START_TEST().
Definition at line 3718 of file registry.c.
Referenced by START_TEST().
Definition at line 3895 of file registry.c.
Referenced by START_TEST().
Definition at line 5208 of file registry.c.
Referenced by START_TEST().
Definition at line 4254 of file registry.c.
Referenced by test_performance_keys().
Definition at line 4012 of file registry.c.
Referenced by START_TEST().
Definition at line 3973 of file registry.c.
Referenced by START_TEST().
Definition at line 3927 of file registry.c.
Referenced by START_TEST().
Definition at line 496 of file registry.c.
Referenced by START_TEST().
Definition at line 4970 of file registry.c.
Referenced by START_TEST().
Definition at line 791 of file registry.c.
Referenced by START_TEST().
Definition at line 4281 of file registry.c.
Referenced by test_performance_keys().
Definition at line 2270 of file registry.c.
Referenced by START_TEST().
Definition at line 4567 of file registry.c.
Referenced by START_TEST().
Definition at line 4302 of file registry.c.
Referenced by START_TEST().
Definition at line 764 of file registry.c.
Referenced by START_TEST().
Definition at line 2796 of file registry.c.
Referenced by START_TEST().
Definition at line 1469 of file registry.c.
Referenced by START_TEST().
Definition at line 2383 of file registry.c.
Referenced by START_TEST().
Definition at line 1290 of file registry.c.
Referenced by START_TEST().
Definition at line 1503 of file registry.c.
Referenced by START_TEST().
Definition at line 2478 of file registry.c.
Referenced by START_TEST().
Definition at line 1706 of file registry.c.
Referenced by START_TEST().
Definition at line 1602 of file registry.c.
Referenced by START_TEST().
Definition at line 1005 of file registry.c.
Referenced by START_TEST().
Definition at line 1935 of file registry.c.
Referenced by START_TEST().
Definition at line 1814 of file registry.c.
Referenced by START_TEST().
Definition at line 1770 of file registry.c.
Referenced by START_TEST().
Definition at line 4754 of file registry.c.
Referenced by START_TEST().
Definition at line 4104 of file registry.c.
Referenced by START_TEST().
Definition at line 4075 of file registry.c.
Referenced by START_TEST().
Definition at line 5137 of file registry.c.
Referenced by START_TEST().
Definition at line 2568 of file registry.c.
Referenced by START_TEST().
Definition at line 278 of file registry.c.
Referenced by START_TEST().
Definition at line 2177 of file registry.c.
Referenced by START_TEST().
Definition at line 2614 of file registry.c.
Referenced by START_TEST().
Definition at line 1691 of file registry.c.
Referenced by test_reg_load_app_key().
Definition at line 60 of file registry.c.
|
static |
Definition at line 54 of file registry.c.
Referenced by _test_hkey_main_Value_A(), _test_hkey_main_Value_W(), InternetCrackUrl_test(), test_acquire_context(), test_ConvertStringSecurityDescriptor(), test_CreateThread_basic(), test_GetThreadExitCode(), test_null_source(), test_ThreadErrorMode(), test_token_attr(), testAddCRL(), testCreateCRL(), testFileNameStore(), testMemStore(), and testRegStore().
Definition at line 62 of file registry.c.
|
static |
Definition at line 53 of file registry.c.
Referenced by _test_hkey_main_Value_A(), _test_hkey_main_Value_W(), create_test_entries(), setup_main_key(), START_TEST(), test_delete_key_value(), test_delete_value(), test_deleted_key(), test_enum_value(), test_get_value(), test_multistring_termination(), test_query_value_ex(), test_reg_close_key(), test_reg_copy_tree(), test_reg_create_key(), test_reg_delete_key(), test_reg_delete_tree(), test_reg_load_app_key(), test_reg_load_key(), test_reg_query_info(), test_reg_query_value(), test_RegLoadMUIString(), test_RegNotifyChangeKeyValue(), test_RegRenameKey(), test_set_value(), test_string_termination(), and test_symlinks().
Definition at line 79 of file registry.c.
Referenced by has_wow64(), and test_reg_open_key().
|
static |
Definition at line 78 of file registry.c.
Referenced by check_user_privs(), test_redirection(), test_reg_create_key(), and test_reg_open_key().
Definition at line 60 of file registry.c.
Definition at line 61 of file registry.c.
Definition at line 60 of file registry.c.
Definition at line 73 of file registry.c.
Definition at line 74 of file registry.c.
Definition at line 65 of file registry.c.
Definition at line 70 of file registry.c.
Definition at line 58 of file registry.c.
Referenced by test_CreateTypeLib(), test_Global(), test_redirection(), test_reg_open_key(), test_SetTypeDescAlias(), testTDA(), throw(), and TLB_size_instance().
Definition at line 60 of file registry.c.
Definition at line 64 of file registry.c.
Definition at line 56 of file registry.c.
Referenced by create_test_entries(), test_get_value(), and test_query_value_ex().
Definition at line 57 of file registry.c.
Referenced by create_test_entries(), and test_get_value().