PostgreSQL Source Code
git master
|
Data Fields | |
CompressorState * | cs |
int | hasSeek |
pgoff_t | lastFilePos |
char * | directory |
CompressFileHandle * | dataFH |
CompressFileHandle * | LOsTocFH |
ParallelState * | pstate |
pgoff_t | filePos |
TAR_MEMBER * | loToc |
FILE * | tarFH |
pgoff_t | tarFHpos |
pgoff_t | tarNextMember |
TAR_MEMBER * | FH |
int | isSpecialScript |
TAR_MEMBER * | scriptTH |
Definition at line 68 of file pg_backup_custom.c.
CompressorState* lclContext::cs |
Definition at line 70 of file pg_backup_custom.c.
Referenced by _Clone(), _EndData(), _EndLO(), _StartData(), _StartLO(), and _WriteData().
CompressFileHandle* lclContext::dataFH |
Definition at line 55 of file pg_backup_directory.c.
Referenced by _CloseArchive(), _EndData(), _EndLO(), _ReadBuf(), _ReadByte(), _StartLO(), _WriteBuf(), _WriteByte(), _WriteData(), and InitArchiveFmt_Directory().
char* lclContext::directory |
Definition at line 53 of file pg_backup_directory.c.
Referenced by _CloseArchive(), _LoadLOs(), _StartLO(), InitArchiveFmt_Directory(), and setFilePath().
TAR_MEMBER* lclContext::FH |
Definition at line 86 of file pg_backup_tar.c.
Referenced by _CloseArchive(), _LoadLOs(), _PrintFileData(), _ReadBuf(), _ReadByte(), _WriteBuf(), _WriteByte(), and InitArchiveFmt_Tar().
pgoff_t lclContext::filePos |
Definition at line 81 of file pg_backup_tar.c.
Referenced by _ReadBuf(), _ReadByte(), _WriteBuf(), _WriteByte(), and InitArchiveFmt_Tar().
int lclContext::hasSeek |
Definition at line 71 of file pg_backup_custom.c.
Referenced by _CloseArchive(), _getFilePos(), _PrepParallelRestore(), _PrintTocData(), _ReopenArchive(), _skipData(), InitArchiveFmt_Custom(), and InitArchiveFmt_Tar().
int lclContext::isSpecialScript |
Definition at line 87 of file pg_backup_tar.c.
Referenced by _CloseArchive(), _PrintTocData(), and InitArchiveFmt_Tar().
pgoff_t lclContext::lastFilePos |
Definition at line 73 of file pg_backup_custom.c.
Referenced by _PrintTocData(), and InitArchiveFmt_Custom().
CompressFileHandle* lclContext::LOsTocFH |
Definition at line 56 of file pg_backup_directory.c.
Referenced by _EndLO(), _EndLOs(), _LoadLOs(), _StartLOs(), and InitArchiveFmt_Directory().
TAR_MEMBER* lclContext::loToc |
Definition at line 82 of file pg_backup_tar.c.
Referenced by _EndLOs(), _StartLO(), and _StartLOs().
ParallelState* lclContext::pstate |
Definition at line 57 of file pg_backup_directory.c.
Referenced by _CloseArchive().
TAR_MEMBER* lclContext::scriptTH |
Definition at line 88 of file pg_backup_tar.c.
Referenced by _CloseArchive(), and _scriptOut().
FILE* lclContext::tarFH |
Definition at line 83 of file pg_backup_tar.c.
Referenced by _CloseArchive(), _tarGetHeader(), _tarPositionTo(), InitArchiveFmt_Tar(), and tarOpen().
pgoff_t lclContext::tarFHpos |
Definition at line 84 of file pg_backup_tar.c.
Referenced by _tarAddFile(), _tarGetHeader(), _tarPositionTo(), _tarReadRaw(), and InitArchiveFmt_Tar().
pgoff_t lclContext::tarNextMember |
Definition at line 85 of file pg_backup_tar.c.
Referenced by _tarPositionTo().