#include "cmp.h"
Go to the source code of this file.
Functions | |
USHORT | CmpNameSize (IN PHHIVE Hive, IN PUNICODE_STRING Name) |
USHORT | CmpCopyName (IN PHHIVE Hive, IN PWCHAR Destination, IN PUNICODE_STRING Source) |
USHORT | CmpCompressedNameSize (IN PWCHAR Name, IN ULONG Length) |
VOID | CmpCopyCompressedName (IN PWCHAR Destination, IN ULONG DestinationLength, IN PWCHAR Source, IN ULONG SourceLength) |
LONG | CmpCompareCompressedName (IN PUNICODE_STRING SearchName, IN PWCHAR CompressedName, IN ULONG NameLength) |
|
Definition at line 195 of file cmname.c. References RtlUpcaseUnicodeChar(), and USHORT. Referenced by CmpCacheLookup(), CmpDoCompareKeyName(), CmpFindNameInList(), CmpFindValueByNameFromCache(), and CmpGetNameControlBlock().
|
|
Definition at line 121 of file cmname.c. References USHORT. Referenced by CmpAddDriverToList(), CmpAddSubKey(), CmpFindProfileOption(), CmpInitializeKeyNameString(), CmpInitializeValueNameString(), CmpMarkIndexDirty(), and CmpRemoveSubKey().
|
|
Definition at line 151 of file cmname.c. Referenced by CmpAddDriverToList(), CmpAddSubKey(), CmpFindProfileOption(), CmpGetHiveName(), CmpInitializeKeyNameString(), CmpInitializeValueNameString(), CmpLoadHiveVolatile(), CmpMarkIndexDirty(), CmpQueryKeyData(), CmpQueryKeyValueData(), and CmpRemoveSubKey().
|
|
Definition at line 74 of file cmname.c. References Hive, USHORT, and _HHIVE::Version. Referenced by CmpCreateLinkNode(), CmpCreateRootNode(), CmpDoCreateChild(), and CmpSetValueKeyNew().
|
|
Definition at line 33 of file cmname.c. References Hive, Name, USHORT, and _HHIVE::Version.
|