ReactOS 0.4.16-dev-336-gb667d82
|
#include "ntdll_test.h"
#include "winternl.h"
#include "stdio.h"
#include "winnt.h"
#include "winnls.h"
#include "stdlib.h"
Go to the source code of this file.
Classes | |
struct | _RTL_QUERY_REGISTRY_TABLE |
struct | _KEY_VALUE_BASIC_INFORMATION |
struct | _KEY_VALUE_PARTIAL_INFORMATION |
struct | _KEY_VALUE_FULL_INFORMATION |
Macros | |
#define | STR_TRUNC_SIZE (sizeof(stringW)-2*sizeof(*stringW)) |
#define | RTL_REGISTRY_ABSOLUTE 0 |
#define | RTL_REGISTRY_SERVICES 1 |
#define | RTL_REGISTRY_CONTROL 2 |
#define | RTL_REGISTRY_WINDOWS_NT 3 |
#define | RTL_REGISTRY_DEVICEMAP 4 |
#define | RTL_REGISTRY_USER 5 |
#define | RTL_REGISTRY_HANDLE 0x40000000 |
#define | RTL_REGISTRY_OPTIONAL 0x80000000 |
#define | RTL_QUERY_REGISTRY_SUBKEY 0x00000001 |
#define | RTL_QUERY_REGISTRY_TOPKEY 0x00000002 |
#define | RTL_QUERY_REGISTRY_REQUIRED 0x00000004 |
#define | RTL_QUERY_REGISTRY_NOVALUE 0x00000008 |
#define | RTL_QUERY_REGISTRY_NOEXPAND 0x00000010 |
#define | RTL_QUERY_REGISTRY_DIRECT 0x00000020 |
#define | RTL_QUERY_REGISTRY_DELETE 0x00000040 |
#define | InitializeObjectAttributes(p, n, a, r, s) |
#define | NTDLL_GET_PROC(func) |
#define | check_key_value(root, name, flags, expect) _check_key_value( __LINE__, root, name, flags, expect ) |
Definition at line 98 of file reg.c.
|
static |
Definition at line 1366 of file reg.c.
Definition at line 1331 of file reg.c.
Referenced by _check_key_value(), and test_redirection().
Definition at line 166 of file reg.c.
Referenced by START_TEST().
|
static |
Definition at line 212 of file reg.c.
Referenced by test_RtlQueryRegistryValues().
START_TEST | ( | reg | ) |
Definition at line 1930 of file reg.c.
Definition at line 1686 of file reg.c.
Referenced by START_TEST().
Definition at line 1824 of file reg.c.
Referenced by START_TEST().
Definition at line 464 of file reg.c.
Referenced by START_TEST().
Definition at line 826 of file reg.c.
Referenced by START_TEST().
Definition at line 337 of file reg.c.
Referenced by START_TEST().
Definition at line 1721 of file reg.c.
Referenced by START_TEST().
Definition at line 844 of file reg.c.
Referenced by START_TEST().
Definition at line 702 of file reg.c.
Referenced by START_TEST().
Definition at line 637 of file reg.c.
Referenced by START_TEST().
Definition at line 1373 of file reg.c.
Referenced by START_TEST().
Definition at line 672 of file reg.c.
Referenced by START_TEST().
Definition at line 663 of file reg.c.
Referenced by START_TEST().
Definition at line 264 of file reg.c.
Referenced by START_TEST().
Definition at line 1026 of file reg.c.
Referenced by START_TEST().
Definition at line 130 of file reg.c.
Referenced by get_key_value(), test_long_value_name(), test_notify(), test_NtCreateKey(), test_NtDeleteKey(), test_NtFlushKey(), test_NtOpenKey(), test_NtQueryKey(), test_NtQueryValueKey(), test_NtSetValueKey(), test_redirection(), and test_symlinks().
|
static |
Definition at line 155 of file reg.c.
Referenced by QueryRoutine(), and wWinMain().
Definition at line 132 of file reg.c.
Referenced by _Function_class_(), fs_ignored(), read_group_mappings(), read_mappings(), read_registry(), run_add(), run_copy(), test_basic_import_31(), test_invalid_import_31(), and write_reg_key().
|
static |
Definition at line 154 of file reg.c.
Referenced by InitFunctionPtrs(), and START_TEST().
OBJECT_ATTRIBUTES PIO_APC_ROUTINE |
Definition at line 1329 of file reg.c.
Referenced by test_redirection().
Definition at line 33 of file reg.c.
Referenced by test_NtQueryValueKey(), and test_NtSetValueKey().
_In_ ACCESS_MASK _In_ POBJECT_ATTRIBUTES _Reserved_ ULONG TitleIndex |
Definition at line 131 of file reg.c.
Referenced by Mx::MxSetValueKey(), and NtSetValueKey().
Definition at line 1328 of file reg.c.
Referenced by fill_props(), get_key_value(), HTMLInputElement_get_value(), HTMLOptionElement_get_value(), HTMLOptionElement_put_value(), HTMLSelectElement_get_value(), HTMLSelectElement_put_value(), HTMLTextAreaElement_get_value(), HTMLTextAreaElement_put_value(), set_channel_http_header(), set_style_pxattr(), test_redirection(), test_symlinks(), value_get_dword_field(), and visit_http_headers().
|
static |
Definition at line 156 of file reg.c.
Referenced by START_TEST(), test_long_value_name(), test_notify(), test_NtCreateKey(), test_NtDeleteKey(), test_NtFlushKey(), test_NtOpenKey(), test_NtQueryKey(), test_NtQueryValueKey(), test_NtSetValueKey(), test_RtlCheckRegistryKey(), test_RtlQueryRegistryValues(), and test_symlinks().