Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstorage32.c144 ULONG firstFreeEntry; member
5615 DirRef result=This->firstFreeEntry; in TransactedSnapshotImpl_FindFreeEntry()
5637 This->firstFreeEntry = result+1; in TransactedSnapshotImpl_FindFreeEntry()
6058 This->firstFreeEntry = min(i, This->firstFreeEntry); in TransactedSnapshotImpl_Commit()
6119 This->firstFreeEntry = 0; in TransactedSnapshotImpl_Revert()
6257 This->firstFreeEntry = min(index, This->firstFreeEntry); in TransactedSnapshotImpl_DestroyDirEntry()
6514 (*result)->firstFreeEntry = 0; in TransactedSnapshotImpl_Construct()