d29d22856603b2a9aae7f104e4985a8ebfd15b98
[reactos.git] / rostests / apitests / ntdll / testlist.c
1 #define __ROS_LONG64__
2
3 #define STANDALONE
4 #include <apitest.h>
5
6 extern void func_LdrEnumResources(void);
7 extern void func_NtAcceptConnectPort(void);
8 extern void func_NtAllocateVirtualMemory(void);
9 extern void func_NtApphelpCacheControl(void);
10 extern void func_NtContinue(void);
11 extern void func_NtCreateFile(void);
12 extern void func_NtCreateKey(void);
13 extern void func_NtCreateThread(void);
14 extern void func_NtDeleteKey(void);
15 extern void func_NtFreeVirtualMemory(void);
16 extern void func_NtMapViewOfSection(void);
17 extern void func_NtMutant(void);
18 extern void func_NtOpenProcessToken(void);
19 extern void func_NtOpenThreadToken(void);
20 extern void func_NtProtectVirtualMemory(void);
21 extern void func_NtQueryInformationProcess(void);
22 extern void func_NtQueryKey(void);
23 extern void func_NtQuerySystemEnvironmentValue(void);
24 extern void func_NtQueryVolumeInformationFile(void);
25 extern void func_NtReadFile(void);
26 extern void func_NtSaveKey(void);
27 extern void func_NtSetValueKey(void);
28 extern void func_NtSystemInformation(void);
29 extern void func_NtWriteFile(void);
30 extern void func_RtlAllocateHeap(void);
31 extern void func_RtlBitmap(void);
32 extern void func_RtlCopyMappedMemory(void);
33 extern void func_RtlDeleteAce(void);
34 extern void func_RtlDetermineDosPathNameType(void);
35 extern void func_RtlDosApplyFileIsolationRedirection_Ustr(void);
36 extern void func_RtlDoesFileExists(void);
37 extern void func_RtlDosPathNameToNtPathName_U(void);
38 extern void func_RtlDosSearchPath_U(void);
39 extern void func_RtlDosSearchPath_Ustr(void);
40 extern void func_RtlFirstFreeAce(void);
41 extern void func_RtlGenerate8dot3Name(void);
42 extern void func_RtlGetFullPathName_U(void);
43 extern void func_RtlGetFullPathName_Ustr(void);
44 extern void func_RtlGetFullPathName_UstrEx(void);
45 extern void func_RtlGetLengthWithoutTrailingPathSeperators(void);
46 extern void func_RtlGetLongestNtPathLength(void);
47 extern void func_RtlHandle(void);
48 extern void func_RtlImageRvaToVa(void);
49 extern void func_RtlInitializeBitMap(void);
50 extern void func_RtlIsNameLegalDOS8Dot3(void);
51 extern void func_RtlMemoryStream(void);
52 extern void func_RtlNtPathNameToDosPathName(void);
53 extern void func_RtlpEnsureBufferSize(void);
54 extern void func_RtlReAllocateHeap(void);
55 extern void func_RtlUpcaseUnicodeStringToCountedOemString(void);
56 extern void func_StackOverflow(void);
57 extern void func_TimerResolution(void);
58
59 const struct test winetest_testlist[] =
60 {
61 { "LdrEnumResources", func_LdrEnumResources },
62 { "NtAcceptConnectPort", func_NtAcceptConnectPort },
63 { "NtAllocateVirtualMemory", func_NtAllocateVirtualMemory },
64 { "NtApphelpCacheControl", func_NtApphelpCacheControl },
65 { "NtContinue", func_NtContinue },
66 { "NtCreateFile", func_NtCreateFile },
67 { "NtCreateKey", func_NtCreateKey },
68 { "NtCreateThread", func_NtCreateThread },
69 { "NtDeleteKey", func_NtDeleteKey },
70 { "NtFreeVirtualMemory", func_NtFreeVirtualMemory },
71 { "NtMapViewOfSection", func_NtMapViewOfSection },
72 { "NtMutant", func_NtMutant },
73 { "NtOpenProcessToken", func_NtOpenProcessToken },
74 { "NtOpenThreadToken", func_NtOpenThreadToken },
75 { "NtProtectVirtualMemory", func_NtProtectVirtualMemory },
76 { "NtQueryInformationProcess", func_NtQueryInformationProcess },
77 { "NtQueryKey", func_NtQueryKey },
78 { "NtQuerySystemEnvironmentValue", func_NtQuerySystemEnvironmentValue },
79 { "NtQueryVolumeInformationFile", func_NtQueryVolumeInformationFile },
80 { "NtReadFile", func_NtReadFile },
81 { "NtSaveKey", func_NtSaveKey},
82 { "NtSetValueKey", func_NtSetValueKey},
83 { "NtSystemInformation", func_NtSystemInformation },
84 { "NtWriteFile", func_NtWriteFile },
85 { "RtlAllocateHeap", func_RtlAllocateHeap },
86 { "RtlBitmapApi", func_RtlBitmap },
87 { "RtlCopyMappedMemory", func_RtlCopyMappedMemory },
88 { "RtlDeleteAce", func_RtlDeleteAce },
89 { "RtlDetermineDosPathNameType", func_RtlDetermineDosPathNameType },
90 { "RtlDosApplyFileIsolationRedirection_Ustr", func_RtlDosApplyFileIsolationRedirection_Ustr },
91 { "RtlDoesFileExists", func_RtlDoesFileExists },
92 { "RtlDosPathNameToNtPathName_U", func_RtlDosPathNameToNtPathName_U },
93 { "RtlDosSearchPath_U", func_RtlDosSearchPath_U },
94 { "RtlDosSearchPath_Ustr", func_RtlDosSearchPath_Ustr },
95 { "RtlFirstFreeAce", func_RtlFirstFreeAce },
96 { "RtlGenerate8dot3Name", func_RtlGenerate8dot3Name },
97 { "RtlGetFullPathName_U", func_RtlGetFullPathName_U },
98 { "RtlGetFullPathName_Ustr", func_RtlGetFullPathName_Ustr },
99 { "RtlGetFullPathName_UstrEx", func_RtlGetFullPathName_UstrEx },
100 { "RtlGetLengthWithoutTrailingPathSeperators", func_RtlGetLengthWithoutTrailingPathSeperators },
101 { "RtlGetLongestNtPathLength", func_RtlGetLongestNtPathLength },
102 { "RtlHandle", func_RtlHandle },
103 { "RtlImageRvaToVa", func_RtlImageRvaToVa },
104 { "RtlInitializeBitMap", func_RtlInitializeBitMap },
105 { "RtlIsNameLegalDOS8Dot3", func_RtlIsNameLegalDOS8Dot3 },
106 { "RtlMemoryStream", func_RtlMemoryStream },
107 { "RtlNtPathNameToDosPathName", func_RtlNtPathNameToDosPathName },
108 { "RtlpEnsureBufferSize", func_RtlpEnsureBufferSize },
109 { "RtlReAllocateHeap", func_RtlReAllocateHeap },
110 { "RtlUpcaseUnicodeStringToCountedOemString", func_RtlUpcaseUnicodeStringToCountedOemString },
111 { "StackOverflow", func_StackOverflow },
112 { "TimerResolution", func_TimerResolution },
113
114 { 0, 0 }
115 };