|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdio.h>#include <stdarg.h>#include "ntstatus.h"#include "windef.h"#include "winbase.h"#include "winreg.h"#include "winnls.h"#include "winuser.h"#include "wine/test.h"#include "winternl.h"
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
Typedefs | |
| typedef unsigned short | RTL_ATOM |
| typedef unsigned short * | PRTL_ATOM |
| typedef struct atom_table * | RTL_ATOM_TABLE |
| typedef struct atom_table ** | PRTL_ATOM_TABLE |
Functions | |
| static | NTSTATUS (WINAPI *pRtlCreateAtomTable)(ULONG |
| static void | InitFunctionPtr (void) |
| static DWORD WINAPI | RtlAtomTestThread (LPVOID Table) |
| static void | test_NtAtom (void) |
| static void | test_NtIntAtom (void) |
| static void | test_NtRefPinAtom (void) |
| static void | test_Global (void) |
| START_TEST (atom) | |
Variables | |
| static HMODULE | hntdll = 0 |
| static | BOOLEAN |
| static | PCWSTR |
| static | PULONG |
| static | PWSTR |
| static | ULONG |
| static RTL_ATOM *static RTL_ATOM *static | DWORD |
| static const WCHAR | EmptyAtom [] = {0} |
| static const WCHAR | testAtom1 [] = {'H','e','l','l','o',' ','W','o','r','l','d',0} |
| static const WCHAR | testAtom2 [] = {'H','e','l','l','o',' ','W','o','r','l','d','2',0} |
| static const WCHAR | testAtom3 [] = {'H','e','l','l','o',' ','W','o','r','l','d','3',0} |
| static const WCHAR | testAtom1Cap [] = {'H','E','L','L','O',' ','W','O','R','L','D',0} |
| static const WCHAR | testAtom1Low [] = {'h','e','l','l','o',' ','w','o','r','l','d',0} |
| static const WCHAR | testAtomInt [] = {'#','1','3','2',0} |
| static const WCHAR | testAtomIntInv [] = {'#','2','3','4','z',0} |
| static const WCHAR | testAtomOTT [] = {'#','1','2','3',0} |
| static PRTL_ATOM_TABLE |
| typedef struct atom_table* RTL_ATOM_TABLE |
Definition at line 73 of file atom.c.
Referenced by START_TEST().
Definition at line 94 of file atom.c.
Referenced by test_NtAtom().
| START_TEST | ( | atom | ) |
Definition at line 478 of file atom.c.
Definition at line 432 of file atom.c.
Referenced by START_TEST().
Definition at line 131 of file atom.c.
Referenced by START_TEST().
Definition at line 294 of file atom.c.
Referenced by START_TEST().
Definition at line 386 of file atom.c.
Referenced by START_TEST().
Definition at line 61 of file atom.c.
Referenced by test_NtAtom().
|
static |
Definition at line 47 of file atom.c.
Referenced by InitFunctionPtr(), and START_TEST().
Definition at line 62 of file atom.c.
Referenced by RtlAtomTestThread(), test_Global(), test_NtAtom(), and test_NtRefPinAtom().
Definition at line 66 of file atom.c.
Referenced by test_NtAtom().
Definition at line 67 of file atom.c.
Referenced by test_NtAtom().
Definition at line 63 of file atom.c.
Referenced by RtlAtomTestThread(), and test_NtAtom().
Definition at line 64 of file atom.c.
Referenced by test_NtAtom().
Definition at line 69 of file atom.c.
Referenced by test_NtIntAtom().
Definition at line 70 of file atom.c.
Referenced by test_NtIntAtom().
Definition at line 71 of file atom.c.
Referenced by test_NtIntAtom().