|
ReactOS 0.4.17-dev-684-ga6524ef
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| static VOID | FsRtlIsNameInExpressionTest () |
| static VOID | FsRtlIsDbcsInExpressionTest () |
| START_TEST (FsRtlExpression) | |
Variables | |
| struct { | |
| PCWSTR Expression | |
| PCWSTR Name | |
| BOOLEAN IgnoreCase | |
| BOOLEAN AssertsInChecked | |
| BOOLEAN Expected | |
| } | Tests [] |
| #define NDEBUG |
Definition at line 11 of file FsRtlExpression.c.
|
static |
Definition at line 205 of file FsRtlExpression.c.
Referenced by START_TEST().
|
static |
Definition at line 184 of file FsRtlExpression.c.
Referenced by START_TEST().
| START_TEST | ( | FsRtlExpression | ) |
Definition at line 240 of file FsRtlExpression.c.
| BOOLEAN AssertsInChecked |
Definition at line 20 of file FsRtlExpression.c.
Referenced by FsRtlIsDbcsInExpressionTest().
| BOOLEAN Expected |
Definition at line 22 of file FsRtlExpression.c.
Referenced by CheckStringBuffer(), CheckStringBufferA(), CheckStringBufferW(), FsRtlIsDbcsInExpressionTest(), FsRtlIsNameInExpressionTest(), QueryRoutine(), START_TEST(), Test_FindClosest(), test_GetDateFormatA(), test_GetThreadPreferredUILanguages(), test_MsiGetFileVersion(), Test_SaveXmm128(), Test_SaveXmm128Far(), TestDefaultFormat(), TestHDROP(), TestInvertRangeList(), TestPushLockWaiterSelection(), and TestRtlQueryRegistryValues().
| PCWSTR Expression |
Definition at line 16 of file FsRtlExpression.c.
Referenced by FatIsNameInExpression(), FsRtlIsDbcsInExpression(), FsRtlIsDbcsInExpressionTest(), FsRtlIsNameInExpressionTest(), KdbpEvaluateExpression(), KdbpRpnEvaluateExpression(), KdbpRpnEvaluateParsedExpression(), KdbpRpnParseExpression(), RpnpParseExpression(), RtlIsNameInExpressionTest(), and START_TEST().
| BOOLEAN IgnoreCase |
Definition at line 18 of file FsRtlExpression.c.
Referenced by FsRtlIsDbcsInExpressionTest(), and FsRtlIsNameInExpressionTest().
| PCWSTR Name |
Definition at line 17 of file FsRtlExpression.c.
Referenced by FsRtlIsDbcsInExpressionTest(), and FsRtlIsNameInExpressionTest().
| struct { ... } Tests[] |
Referenced by FsRtlIsDbcsInExpressionTest(), and FsRtlIsNameInExpressionTest().