Searched refs:extBigBlockDepotLocations (Results 1 – 2 of 2) sorted by relevance
387 ULONG *extBigBlockDepotLocations; member
3881 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 …]