Home
last modified time | relevance | path

Searched refs:CellToRelease (Results 1 – 8 of 8) sorted by relevance

/reactos/ntoskrnl/config/
H A Dcmvalche.c51 HCELL_INDEX CellToRelease; in CmpGetValueListFromCache() local
80 CellToRelease = ChildList->ValueList; in CmpGetValueListFromCache()
87 *ValueListToRelease = CellToRelease; in CmpGetValueListFromCache()
110 *CellToRelease = HCELL_NIL; in CmpGetValueKeyFromCache()
132 *CellToRelease = Cell; in CmpGetValueKeyFromCache()
160 *CellToRelease = HCELL_NIL; in CmpGetValueDataFromCache()
179 CellToRelease)) in CmpGetValueDataFromCache()
214 *CellToRelease = HCELL_NIL; in CmpFindValueByNameFromCache()
248 *CellToRelease = HCELL_NIL; in CmpFindValueByNameFromCache()
343 HCELL_INDEX CellToRelease = HCELL_NIL; in CmpQueryKeyValueData() local
[all …]
H A Dcmapi.c1086 HCELL_INDEX CellToRelease; in CmQueryValueKey() local
1128 ASSERT(CellToRelease == HCELL_NIL); in CmQueryValueKey()
1157 if (CellToRelease != HCELL_NIL) in CmQueryValueKey()
1160 CellToRelease = HCELL_NIL; in CmQueryValueKey()
1181 if (CellToRelease != HCELL_NIL) HvReleaseCell(Hive, CellToRelease); in CmQueryValueKey()
1261 ASSERT(CellToRelease == HCELL_NIL); in CmEnumerateValueKey()
1291 if (CellToRelease) in CmEnumerateValueKey()
1293 HvReleaseCell(Hive, CellToRelease); in CmEnumerateValueKey()
1294 CellToRelease = HCELL_NIL; in CmEnumerateValueKey()
1330 if (CellToRelease) HvReleaseCell(Hive, CellToRelease); in CmEnumerateValueKey()
[all …]
H A Dcmparse.c88 HCELL_INDEX CellToRelease = HCELL_NIL; in CmpGetSymbolicLink() local
117 &CellToRelease)) in CmpGetSymbolicLink()
198 if (CellToRelease != HCELL_NIL) HvReleaseCell(Hive, CellToRelease); in CmpGetSymbolicLink()
1865 HCELL_INDEX CellToRelease = HCELL_NIL; in CmpParseKey() local
2071 &CellToRelease); in CmpParseKey()
2123 &CellToRelease); in CmpParseKey()
2259 &CellToRelease); in CmpParseKey()
/reactos/sdk/lib/cmlib/
H A Dcmname.c156 HCELL_INDEX CellToRelease = HCELL_NIL; in CmpFindNameInList() local
179 if (CellToRelease != HCELL_NIL) in CmpFindNameInList()
182 HvReleaseCell(Hive, CellToRelease); in CmpFindNameInList()
183 CellToRelease = HCELL_NIL; in CmpFindNameInList()
197 CellToRelease = CellData->u.KeyList[i]; in CmpFindNameInList()
251 if (CellToRelease) HvReleaseCell(Hive, CellToRelease); in CmpFindNameInList()
H A Dcmindex.c689 HCELL_INDEX SubKey, CellToRelease; in CmpFindSubKeyByName() local
723 CellToRelease = SubKey; in CmpFindSubKeyByName()
837 if (CellToRelease != HCELL_NIL) in CmpMarkIndexDirty()
841 CellToRelease = HCELL_NIL; in CmpMarkIndexDirty()
849 CellToRelease = IndexCell; in CmpMarkIndexDirty()
863 if (CellToRelease != HCELL_NIL) in CmpMarkIndexDirty()
867 CellToRelease = HCELL_NIL; in CmpMarkIndexDirty()
876 CellToRelease = Child; in CmpMarkIndexDirty()
896 if (CellToRelease != HCELL_NIL) in CmpMarkIndexDirty()
912 if (CellToRelease != HCELL_NIL) HvReleaseCell(Hive, CellToRelease); in CmpMarkIndexDirty()
[all …]
H A Dcmvalue.c130 OUT PHCELL_INDEX CellToRelease) in CmpGetValueData() argument
140 *CellToRelease = HCELL_NIL; in CmpGetValueData()
158 *CellToRelease = Value->Data; in CmpGetValueData()
173 HCELL_INDEX CellToRelease; in CmpValueToData() local
185 &CellToRelease)) in CmpValueToData()
H A Dcmlib.h859 OUT PHCELL_INDEX CellToRelease
/reactos/ntoskrnl/include/internal/
H A Dcm.h552 OUT PHCELL_INDEX CellToRelease
588 OUT PHCELL_INDEX CellToRelease