Home
last modified time | relevance | path

Searched refs:PHBIN (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/cmlib/
H A Dhiveinit.c94 PHBIN Bin; in HvpFreeHiveBins()
106 Bin = (PHBIN)Hive->Storage[Storage].BlockList[i].BinAddress; in HvpFreeHiveBins()
107 Hive->Free((PHBIN)Hive->Storage[Storage].BlockList[i].BinAddress, 0); in HvpFreeHiveBins()
324 PHBIN Bin, NewBin; in HvpInitializeMemoryHive()
369 Bin = (PHBIN)((ULONG_PTR)ChunkBase + (BlockIndex + 1) * HBLOCK_SIZE); in HvpInitializeMemoryHive()
560 PHBIN FirstBin; in HvpGetHiveHeader()
611 FirstBin = (PHBIN)BaseBlock; in HvpGetHiveHeader()
H A Dhivebin.c11 PHBIN CMAPI
18 PHBIN Bin; in HvpAddBin()
H A Dhivecell.c313 PHBIN Bin; in HvpCreateHiveFreeCellList()
328 Bin = (PHBIN)Hive->Storage[Stable].BlockList[BlockIndex].BinAddress; in HvpCreateHiveFreeCellList()
366 PHBIN Bin; in HvAllocateCell()
474 PHBIN Bin; in HvFreeCell()
493 Bin = (PHBIN)RegistryHive->Storage[CellType].BlockList[CellBlock].BinAddress; in HvFreeCell()
H A Dcmcheck.c26 #define GET_HHIVE_BIN(Hive, StorageIndex, BlockIndex) ((PHBIN)Hive->Storage[StorageIndex].BlockList…
1416 _In_ PHBIN Bin) in HvValidateBin()
1513 PHBIN Bin; in HvValidateHive()
H A Dhivedata.h210 } HBIN, *PHBIN; typedef
H A Dcmlib.h554 PHBIN CMAPI
663 _In_ PHBIN Bin);