Home
last modified time | relevance | path

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

/reactos/sdk/tools/cabman/
H A DCCFDATAStorage.cxx31 CCFDATAStorage::CCFDATAStorage() in CCFDATAStorage() function in CCFDATAStorage
42 CCFDATAStorage::~CCFDATAStorage() in ~CCFDATAStorage()
56 ULONG CCFDATAStorage::Create() in Create()
97 ULONG CCFDATAStorage::Destroy() in Destroy()
121 ULONG CCFDATAStorage::Truncate() in Truncate()
147 ULONG CCFDATAStorage::Position() in Position()
165 ULONG CCFDATAStorage::Seek(LONG Position) in Seek()
192 ULONG CCFDATAStorage::ReadBlock(PCFDATA Data, void* Buffer, PULONG BytesRead) in ReadBlock()
220 ULONG CCFDATAStorage::WriteBlock(PCFDATA Data, void* Buffer, PULONG BytesWritten) in WriteBlock()
H A DCCFDATAStorage.h14 class CCFDATAStorage
18 CCFDATAStorage();
20 virtual ~CCFDATAStorage();
H A DCMakeLists.txt15 CCFDATAStorage.cxx
16 CCFDATAStorage.h)
H A Dcabinet.h486 class CCFDATAStorage *ScratchFile;
H A Dcabinet.cxx1109 ScratchFile = new CCFDATAStorage; in NewCabinet()