Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dstorage32.h387 ULONG *extBigBlockDepotLocations; member
H A Dstorage32.c3881 extBlockIndex = This->extBigBlockDepotLocations[extBlockCount]; in Storage32Impl_GetExtDepotBlock()
3920 extBlockIndex = This->extBigBlockDepotLocations[extBlockCount]; in Storage32Impl_SetExtDepotBlock()
3965 nextExtBlock = This->extBigBlockDepotLocations[This->extBigBlockDepotCount-1]; in Storage32Impl_AddExtBlockDepot()
3987 HeapFree(GetProcessHeap(), 0, This->extBigBlockDepotLocations); in Storage32Impl_AddExtBlockDepot()
3989 This->extBigBlockDepotLocations = new_cache; in Storage32Impl_AddExtBlockDepot()
3992 This->extBigBlockDepotLocations[numExtBlocks] = index; in Storage32Impl_AddExtBlockDepot()
4712 This->extBigBlockDepotLocations = HeapAlloc(GetProcessHeap(), 0, sizeof(ULONG) * cache_size); in StorageImpl_Refresh()
4713 if (!This->extBigBlockDepotLocations) in StorageImpl_Refresh()
4727 This->extBigBlockDepotLocations[i] = current_block; in StorageImpl_Refresh()
4733 This->extBigBlockDepotLocations = NULL; in StorageImpl_Refresh()
[all …]