Go to the source code of this file.
Classes | |
struct | CFileInStream |
struct | CFileOutStream |
struct | CFileSeqInStream |
struct | CSzFile |
Functions | |
WRes | File_Close (CSzFile *p) |
void | File_Construct (CSzFile *p) |
WRes | File_GetLength (CSzFile *p, UInt64 *length) |
WRes | File_Read (CSzFile *p, void *data, size_t *size) |
WRes | File_Seek (CSzFile *p, Int64 *pos, ESzSeek origin) |
WRes | File_Write (CSzFile *p, const void *data, size_t *size) |
void | FileInStream_CreateVTable (CFileInStream *p) |
void | FileOutStream_CreateVTable (CFileOutStream *p) |
void | FileSeqInStream_CreateVTable (CFileSeqInStream *p) |
WRes | InFile_Open (CSzFile *p, const char *name) |
WRes | OutFile_Open (CSzFile *p, const char *name) |
Definition at line 77 of file 7zFile.cc.
References AlCaHLTBitMon_ParallelJobs::p.
Referenced by LzmaFile::Close().
void File_Construct | ( | CSzFile * | p | ) |
Definition at line 28 of file 7zFile.cc.
References AlCaHLTBitMon_ParallelJobs::p.
Referenced by LzmaFile::Open().
Definition at line 212 of file 7zFile.cc.
References AlCaHLTBitMon_ParallelJobs::p.
Definition at line 95 of file 7zFile.cc.
References data, definitions::NULL, AlCaHLTBitMon_ParallelJobs::p, and findQualityFiles::size.
Referenced by FileInStream_Read(), and FileSeqInStream_Read().
Definition at line 159 of file 7zFile.cc.
References AlCaHLTBitMon_ParallelJobs::p, SZ_SEEK_CUR, SZ_SEEK_END, SZ_SEEK_SET, and relativeConstraints::value.
Referenced by FileInStream_Seek().
Definition at line 127 of file 7zFile.cc.
References data, definitions::NULL, AlCaHLTBitMon_ParallelJobs::p, and findQualityFiles::size.
Referenced by FileOutStream_Write().
void FileInStream_CreateVTable | ( | CFileInStream * | p | ) |
Definition at line 257 of file 7zFile.cc.
References FileInStream_Read(), FileInStream_Seek(), and AlCaHLTBitMon_ParallelJobs::p.
void FileOutStream_CreateVTable | ( | CFileOutStream * | p | ) |
Definition at line 270 of file 7zFile.cc.
References FileOutStream_Write(), and AlCaHLTBitMon_ParallelJobs::p.
void FileSeqInStream_CreateVTable | ( | CFileSeqInStream * | p | ) |
Definition at line 243 of file 7zFile.cc.
References FileSeqInStream_Read(), and AlCaHLTBitMon_ParallelJobs::p.
Referenced by LzmaFile::Open().
Definition at line 58 of file 7zFile.cc.
References File_Open(), mergeVDriftHistosByStation::name, and AlCaHLTBitMon_ParallelJobs::p.
Referenced by LzmaFile::Open().
Definition at line 59 of file 7zFile.cc.
References File_Open(), mergeVDriftHistosByStation::name, and AlCaHLTBitMon_ParallelJobs::p.