Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstorage32.h201 struct list storageHead; member
H A Dstorage32.c1477 LIST_FOR_EACH_ENTRY(childstg, &stg->storageHead, StorageInternalImpl, ParentListEntry) in StorageBaseImpl_IsStorageOpen()
1722 list_add_tail(&This->storageHead, &newStorage->ParentListEntry); in StorageBaseImpl_OpenStorage()
2441 …LIST_FOR_EACH_ENTRY_SAFE(stg, stg2, &parentStorage->storageHead, StorageInternalImpl, ParentListEn… in deleteStorageContents()
2666 LIST_FOR_EACH_SAFE(cur, cur2, &stg->storageHead) { in StorageBaseImpl_DeleteAll()
5293 list_init(&This->base.storageHead); in StorageImpl_Construct()
5579 list_init(&newStorage->base.storageHead); in StorageInternalImpl_Construct()
6494 list_init(&(*result)->base.storageHead); in TransactedSnapshotImpl_Construct()
6830 list_init(&(*result)->base.storageHead); in TransactedSharedImpl_Construct()