|
ReactOS 0.4.17-dev-573-g8315b8c
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
| struct | _RtlExpressionTest |
Macros | |
| #define | RtlIsNameInExpressionOk(Test, TestResult) |
Typedefs | |
| typedef struct _RtlExpressionTest | RtlExpressionTest |
Functions | |
| static | BOOLEAN (NTAPI *pRtlIsNameInExpression)(_In_ PUNICODE_STRING Expression |
| static void | RtlIsNameInExpressionTest () |
| START_TEST (RtlIsNameInExpression) | |
Variables | |
| static _In_ PUNICODE_STRING | Name |
| static _In_ PUNICODE_STRING _In_ BOOLEAN | IgnoreCase |
| static _In_ PUNICODE_STRING _In_ BOOLEAN _In_opt_ PWCH | UpcaseTable |
| static const WCHAR | CustomUpcaseTable1 [128] |
| RtlExpressionTest | RtlExpressionTests [] |
Definition at line 270 of file RtlIsNameInExpression.c.
|
static |
Definition at line 281 of file RtlIsNameInExpression.c.
Referenced by START_TEST().
| START_TEST | ( | RtlIsNameInExpression | ) |
Definition at line 310 of file RtlIsNameInExpression.c.
Definition at line 52 of file RtlIsNameInExpression.c.
| _In_ PUNICODE_STRING _In_ BOOLEAN IgnoreCase |
Definition at line 14 of file RtlIsNameInExpression.c.
Referenced by RtlIsNameInExpressionTest().
| _In_ PUNICODE_STRING Name |
Definition at line 13 of file RtlIsNameInExpression.c.
Referenced by RtlIsNameInExpressionTest().
| RtlExpressionTest RtlExpressionTests[] |
Definition at line 73 of file RtlIsNameInExpression.c.
Referenced by RtlIsNameInExpressionTest().
Definition at line 15 of file RtlIsNameInExpression.c.
Referenced by FsRtlAreNamesEqual(), and RtlIsNameInExpressionTest().