ReactOS 0.4.16-dev-290-g89a3b8f
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | PFX_NTC_TABLE ((NODE_TYPE_CODE)0x0800) |
#define | PFX_NTC_ROOT ((NODE_TYPE_CODE)0x0801) |
#define | PFX_NTC_CHILD ((NODE_TYPE_CODE)0x0802) |
#define | PFX_NTC_CASE_MATCH ((NODE_TYPE_CODE)0x0803) |
Typedefs | |
typedef USHORT | NODE_TYPE_CODE |
#define NDEBUG |
Definition at line 13 of file unicodeprefix.c.
#define PFX_NTC_CASE_MATCH ((NODE_TYPE_CODE)0x0803) |
Definition at line 24 of file unicodeprefix.c.
#define PFX_NTC_CHILD ((NODE_TYPE_CODE)0x0802) |
Definition at line 23 of file unicodeprefix.c.
#define PFX_NTC_ROOT ((NODE_TYPE_CODE)0x0801) |
Definition at line 22 of file unicodeprefix.c.
#define PFX_NTC_TABLE ((NODE_TYPE_CODE)0x0800) |
Definition at line 21 of file unicodeprefix.c.
typedef USHORT NODE_TYPE_CODE |
Definition at line 20 of file unicodeprefix.c.
RTL_GENERIC_COMPARE_RESULTS NTAPI CompareUnicodeStrings | ( | IN PUNICODE_STRING | Prefix, |
IN PUNICODE_STRING | String, | ||
IN ULONG | CaseCheckChar | ||
) |
Definition at line 48 of file unicodeprefix.c.
Referenced by RtlFindUnicodePrefix(), and RtlInsertUnicodePrefix().
ULONG NTAPI ComputeUnicodeNameLength | ( | IN PUNICODE_STRING | UnicodeName | ) |
Definition at line 30 of file unicodeprefix.c.
Referenced by RtlFindUnicodePrefix(), and RtlInsertUnicodePrefix().
PUNICODE_PREFIX_TABLE_ENTRY NTAPI RtlFindUnicodePrefix | ( | PUNICODE_PREFIX_TABLE | PrefixTable, |
PUNICODE_STRING | FullName, | ||
ULONG | CaseInsensitiveIndex | ||
) |
Definition at line 149 of file unicodeprefix.c.
Referenced by CreateRedirectedFile(), and NpFindPrefix().
VOID NTAPI RtlInitializeUnicodePrefix | ( | PUNICODE_PREFIX_TABLE | PrefixTable | ) |
Definition at line 283 of file unicodeprefix.c.
Referenced by MupInitializeData(), and NpInitializeVcb().
BOOLEAN NTAPI RtlInsertUnicodePrefix | ( | PUNICODE_PREFIX_TABLE | PrefixTable, |
PUNICODE_STRING | Prefix, | ||
PUNICODE_PREFIX_TABLE_ENTRY | PrefixTableEntry | ||
) |
Definition at line 300 of file unicodeprefix.c.
Referenced by NpCreateFcb(), NpCreateRootDcb(), and QueryPathCompletionRoutine().
PUNICODE_PREFIX_TABLE_ENTRY NTAPI RtlNextUnicodePrefix | ( | PUNICODE_PREFIX_TABLE | PrefixTable, |
BOOLEAN | Restart | ||
) |
Definition at line 464 of file unicodeprefix.c.
VOID NTAPI RtlRemoveUnicodePrefix | ( | PUNICODE_PREFIX_TABLE | PrefixTable, |
PUNICODE_PREFIX_TABLE_ENTRY | PrefixTableEntry | ||
) |
Definition at line 539 of file unicodeprefix.c.
Referenced by MupDereferenceKnownPrefix(), MupRemoveKnownPrefixEntry(), NpDeleteFcb(), and QueryPathCompletionRoutine().