ReactOS 0.4.16-dev-734-g364d6e0
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnt.h"
#include "objbase.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/list.h"
Go to the source code of this file.
Classes | |
struct | DirEntry |
struct | StorageBaseImpl |
struct | StorageBaseImplVtbl |
struct | StorageImpl |
struct | StgStreamImpl |
Typedefs | |
typedef struct StorageBaseImpl | StorageBaseImpl |
typedef struct StorageBaseImplVtbl | StorageBaseImplVtbl |
typedef struct StorageImpl | StorageImpl |
typedef struct BlockChainStream | BlockChainStream |
typedef struct SmallBlockChainStream | SmallBlockChainStream |
typedef struct IEnumSTATSTGImpl | IEnumSTATSTGImpl |
typedef struct DirEntry | DirEntry |
typedef struct StgStreamImpl | StgStreamImpl |
typedef ULONG | DirRef |
Enumerations | |
enum | swmr_mode { SWMR_None , SWMR_Writer , SWMR_Reader } |
#define BLOCKCHAIN_CACHE_SIZE 4 |
Definition at line 363 of file storage32.h.
#define COUNT_BBDEPOTINHEADER 109 |
Definition at line 110 of file storage32.h.
#define DIRENTRY_NAME_BUFFER_LEN 0x40 |
Definition at line 89 of file storage32.h.
#define DIRENTRY_NAME_MAX_LEN 0x20 |
Definition at line 88 of file storage32.h.
#define DIRENTRY_RELATION_DIR 2 |
Definition at line 103 of file storage32.h.
#define DIRENTRY_RELATION_NEXT 1 |
Definition at line 102 of file storage32.h.
#define DIRENTRY_RELATION_PREVIOUS 0 |
Definition at line 101 of file storage32.h.
#define HEADER_SIZE 512 |
Definition at line 93 of file storage32.h.
Definition at line 546 of file storage32.h.
Definition at line 543 of file storage32.h.
Definition at line 549 of file storage32.h.
Definition at line 548 of file storage32.h.
#define LIMIT_TO_USE_SMALL_BLOCK 0x1000 |
Definition at line 113 of file storage32.h.
#define MAX_BIG_BLOCK_SIZE 0x1000 |
Definition at line 96 of file storage32.h.
#define MIN_BIG_BLOCK_SIZE 0x200 |
Definition at line 95 of file storage32.h.
#define RANGELOCK_CHECKLOCKS 0x7fffff92 |
Definition at line 506 of file storage32.h.
#define RANGELOCK_COMMIT 0x7fffff80 |
Definition at line 503 of file storage32.h.
#define RANGELOCK_DENY_READ_FIRST 0x7fffffbb |
Definition at line 511 of file storage32.h.
#define RANGELOCK_DENY_READ_LAST 0x7fffffce |
Definition at line 512 of file storage32.h.
#define RANGELOCK_DENY_WRITE_FIRST 0x7fffffcf |
Definition at line 513 of file storage32.h.
#define RANGELOCK_DENY_WRITE_LAST 0x7fffffe2 |
Definition at line 514 of file storage32.h.
#define RANGELOCK_FIRST RANGELOCK_UNK1_FIRST |
Definition at line 519 of file storage32.h.
#define RANGELOCK_LAST RANGELOCK_UNK2_LAST |
Definition at line 520 of file storage32.h.
#define RANGELOCK_NOSNAPSHOT_FIRST 0x7fffff6c |
Definition at line 501 of file storage32.h.
#define RANGELOCK_NOSNAPSHOT_LAST 0x7fffff7f |
Definition at line 502 of file storage32.h.
#define RANGELOCK_PRIORITY1_FIRST 0x7fffff58 |
Definition at line 499 of file storage32.h.
#define RANGELOCK_PRIORITY1_LAST 0x7fffff6b |
Definition at line 500 of file storage32.h.
#define RANGELOCK_PRIORITY2_FIRST 0x7fffff81 |
Definition at line 504 of file storage32.h.
#define RANGELOCK_PRIORITY2_LAST 0x7fffff91 |
Definition at line 505 of file storage32.h.
#define RANGELOCK_READ_FIRST 0x7fffff93 |
Definition at line 507 of file storage32.h.
#define RANGELOCK_READ_LAST 0x7fffffa6 |
Definition at line 508 of file storage32.h.
#define RANGELOCK_TRANSACTION_FIRST RANGELOCK_COMMIT |
Definition at line 517 of file storage32.h.
#define RANGELOCK_TRANSACTION_LAST RANGELOCK_CHECKLOCKS |
Definition at line 518 of file storage32.h.
#define RANGELOCK_UNK1_FIRST 0x7ffffe00 |
Definition at line 497 of file storage32.h.
#define RANGELOCK_UNK1_LAST 0x7fffff57 |
Definition at line 498 of file storage32.h.
#define RANGELOCK_UNK2_FIRST 0x7fffffe3 |
Definition at line 515 of file storage32.h.
#define RANGELOCK_UNK2_LAST 0x7fffffff |
Definition at line 516 of file storage32.h.
#define RANGELOCK_WRITE_FIRST 0x7fffffa7 |
Definition at line 509 of file storage32.h.
#define RANGELOCK_WRITE_LAST 0x7fffffba |
Definition at line 510 of file storage32.h.
#define RAW_DIRENTRY_SIZE 0x00000080 |
Definition at line 91 of file storage32.h.
#define STGM_ACCESS_MODE | ( | stgm | ) | ((stgm)&0x0000f) |
Definition at line 115 of file storage32.h.
#define STGM_CREATE_MODE | ( | stgm | ) | ((stgm)&0x0f000) |
Definition at line 117 of file storage32.h.
#define STGM_KNOWN_FLAGS |
Definition at line 119 of file storage32.h.
#define STGM_SHARE_MODE | ( | stgm | ) | ((stgm)&0x000f0) |
Definition at line 116 of file storage32.h.
#define STGTY_ROOT 0x05 |
Definition at line 108 of file storage32.h.
#define WINE_LOCK_READ 0x80000000 |
Definition at line 523 of file storage32.h.
typedef struct BlockChainStream BlockChainStream |
Definition at line 130 of file storage32.h.
Definition at line 133 of file storage32.h.
Definition at line 139 of file storage32.h.
typedef struct IEnumSTATSTGImpl IEnumSTATSTGImpl |
Definition at line 132 of file storage32.h.
Definition at line 131 of file storage32.h.
typedef struct StgStreamImpl StgStreamImpl |
Definition at line 134 of file storage32.h.
typedef struct StorageBaseImpl StorageBaseImpl |
Definition at line 127 of file storage32.h.
Definition at line 128 of file storage32.h.
typedef struct StorageImpl StorageImpl |
Definition at line 129 of file storage32.h.
Enumerator | |
---|---|
SWMR_None | |
SWMR_Writer | |
SWMR_Reader |
Definition at line 169 of file storage32.h.
HRESULT FileLockBytesImpl_Construct | ( | HANDLE | hFile, |
DWORD | openFlags, | ||
LPCWSTR | pwcsName, | ||
ILockBytes ** | pLockBytes | ||
) |
Definition at line 89 of file filelockbytes.c.
Referenced by StorageImpl_Construct().
|
inlinestatic |
Definition at line 458 of file storage32.h.
Definition at line 10028 of file storage32.c.
Referenced by OleConvertOLESTREAMToIStorage(), and render_embed_source_hack().
StgStreamImpl * StgStreamImpl_Construct | ( | StorageBaseImpl * | parentStorage, |
DWORD | grfMode, | ||
DirRef | dirEntry | ||
) |
Definition at line 666 of file stg_stream.c.
Referenced by StgStreamImpl_Clone(), StorageBaseImpl_CopyChildEntryTo(), StorageBaseImpl_CreateStream(), and StorageBaseImpl_OpenStream().
Definition at line 9207 of file storage32.c.
Referenced by DefaultHandler_IPersistStorage_InitNew(), load_ole_stream(), OleConvertOLESTREAMToIStorage(), render_embed_source_hack(), and SetConvertStg().
void StorageBaseImpl_AddStream | ( | StorageBaseImpl * | stg, |
StgStreamImpl * | strm | ||
) |
Definition at line 2714 of file storage32.c.
Referenced by StgStreamImpl_Construct().
|
inlinestatic |
Definition at line 278 of file storage32.h.
Referenced by StorageBaseImpl_CreateStorage(), StorageBaseImpl_CreateStream(), StorageBaseImpl_DupStorageTree(), StorageInternalImpl_CreateDirEntry(), TransactedSharedImpl_CreateDirEntry(), TransactedSnapshotImpl_CopyTree(), and TransactedSnapshotImpl_MakeStreamDirty().
|
inlinestatic |
Definition at line 258 of file storage32.h.
Referenced by StorageBaseImpl_Release().
|
inlinestatic |
Definition at line 296 of file storage32.h.
Referenced by StorageBaseImpl_CreateStorage(), StorageBaseImpl_CreateStream(), StorageBaseImpl_DeleteStorageTree(), StorageBaseImpl_DestroyElement(), StorageInternalImpl_DestroyDirEntry(), TransactedSharedImpl_DestroyDirEntry(), TransactedSnapshotImpl_Commit(), TransactedSnapshotImpl_DestroyTemporaryCopy(), TransactedSnapshotImpl_MakeStreamDirty(), TransactedSnapshotImpl_Revert(), and TransactedSnapshotImpl_StreamSetSize().
|
inlinestatic |
Definition at line 268 of file storage32.h.
Referenced by StgStreamImpl_Commit(), StgStreamImpl_SetSize(), StgStreamImpl_Write(), StorageBaseImpl_Commit(), StorageBaseImpl_CreateStorage(), StorageBaseImpl_CreateStream(), StorageBaseImpl_DestroyElement(), StorageBaseImpl_RenameElement(), StorageBaseImpl_SetClass(), StorageInternalImpl_Commit(), StorageInternalImpl_Flush(), TransactedSharedImpl_Commit(), and TransactedSnapshotImpl_Commit().
|
inlinestatic |
Definition at line 273 of file storage32.h.
Referenced by StgOpenStorage(), StorageInternalImpl_GetFilename(), StorageUtl_CopyDirEntryToSTATSTG(), TransactedSharedImpl_GetFilename(), and TransactedSnapshotImpl_GetFilename().
|
inlinestatic |
Definition at line 333 of file storage32.h.
Referenced by TransactedSharedImpl_Commit(), TransactedSharedImpl_Construct(), TransactedSnapshotImpl_Commit(), and TransactedSnapshotImpl_Construct().
|
inlinestatic |
Definition at line 263 of file storage32.h.
Referenced by deleteStorageContents(), and StorageBaseImpl_DeleteAll().
|
inlinestatic |
Definition at line 345 of file storage32.h.
Referenced by TransactedSharedImpl_Commit(), TransactedSharedImpl_Construct(), and TransactedSnapshotImpl_Commit().
|
inlinestatic |
Definition at line 290 of file storage32.h.
Referenced by findElement(), findTreeParent(), IEnumSTATSTGImpl_GetNextRef(), IEnumSTATSTGImpl_Next(), insertIntoTree(), removeFromTree(), StgStreamImpl_Seek(), StgStreamImpl_Stat(), StorageBaseImpl_CopyChildEntryTo(), StorageBaseImpl_CopyStorageEntryTo(), StorageBaseImpl_CopyStorageTree(), StorageBaseImpl_CopyStream(), StorageBaseImpl_CopyTo(), StorageBaseImpl_DeleteStorageTree(), StorageBaseImpl_DupStorageTree(), StorageBaseImpl_SetClass(), StorageBaseImpl_Stat(), StorageInternalImpl_ReadDirEntry(), TransactedSharedImpl_Commit(), TransactedSharedImpl_ReadDirEntry(), TransactedSnapshotImpl_Commit(), and TransactedSnapshotImpl_EnsureReadEntry().
void StorageBaseImpl_RemoveStream | ( | StorageBaseImpl * | stg, |
StgStreamImpl * | strm | ||
) |
|
inlinestatic |
Definition at line 339 of file storage32.h.
Referenced by TransactedSharedImpl_Commit(), and TransactedSnapshotImpl_Commit().
|
inlinestatic |
Definition at line 327 of file storage32.h.
Referenced by StorageInternalImpl_StreamLink(), TransactedSharedImpl_StreamLink(), and TransactedSnapshotImpl_CopyTree().
|
inlinestatic |
Definition at line 303 of file storage32.h.
Referenced by StgStreamImpl_Read(), StorageBaseImpl_CopyStream(), StorageInternalImpl_StreamReadAt(), TransactedSharedImpl_StreamReadAt(), and TransactedSnapshotImpl_StreamReadAt().
|
inlinestatic |
Definition at line 317 of file storage32.h.
Referenced by StgStreamImpl_SetSize(), StorageBaseImpl_CopyStream(), StorageBaseImpl_DeleteStorageTree(), StorageInternalImpl_StreamSetSize(), TransactedSharedImpl_StreamSetSize(), TransactedSnapshotImpl_Commit(), TransactedSnapshotImpl_DestroyTemporaryCopy(), TransactedSnapshotImpl_Revert(), and TransactedSnapshotImpl_StreamSetSize().
|
inlinestatic |
Definition at line 311 of file storage32.h.
Referenced by StgStreamImpl_Write(), StorageBaseImpl_CopyStream(), StorageInternalImpl_StreamWriteAt(), TransactedSharedImpl_StreamWriteAt(), and TransactedSnapshotImpl_StreamWriteAt().
|
inlinestatic |
Definition at line 350 of file storage32.h.
Referenced by TransactedSharedImpl_Commit(), TransactedSharedImpl_Construct(), and TransactedSnapshotImpl_Commit().
|
inlinestatic |
Definition at line 284 of file storage32.h.
Referenced by insertIntoTree(), removeFromTree(), StorageBaseImpl_CopyStorageTree(), StorageBaseImpl_RenameElement(), StorageBaseImpl_SetClass(), StorageInternalImpl_WriteDirEntry(), TransactedSharedImpl_Commit(), TransactedSharedImpl_WriteDirEntry(), and TransactedSnapshotImpl_Commit().
void StorageUtl_CopyDirEntryToSTATSTG | ( | StorageBaseImpl * | storage, |
STATSTG * | destination, | ||
const DirEntry * | source, | ||
int | statFlags | ||
) |
Definition at line 7017 of file storage32.c.
Referenced by IEnumSTATSTGImpl_Next(), StgStreamImpl_Stat(), and StorageBaseImpl_Stat().
Definition at line 6957 of file storage32.c.
Referenced by PropertyStorage_ReadDictionary(), PropertyStorage_ReadFmtIdOffsetFromStream(), PropertyStorage_ReadHeaderFromStream(), PropertyStorage_ReadProperty(), PropertyStorage_ReadSectionHeaderFromStream(), SmallBlockChainStream_GetNextBlockInChain(), SmallBlockChainStream_GetNextFreeBlock(), Storage32Impl_GetExtDepotBlock(), StorageImpl_GetNextBlockInChain(), StorageImpl_GetNextFreeBigBlock(), StorageImpl_GetTransactionSig(), StorageImpl_LoadFileHeader(), StorageImpl_ReadDirEntry(), and StorageUtl_ReadGUID().
Definition at line 6999 of file storage32.c.
Referenced by PropertyStorage_ReadFmtIdOffsetFromStream(), PropertyStorage_ReadHeaderFromStream(), and StorageImpl_ReadDirEntry().
void StorageUtl_ReadULargeInteger | ( | const BYTE * | buffer, |
ULONG | offset, | ||
ULARGE_INTEGER * | value | ||
) |
Definition at line 6971 of file storage32.c.
Referenced by PropertyStorage_ReadProperty().
Definition at line 6943 of file storage32.c.
Referenced by PropertyStorage_ReadHeaderFromStream(), PropertyStorage_ReadProperty(), StorageImpl_CreateDirEntry(), StorageImpl_LoadFileHeader(), StorageImpl_ReadDirEntry(), and StorageUtl_ReadGUID().
Definition at line 6965 of file storage32.c.
Referenced by PropertyStorage_DictionaryWriter(), PropertyStorage_MakeFmtIdOffset(), PropertyStorage_MakeHeader(), PropertyStorage_MakePropertyIdOffset(), PropertyStorage_MakeSectionHdr(), PropertyStorage_WriteDictionaryToStream(), PropertyStorage_WritePropertyToStream(), PropertyStorage_WriteToStream(), SmallBlockChainStream_SetNextBlockInChain(), StorageImpl_Refresh(), StorageImpl_SaveFileHeader(), StorageUtl_WriteGUID(), and UpdateRawDirEntry().
Definition at line 7008 of file storage32.c.
Referenced by PropertyStorage_MakeFmtIdOffset(), PropertyStorage_MakeHeader(), PropertyStorage_WritePropertyToStream(), and UpdateRawDirEntry().
void StorageUtl_WriteULargeInteger | ( | BYTE * | buffer, |
ULONG | offset, | ||
const ULARGE_INTEGER * | value | ||
) |
Definition at line 6985 of file storage32.c.
Referenced by PropertyStorage_WritePropertyToStream().
Definition at line 6951 of file storage32.c.
Referenced by PropertyStorage_MakeHeader(), PropertyStorage_WritePropertyToStream(), StorageImpl_SaveFileHeader(), StorageUtl_WriteGUID(), and UpdateRawDirEntry().
Definition at line 84 of file storage32.h.
Referenced by BlockChainStream_Enlarge(), BlockChainStream_GetBlockAtOffset(), BlockChainStream_GetHeadOfChain(), BlockChainStream_GetSectorOfOffset(), BlockChainStream_Shrink(), BlockChainStream_UpdateIndexCache(), SmallBlockChainStream_Enlarge(), SmallBlockChainStream_GetCount(), SmallBlockChainStream_GetHeadOfChain(), SmallBlockChainStream_GetNextBlockInChain(), SmallBlockChainStream_GetNextFreeBlock(), SmallBlockChainStream_ReadAt(), SmallBlockChainStream_Shrink(), SmallBlockChainStream_WriteAt(), Storage32Impl_AddBlockDepot(), Storage32Impl_AddExtBlockDepot(), Storage32Impl_BigBlocksToSmallBlocks(), Storage32Impl_SmallBlocksToBigBlocks(), StorageBaseImpl_CreateStorage(), StorageBaseImpl_CreateStream(), StorageBaseImpl_DupStorageTree(), StorageImpl_Refresh(), TransactedSnapshotImpl_CopyTree(), and TransactedSnapshotImpl_MakeStreamDirty().
Definition at line 82 of file storage32.h.
Referenced by StorageImpl_GetNextFreeBigBlock().
Definition at line 81 of file storage32.h.
Referenced by BlockChainStream_GetHeadOfChain(), and SmallBlockChainStream_GetHeadOfChain().
Definition at line 83 of file storage32.h.
Referenced by Storage32Impl_GetNextExtendedBlock(), StorageImpl_GetNextBlockInChain(), StorageImpl_GetNextFreeBigBlock(), and StorageImpl_Refresh().
Definition at line 85 of file storage32.h.
Referenced by SmallBlockChainStream_FreeBlock(), SmallBlockChainStream_GetNextFreeBlock(), Storage32Impl_AddBlockDepot(), Storage32Impl_AddExtBlockDepot(), Storage32Impl_GetExtDepotBlock(), Storage32Impl_SetExtDepotBlock(), StorageImpl_FreeBigBlock(), StorageImpl_GetNextFreeBigBlock(), and StorageImpl_Refresh().
Definition at line 79 of file storage32.h.
Definition at line 75 of file storage32.h.
Definition at line 80 of file storage32.h.
Referenced by Storage32Impl_SmallBlocksToBigBlocks(), StorageImpl_Construct(), and StorageImpl_LoadFileHeader().
Definition at line 78 of file storage32.h.
Referenced by StorageImpl_Refresh().
Definition at line 86 of file storage32.h.
Referenced by BlockChainStream_Enlarge(), BlockChainStream_GetHeadOfChain(), BlockChainStream_Shrink(), findElement(), findTreeParent(), IEnumSTATSTGImpl_GetNextRef(), IEnumSTATSTGImpl_Next(), IEnumSTATSTGImpl_Skip(), insertIntoTree(), removeFromTree(), Storage32Impl_BigBlocksToSmallBlocks(), Storage32Impl_SmallBlocksToBigBlocks(), StorageBaseImpl_CopyChildEntryTo(), StorageBaseImpl_CreateStorage(), StorageBaseImpl_CreateStream(), StorageBaseImpl_DeleteStorageTree(), StorageBaseImpl_DestroyElement(), StorageBaseImpl_DupStorageTree(), StorageBaseImpl_OpenStorage(), StorageBaseImpl_OpenStream(), StorageBaseImpl_RenameElement(), StorageImpl_CreateDirEntry(), StorageImpl_Refresh(), TransactedSnapshotImpl_Commit(), TransactedSnapshotImpl_CopyTree(), TransactedSnapshotImpl_CreateDirEntry(), TransactedSnapshotImpl_CreateStubEntry(), TransactedSnapshotImpl_DestroyDirEntry(), TransactedSnapshotImpl_DestroyTemporaryCopy(), TransactedSnapshotImpl_EnsureReadEntry(), TransactedSnapshotImpl_FindFirstChild(), TransactedSnapshotImpl_FindFreeEntry(), TransactedSnapshotImpl_FindNextChild(), TransactedSnapshotImpl_MadeCopy(), TransactedSnapshotImpl_MakeStreamDirty(), TransactedSnapshotImpl_StreamReadAt(), TransactedSnapshotImpl_StreamSetSize(), and TransactedSnapshotImpl_WriteDirEntry().
Definition at line 77 of file storage32.h.
Referenced by StorageImpl_Refresh().
Definition at line 76 of file storage32.h.
Referenced by StorageImpl_Refresh().
Definition at line 52 of file storage32.h.
Referenced by StorageImpl_LoadFileHeader(), and StorageImpl_SaveFileHeader().
Definition at line 60 of file storage32.h.
Referenced by StorageImpl_LoadFileHeader(), and StorageImpl_SaveFileHeader().
Definition at line 49 of file storage32.h.
Referenced by StorageImpl_LoadFileHeader(), and StorageImpl_SaveFileHeader().
Definition at line 48 of file storage32.h.
Referenced by StorageImpl_SaveFileHeader().
Definition at line 51 of file storage32.h.
Referenced by StorageImpl_SaveFileHeader().
Definition at line 59 of file storage32.h.
Referenced by StorageImpl_LoadFileHeader(), and StorageImpl_SaveFileHeader().
Definition at line 58 of file storage32.h.
Referenced by StorageImpl_LoadFileHeader(), and StorageImpl_SaveFileHeader().
Definition at line 47 of file storage32.h.
Referenced by StorageImpl_SaveFileHeader().
Definition at line 46 of file storage32.h.
Referenced by StorageImpl_SaveFileHeader().
Definition at line 69 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 68 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 66 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 67 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 64 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 71 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 70 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 61 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 62 of file storage32.h.
Referenced by StorageImpl_CreateDirEntry(), StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 65 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 73 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 74 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 72 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 63 of file storage32.h.
Referenced by StorageImpl_ReadDirEntry(), and UpdateRawDirEntry().
Definition at line 53 of file storage32.h.
Referenced by StorageImpl_LoadFileHeader(), and StorageImpl_SaveFileHeader().
Definition at line 57 of file storage32.h.
Referenced by StorageImpl_SaveFileHeader().
Definition at line 56 of file storage32.h.
Referenced by StorageImpl_LoadFileHeader(), and StorageImpl_SaveFileHeader().
Definition at line 55 of file storage32.h.
Referenced by StorageImpl_LoadFileHeader(), and StorageImpl_SaveFileHeader().
Definition at line 50 of file storage32.h.
Referenced by StorageImpl_LoadFileHeader(), and StorageImpl_SaveFileHeader().
Definition at line 54 of file storage32.h.
Referenced by StorageImpl_GetTransactionSig(), StorageImpl_LoadFileHeader(), and StorageImpl_SaveFileHeader().