ReactOS 0.4.16-dev-117-g38f21f9
|
#include <stdlib.h>
#include "ntdll_test.h"
#include "inaddr.h"
#include "in6addr.h"
#include "initguid.h"
#include "shobjidl.h"
Go to the source code of this file.
Classes | |
struct | _RTL_HANDLE |
struct | _RTL_HANDLE_TABLE |
struct | all_accesses_t |
struct | any_accesses_t |
struct | MY_HANDLE |
struct | critsect_locked_info |
struct | ldr_enum_context |
Macros | |
#define | COBJMACROS |
#define | htons(s) __my_ushort_swap(s) |
#define | LEN 16 |
#define | COMP(str1, str2, cmplen, len) |
#define | COPY(len) memset(dest,0,sizeof(dest_aligned_block)); pRtlMoveMemory(dest, src, len) |
#define | CMP(str) ok(strcmp(dest,str) == 0, "Expected '%s', got '%s'\n", str, dest) |
#define | FILL(len) memset(dest,0,sizeof(dest_aligned_block)); strcpy(dest, src); pRtlFillMemory(dest,len,'x') |
#define | LFILL(len) memset(dest,0,sizeof(dest_aligned_block)); strcpy(dest, src); pRtlFillMemoryUlong(dest,len,val) |
#define | ZERO(len) memset(dest,0,sizeof(dest_aligned_block)); strcpy(dest, src); pRtlZeroMemory(dest,len) |
#define | MCMP(str) ok(memcmp(dest,str,LEN) == 0, "Memcmp failed\n") |
#define | NB_ALL_ACCESSES (sizeof(all_accesses)/sizeof(*all_accesses)) |
#define | NB_ANY_ACCESSES (sizeof(any_accesses)/sizeof(*any_accesses)) |
#define | DECOMPRESS_BROKEN_FRAGMENT 1 /* < Win 7 */ |
#define | DECOMPRESS_BROKEN_TRUNCATED 2 /* broken on all machines */ |
Typedefs | |
typedef struct _RTL_HANDLE | RTL_HANDLE |
typedef struct _RTL_HANDLE_TABLE | RTL_HANDLE_TABLE |
typedef struct MY_HANDLE | MY_HANDLE |
#define NB_ALL_ACCESSES (sizeof(all_accesses)/sizeof(*all_accesses)) |
#define NB_ANY_ACCESSES (sizeof(any_accesses)/sizeof(*any_accesses)) |
typedef struct _RTL_HANDLE RTL_HANDLE |
typedef struct _RTL_HANDLE_TABLE RTL_HANDLE_TABLE |
|
static |
Definition at line 2124 of file rtl.c.
Referenced by test_RtlIpv6StringToAddressEx().
|
static |
Definition at line 1994 of file rtl.c.
Referenced by test_RtlIpv6StringToAddress().
Definition at line 3055 of file rtl.c.
Referenced by test_RtlIsCriticalSectionLocked().
Definition at line 3471 of file rtl.c.
Referenced by ldr_notify_callback_dll_main().
Definition at line 3510 of file rtl.c.
Referenced by ldr_notify_callback_fail().
Definition at line 3411 of file rtl.c.
Referenced by ldr_notify_callback1().
Definition at line 1252 of file rtl.c.
Referenced by test_RtlIpv4StringToAddress(), and test_RtlIpv4StringToAddressEx().
Definition at line 1739 of file rtl.c.
Referenced by compare_RtlIpv6StringToAddressExW(), compare_RtlIpv6StringToAddressW(), test_RtlIpv6AddressToString(), test_RtlIpv6AddressToStringEx(), test_RtlIpv6StringToAddress(), and test_RtlIpv6StringToAddressEx().
Definition at line 137 of file rtl.c.
Referenced by START_TEST().
|
static |
Definition at line 2607 of file rtl.c.
Referenced by test_RtlDecompressBuffer().
|
static |
Definition at line 3245 of file rtl.c.
Referenced by test_LdrEnumerateLoadedModules().
|
static |
Definition at line 3416 of file rtl.c.
Referenced by test_LdrRegisterDllNotification().
|
static |
|
static |
Definition at line 3486 of file rtl.c.
Referenced by test_LdrRegisterDllNotification().
|
static |
Definition at line 3525 of file rtl.c.
Referenced by test_LdrRegisterDllNotification().
|
static |
Definition at line 3549 of file rtl.c.
Referenced by test_LdrRegisterDllNotification().
|
static |
Referenced by InitFunctionPtrs(), and test_LdrProcessRelocationBlock().
|
static |
Referenced by InitFunctionPtrs(), and test_HandleTables().
Referenced by InitFunctionPtrs(), and test_RtlIpv4AddressToString().
Referenced by InitFunctionPtrs(), and test_RtlIpv6AddressToString().
|
inlinestatic |
Definition at line 832 of file rtl.c.
Referenced by test_HandleTables().
START_TEST | ( | rtl | ) |
Definition at line 3650 of file rtl.c.
Definition at line 2387 of file rtl.c.
Referenced by START_TEST().
Definition at line 3257 of file rtl.c.
Referenced by START_TEST().
Definition at line 2442 of file rtl.c.
Referenced by START_TEST().
Definition at line 977 of file rtl.c.
Referenced by START_TEST().
Definition at line 3569 of file rtl.c.
Referenced by START_TEST().
Definition at line 865 of file rtl.c.
Referenced by START_TEST().
Definition at line 746 of file rtl.c.
Referenced by START_TEST().
Definition at line 789 of file rtl.c.
Referenced by START_TEST().
Definition at line 205 of file rtl.c.
Referenced by START_TEST().
Definition at line 2494 of file rtl.c.
Referenced by START_TEST().
Definition at line 811 of file rtl.c.
Referenced by START_TEST().
Definition at line 2631 of file rtl.c.
Referenced by START_TEST().
Definition at line 893 of file rtl.c.
Referenced by START_TEST().
Definition at line 308 of file rtl.c.
Referenced by START_TEST().
Definition at line 333 of file rtl.c.
Referenced by START_TEST().
Definition at line 2567 of file rtl.c.
Referenced by START_TEST().
Definition at line 3145 of file rtl.c.
Referenced by START_TEST().
Definition at line 1008 of file rtl.c.
Referenced by START_TEST().
Definition at line 1052 of file rtl.c.
Referenced by START_TEST().
Definition at line 1267 of file rtl.c.
Referenced by START_TEST().
Definition at line 1340 of file rtl.c.
Referenced by START_TEST().
Definition at line 1754 of file rtl.c.
Referenced by START_TEST().
Definition at line 1874 of file rtl.c.
Referenced by START_TEST().
Definition at line 2034 of file rtl.c.
Referenced by START_TEST().
Definition at line 2153 of file rtl.c.
Referenced by START_TEST().
Definition at line 3089 of file rtl.c.
Referenced by START_TEST().
Definition at line 3179 of file rtl.c.
Referenced by START_TEST().
Definition at line 3292 of file rtl.c.
Referenced by START_TEST().
Definition at line 277 of file rtl.c.
Referenced by START_TEST().
Definition at line 3338 of file rtl.c.
Referenced by START_TEST().
Definition at line 702 of file rtl.c.
Referenced by START_TEST().
Definition at line 909 of file rtl.c.